Ansersion / myRtspClient

A RTSP client based on jrtplib
Apache License 2.0
163 stars 92 forks source link

http_tunnel port #11

Open gczhcm opened 6 years ago

gczhcm commented 6 years ago

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.

Ansersion commented 6 years ago

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.