Well, the server doesn't seem to have rtsp port 554 enabled. If I try to uncomment rtsp acceptor in lua file, I see the following errors:
/thelib/src/netio/epoll/tcpacceptor.cpp:75 Unable to bind on address: tcp://
0.0.0.0:554; Error was: (13) Permission denied
/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">554</UINT16>
<STR name="protocol">inboundRtsp</STR>
<STR name="sslCert"></STR>
<STR name="sslKey"></STR>
</MAP>
/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">554</UINT16>
<STR name="protocol">inboundRtsp</STR>
<STR name="sslCert"></STR>
<STR name="sslKey"></STR>
</MAP>
/thelib/src/configuration/configfile.cpp:137 Unable to configure acceptors
/crtmpserver/src/crtmpserver.cpp:236 Unable to configure acceptors
Is there something special i have to do to enable RTSP?
Thanks,
-V