Replies: 2 comments 3 replies
-
You can either use OPTIONS or GET_PARAMETERS, the server accepts both and periodically checks the timing of the last keepalive request. |
Beta Was this translation helpful? Give feedback.
2 replies
-
5s is hardcoded in my surveillance station...
Anyways, whats the impact of ReadTimeOut timer, if its hardcoded to 60s?
Thanks,
…________________________________
From: Alessandro Ros ***@***.***>
Sent: Saturday, November 6, 2021 12:05:33 PM
To: aler9/rtsp-simple-server ***@***.***>
Cc: AdiAbuAli ***@***.***>; Author ***@***.***>
Subject: Re: [aler9/rtsp-simple-server] Keep Alive method - RTSP (Discussion #671)
I checked, and the server keepalive is currently hardcoded at 60 seconds:
https://github.com/aler9/gortsplib/blob/235cc4061beb967542b19c6be36d3ffdd8827a51/server.go#L183
therefore you have to send an OPTIONS or GET_PARAMETERS request every 50 secs.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#671 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AVKRYLMWP5MZRI2NJKKEH3TUKT4W3ANCNFSM5G6CWUTA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Am using synology surveillance, with Wyze bridge over RTSP/TCP....
For keep alive, there are 3 options in synology:
Disable
Options (Default)
GET_Parameters
I choosed get_parameters (fixed each 5s) based on the out of Describe command response from server...
Is this right?...can I disable it?
Beta Was this translation helpful? Give feedback.
All reactions