Reolink DUO3 does not receive frames after 0.17 update #22248
Replies: 5 comments 19 replies
-
|
After removing and recreating the whole thing, it still does not work. Even when adding through the UI it says: "[tcp @ 0x58a76a8bd900] Connection to tcp://192.168.3.3:554?timeout=1000000 failed: Connection timed out rtsp://user:pass@ip:554/Preview_01_main: Connection timed out" |
Beta Was this translation helpful? Give feedback.
-
|
The logs show For Reolink Duo3 cameras (which are newer 6MP+ models), the recommended approach is to use HTTP-FLV streams through go2rtc(1). Here's the configuration structure you should use: go2rtc:
streams:
voordeur:
- "ffmpeg:http://192.168.3.3/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password#video=copy#audio=copy#audio=opus"
voordeur_sub:
- "ffmpeg:http://192.168.3.3/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=username&password=password"
cameras:
voordeur:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/voordeur
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/voordeur_sub
input_args: preset-rtsp-restream
roles:
- detectBefore applying this configuration:
The connection timeout suggests a network-level issue rather than a Frigate 0.17-specific problem. Test basic network connectivity to the camera first before troubleshooting further. 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
This worked before the update so no camera connectivity issue |
Beta Was this translation helpful? Give feedback.
-
|
Since this worked before the 0.17 update and you're experiencing connection timeouts specifically after upgrading, there are a few things to check:
ffmpeg:
path: "default"
cameras:
voordeur:
ffmpeg:
input_args: preset-rtsp-generic
go2rtc:
streams:
voordeur:
- "ffmpeg:http://192.168.3.3/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password#video=copy#audio=copy#audio=opus"
voordeur_sub:
- "ffmpeg:http://192.168.3.3/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=username&password=password"
cameras:
voordeur:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/voordeur
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/voordeur_sub
input_args: preset-rtsp-restream
roles:
- detectCan you share your current camera configuration (with credentials redacted) so we can identify what might have changed between versions? 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
The AI is correct here. Your logs are showing network connectivity issues - not just with the camera, but with other services. This isn't a Frigate issue - it's something related to your network or the way you've configured Frigate on your network. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Like the title, after upgrading to 0.17 the Reolink does not seem to receive any frames. I tried RTSP, HTTP-FLV with and without go2rtc.
Logs:
Beta Was this translation helpful? Give feedback.
All reactions