-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GetMediaData: No such media session #20
Comments
/mnt/myRtspClient/example # ./complete_example rtsp://192.168.1.10/live.sdp RTSP/1.0 406 Not Acceptable DoDESCRIBE error |
According to the above info, the server maybe refuses to accept DESCRIBE command. Is your server on github? Maybe I could try to debug it. |
This is the code of the server |
I solved this problem. |
Thanks for your support! |
I have added the lines you mentioned, still got those errors. Mine stop on "CheckSockWritable()" which just return "CHECK_OK"! |
When I connect to the rtsp server, the program keeps prompting "GetMediaData: No such media session", and the server prompts "client not support accept SDP." My rtsp server can run normally, and the VLC media player can receive the video. Excuse me, what is this question?
start PLAY
GetMediaData: No such media session
GetMediaData: No such media session
GetMediaData: No such media session
GetMediaData: No such media session
GetMediaData: No such media session
.....
The text was updated successfully, but these errors were encountered: