[Support]: Previously playable clips/recording is later unplayable, forever loading #21014
Replies: 1 comment
-
|
Based on your logs and configuration, there are several issues that could be causing your playback problems with the "udvar" camera: Key Issues Identified1. Excessive Bandwidth Warning 2. go2rtc Connection Errors 3. Missing Recording Output Args Recommended SolutionsConfigure proper recording output args for udvar: cameras:
udvar:
ffmpeg:
output_args:
record: preset-record-generic-audio-copy
inputs:
- path: rtsp://192.168.2.121:8554/udvar
input_args: preset-rtsp-restream
roles:
- recordReduce camera bitrate at the source: Verify RTSP connectivity: Consider using HTTP-FLV instead: The combination of excessive bandwidth and go2rtc connection errors is likely causing the recording segments to be corrupted or incomplete, which would explain why previously playable recordings become unplayable. 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
I have 2 cameras, the second one (udvar) I installed a few days ago. The issue is with this camera, that its recordings are randomly unplayable in the Frigate UI, even clips and recordings I have watched before. I wanted to watch them again after around 30 minutes and they wont load. The issue is only present with the udvar kamera.

Version
0.16.2-4d58206
What browser(s) are you using?
Firefox 145.0.1
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
FFprobe output from your camera
[{"return_code":0,"stderr":"","stdout":{"programs":[],"stream_groups":[],"streams":[{"codec_long_name":"H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10","width":2592,"height":1944,"avg_frame_rate":"15/1"}]}},{"return_code":0,"stderr":"","stdout":{"programs":[],"stream_groups":[],"streams":[{"codec_long_name":"H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10","width":704,"height":576,"avg_frame_rate":"5/1"}]}}]Frigate stats
Install method
Docker CLI
docker-compose file or Docker CLI command
Object Detector
Coral
Network connection
Wired
Camera make and model
Dahua IPC-HDBW5541R-ASE
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
Running in docker under Unraid
Beta Was this translation helpful? Give feedback.
All reactions