-
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
how to avoid program exiting #23
Comments
while(1)
} |
Use a new RtspClient |
I see, thank you! So how do I detect that the server has been disconnected? Is there an interface to check the connection? |
ByeFromServerClbk will be called when the server disconnected |
When the rtsp server is restarted and disconnected, the socket is interrupted. The following prompt appears. When I try to reconnect in the program, the program exits.
How can I solve the problem and avoid the program exiting, but I can reconnect to the rtsp server.
Adding destination
Deleting destination
No RTP data
: Error sending over socket 25, removing destination
No RTP data
No RTP data
No RTP data
No RTP data
No RTP data
The text was updated successfully, but these errors were encountered: