crtmpserver
crtmpserver copied to clipboard
Unable to reuse port
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: <MAP name="" isArray="false"> <STR name="ip">0.0.0.0</STR> <UINT16 name="port">1112</UINT16> <STR name="protocol">inboundJsonCli</STR> <STR name="sslCert"></STR> <STR name="sslKey"></STR> <BOOL name="useLengthPadding">true</BOOL> </MAP> crtmpserver/sources/thelib/src/configuration/module.cpp:107 Unable to configure acceptor: <MAP name="" isArray="false"> <STR name="ip">0.0.0.0</STR> <UINT16 name="port">1112</UINT16> <STR name="protocol">inboundJsonCli</STR> <STR name="sslCert"></STR> <STR name="sslKey"></STR> <BOOL name="useLengthPadding">true</BOOL> </MAP> 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 '''