I wonder difference bewteen RtspOverHttpDataPort and RtspPort . In http_tunnl_simple.cpp,I use SetHttpTunnelPort(8000) and SetPort(554),and then I find that client can't get option response.
There two sockets used for http tunnelling.
One is for sending(SetHttpTunnelPort) and the other if for receiving(SetPort).
These ports should be set the same port for http tunneling.
I wonder difference bewteen RtspOverHttpDataPort and RtspPort . In http_tunnl_simple.cpp,I use SetHttpTunnelPort(8000) and SetPort(554),and then I find that client can't get option response.