-
Notifications
You must be signed in to change notification settings - Fork 590
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
Configure i/o timeout duration #1118
Comments
I think this is your 15 seconds Lines 125 to 127 in f432e72
I'll think about settings this value. Maybe via query param. PS. 15 sec is a quite large value. The client defaults to 5 sec. |
I suffer the same issue with go2rtc/Frigate under Proxmox. Have a camera with not so solid wifi connection and can't modify the network to mitigate the issue. Every one or two days have to reboot frigate to regain visibility. |
This issue only about incoming RTSP. |
Added new query parameter for RTSP server: |
We're attempting to forward an RTSP stream from an IP camera to go2rtc using FFmpeg. However, intermittent packet loss from the camera results in go2rtc disconnecting FFmpeg due to an I/O timeout. We are looking for a way to configure this timeout duration or request the addition of a configuration option.
Details:
We are using the following FFmpeg command to forward the RTSP stream:
(We're using the incoming sources feature of go2rtc.)
Issue:
Occasionally, packets from the camera fail to arrive, causing no packets to be forwarded to go2rtc. When this occurs, go2rtc disconnects FFmpeg with the following error message:
Based on empirical measurements, this timeout duration is approximately 15 seconds.
Request:
The text was updated successfully, but these errors were encountered: