You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: