Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to reuse port #11

Open
gusantor opened this issue Jul 3, 2020 · 0 comments
Open

Unable to reuse port #11

gusantor opened this issue Jul 3, 2020 · 0 comments

Comments

@gusantor
Copy link

gusantor commented Jul 3, 2020

Hello, I'm trying to run crtmpserver on an A20 SOM EVB board, Debian Jessie

No luck

I already tried with the precompiled for debian Jessie, same error message at logs (below).

Later I disabled it and rebooting, checking the services isn't running and try with this source. It compiles after adding

'''
/usr/lib/arm-linux-gnueabihf
'''

To sections ssl, crypto and z of cmake_find_modules/Find_openssl.cmake

As I said it just fail with the following error

Please any help is welcome, thanks !!

'''
crtmpserver/sources/crtmpserver/src/crtmpserver.cpp:239 Configure acceptors
crtmpserver/sources/thelib/src/netio/epoll/iohandlermanager.cpp:119 Handlers count changed: 0->1 IOHT_ACCEPTOR
crtmpserver/sources/common/src/platform/linux/linuxplatform.cpp:160 Unable to reuse port
crtmpserver/sources/common/src/platform/linux/linuxplatform.cpp:215 Unable to enable reuse address
crtmpserver/sources/thelib/src/netio/epoll/tcpacceptor.cpp:65 Unable to set socket options
crtmpserver/sources/thelib/src/configuration/module.cpp:130 Unable to fire up acceptor from this config node:
0.0.0.0
1112
inboundJsonCli


true

crtmpserver/sources/thelib/src/configuration/module.cpp:107 Unable to configure acceptor:

0.0.0.0
1112
inboundJsonCli


true

crtmpserver/sources/thelib/src/configuration/configfile.cpp:132 Unable to configure acceptors
crtmpserver/sources/crtmpserver/src/crtmpserver.cpp:241 Unable to configure acceptors
crtmpserver/sources/crtmpserver/src/crtmpserver.cpp:280 Shutting down protocols manager
crtmpserver/sources/crtmpserver/src/crtmpserver.cpp:284 Shutting down I/O handlers manager
crtmpserver/sources/thelib/src/netio/epoll/iohandlermanager.cpp:129 Handlers count changed: 1->0 IOHT_ACCEPTOR
'''

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant