Replies: 3 comments 1 reply
-
Hello, The keepalive mechanism doesn't use readTimeout, but uses an interval that is either set by the camera or 30secs by default.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for the clarification....
Thanks,
…________________________________
From: Alessandro Ros ***@***.***>
Sent: Friday, February 4, 2022 12:38:04 AM
To: aler9/rtsp-simple-server ***@***.***>
Cc: AdiAbuAli ***@***.***>; Author ***@***.***>
Subject: Re: [aler9/rtsp-simple-server] readTimeout Clarification (Discussion #799)
Hello, readTimeout is the maximum response time between a server request and the camera response. After this, the camera is disconnected from the server.
The keepalive mechanism doesn't use readTimeout, but uses an interval that is either set by the camera or 30secs by default.
writeTimeout is the maximum write time of every server request.
—
Reply to this email directly, view it on GitHub<#799 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AVKRYLM5HKADWO5XEFZZ72LUZL7UZANCNFSM5NCZA7ZA>.
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>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
But can you clarify more on "writeTimeout is the maximum write time of every server request."
What type or examples server of requests an to which interface, to camera or NVR?
…________________________________
From: Alessandro Ros ***@***.***>
Sent: Friday, February 4, 2022 12:38:04 AM
To: aler9/rtsp-simple-server ***@***.***>
Cc: AdiAbuAli ***@***.***>; Author ***@***.***>
Subject: Re: [aler9/rtsp-simple-server] readTimeout Clarification (Discussion #799)
Hello, readTimeout is the maximum response time between a server request and the camera response. After this, the camera is disconnected from the server.
The keepalive mechanism doesn't use readTimeout, but uses an interval that is either set by the camera or 30secs by default.
writeTimeout is the maximum write time of every server request.
—
Reply to this email directly, view it on GitHub<#799 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AVKRYLM5HKADWO5XEFZZ72LUZL7UZANCNFSM5NCZA7ZA>.
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>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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 wyzecam, and mrlt8_Wyze_bridge, and Synology as NVR.
For readTimeout parameter (defualt is 10s), is this timer between the camera and RTSP_SIMPLE_SERVER, or between RTSP_SIMPLE_SERVER and the NVR?
And what is the difference between this and KeepAlive between NVR and RTSP_SIMPLE_SERVER (if this timer for that interface)?
How this timer work?
And lastly, Writetimeout is just the opposite?
P.S.: both mrlt8 docker, simple RTSP server, NVR, are in same platform (Synology).
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions