Skip to content
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

Send keepalive messages if the rtsp server supports this feature #560

Merged
merged 2 commits into from
Nov 8, 2014

Conversation

manupap1
Copy link
Contributor

@manupap1 manupap1 commented Nov 7, 2014

The RTSP servers are programmed to close the session if no proof of client liveness is detected before the timeout expiration.

It seems there is no standard method for this checking. Some servers rely only on the reception of RR packets, some others ignore them and rely on the reception of a keep alive message with the GET_PARAMETER command.

This command is not implemented.I added it to solve an issue when using RTP/Unicast with my AXIS devices.

Note: When using TCP, this may not be necessary to control liveness with this method. This does not cause troubles with my AXIS devices but I notice some inconsistency in documentations (beyond my knowledges).

connortechnology added a commit that referenced this pull request Nov 8, 2014
Send keepalive messages if the rtsp server supports this feature
@connortechnology connortechnology merged commit 1d6dffd into ZoneMinder:master Nov 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants