Closed BlackRapsbeere closed 1 year ago
go2rtc:
streams:
foscam9900p:
- rtsp://****:****@192.168.16.102:88/videoMain
- "ffmpeg:foscam9900p#input=rtsp-foscam#video=copy#audio=copy"
foscam9900p_sub:
- rtsp://****:****@192.168.16.102:88/videoSub
- "ffmpeg:foscam9900p_sub#input=rtsp-foscam#video=copy#audio=copy"
reolinkdoorbell:
- http://192.168.16.103/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=****&password=****
- "ffmpeg:reolinkdoorbell_sub#input=http-reolink#video=copy#audio=opus#audio=volume"
reolinkdoorbell_sub:
- http://192.168.16.103/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=****&password=****
- "ffmpeg:reolinkdoorbell_sub#input=http-reolink#video=copy#audio=opus#audio=volume"
none of your ffmpeg presets are going to be used here because go2rtc resolves on the first stream and never tries to run ffmpeg. You should use different names for the ffmpeg streams or just use ffmpeg:rtsp_url
directly so the input args and other things will apply.
2023-08-08 20:00:22.969892469 22:00:22.969 WRN [rtsp] error="Get \"http://192.168.16.103/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=HomeAssistant&password=c2SRPa3H7kLaruRg\": dial tcp 192.168.16.103:80: connect: no route to host,exec: exit status 1" stream=reolinkdoorbell_sub
Can't find your camera on the network
So you recommend the following for go2rtc?
go2rtc:
streams:
foscam9900p: "ffmpeg:rtsp://****:****@192.168.16.102:88/videoMain#input=rtsp-foscam#video=copy#audio=copy"
foscam9900p_sub: "ffmpeg:rtsp://****:****@192.168.16.102:88/videoSub#input=rtsp-foscam#video=copy#audio=copy"
reolinkdoorbell: "ffmpeg:http://192.168.16.103/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=****&password=****#input=http-reolink#video=copy#audio=opus#audio=volume"
reolinkdoorbell_sub: "ffmpeg:http://192.168.16.103/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=****&password=****#input=http-reolink#video=copy#audio=opus#audio=volume"
Maybe WiFi connection is not that strong. But that would not bother with the Foscam one, which is connected with ethernet.
Thanks for the fast response btw! My next response will be in several hours.
Not sure that will fix the problem but it will actually use the ffmpeg args so hopefully it helps.
Well it actually got worse. go2rtc-log:
2023-08-08 21:02:36.090726633 [INFO] Preparing go2rtc config...
2023-08-08 21:02:36.333429448 [INFO] Not injecting WebRTC candidates into go2rtc config as it has been set manually
2023-08-08 21:02:36.365224478 [INFO] Starting go2rtc...
2023-08-08 21:02:36.467335326 23:02:36.467 INF go2rtc version 1.6.2 linux/amd64
2023-08-08 21:02:36.467765699 23:02:36.467 INF [api] listen addr=0.0.0.0:1984
2023-08-08 21:02:36.468162961 23:02:36.468 INF [rtsp] listen addr=0.0.0.0:8554
2023-08-08 21:02:36.468375809 23:02:36.468 INF [webrtc] listen addr=0.0.0.0:8555/tcp
2023-08-08 21:02:36.468890141 23:02:36.468 INF [srtp] listen addr=0.0.0.0:8443
2023-08-08 21:02:37.356996234 23:02:37.356 WRN [rtsp] error="exec: exit status 1" stream=foscam9900p_sub
2023-08-08 21:02:37.359151934 23:02:37.359 WRN [rtsp] error="exec: exit status 1" stream=reolinkdoorbell_sub
2023-08-08 21:02:37.390260165 23:02:37.390 WRN [rtsp] error="exec: exit status 1" stream=reolinkdoorbell
2023-08-08 21:02:37.390577492 23:02:37.390 WRN [rtsp] error="exec: exit status 1" stream=foscam9900p
And the frigate log:
2023-08-08 21:02:36.091289902 [INFO] Starting Frigate...
2023-08-08 21:02:37.236609507 [2023-08-08 23:02:37] frigate.app INFO : Starting Frigate (0.12.1-367d724)
2023-08-08 21:02:37.281137384 [2023-08-08 23:02:37] frigate.app INFO : Creating directory: /tmp/cache
2023-08-08 21:02:37.358659360 [2023-08-08 23:02:37] frigate.video ERROR : FoscamFI9900P: Unable to read frames from ffmpeg process.
2023-08-08 21:02:37.358770667 [2023-08-08 23:02:37] frigate.video ERROR : FoscamFI9900P: ffmpeg process is not running. exiting capture thread...
2023-08-08 21:02:37.360694608 [2023-08-08 23:02:37] frigate.video ERROR : ReolinkDoorbell: Unable to read frames from ffmpeg process.
2023-08-08 21:02:37.360830885 [2023-08-08 23:02:37] frigate.video ERROR : ReolinkDoorbell: ffmpeg process is not running. exiting capture thread...
2023-08-08 21:02:57.387486822 [2023-08-08 23:02:57] watchdog.FoscamFI9900P ERROR : Ffmpeg process crashed unexpectedly for FoscamFI9900P.
2023-08-08 21:02:57.394878178 [2023-08-08 23:02:57] watchdog.ReolinkDoorbell ERROR : Ffmpeg process crashed unexpectedly for ReolinkDoorbell.
2023-08-08 21:02:57.395339507 [2023-08-08 23:02:57] watchdog.FoscamFI9900P ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-08 21:02:57.395909936 [2023-08-08 23:02:57] watchdog.ReolinkDoorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-08 21:02:57.396887917 [2023-08-08 23:02:57] ffmpeg.FoscamFI9900P.detect ERROR : [rtsp @ 0x563dcffece40] method DESCRIBE failed: 404 Not Found
2023-08-08 21:02:57.397326133 [2023-08-08 23:02:57] ffmpeg.ReolinkDoorbell.detect ERROR : [rtsp @ 0x555644d0be40] method DESCRIBE failed: 404 Not Found
2023-08-08 21:02:57.397674752 [2023-08-08 23:02:57] ffmpeg.FoscamFI9900P.detect ERROR : rtsp://127.0.0.1:8554/foscam9900p_sub: Server returned 404 Not Found
2023-08-08 21:02:57.398025311 [2023-08-08 23:02:57] ffmpeg.ReolinkDoorbell.detect ERROR : rtsp://127.0.0.1:8554/reolinkdoorbell_sub: Server returned 404 Not Found
2023-08-08 21:02:57.410307475 [2023-08-08 23:02:57] ffmpeg.FoscamFI9900P.record ERROR : [rtsp @ 0x55f613fa1f00] method DESCRIBE failed: 404 Not Found
2023-08-08 21:02:57.410749022 [2023-08-08 23:02:57] ffmpeg.FoscamFI9900P.record ERROR : rtsp://127.0.0.1:8554/foscam9900p: Server returned 404 Not Found
2023-08-08 21:02:57.417586289 [2023-08-08 23:02:57] ffmpeg.ReolinkDoorbell.record ERROR : [rtsp @ 0x5648f0f54ec0] method DESCRIBE failed: 404 Not Found
2023-08-08 21:02:57.418050168 [2023-08-08 23:02:57] ffmpeg.ReolinkDoorbell.record ERROR : rtsp://127.0.0.1:8554/reolinkdoorbell: Server returned 404 Not Found
Seems like using ffmpeg or the args are not proper.
Let's try this and see what happens
go2rtc:
log:
exec: trace
streams:
foscam9900p: "ffmpeg:rtsp://****:****@192.168.16.102:88/videoMain"
foscam9900p_sub: "ffmpeg:rtsp://****:****@192.168.16.102:88/videoSub"
reolinkdoorbell: "ffmpeg:http://192.168.16.103/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=****&password=****"
reolinkdoorbell_sub: "ffmpeg:http://192.168.16.103/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=****&password=****"
I did it the way you suggested. But there are no ffmpeg-args, right?
Frigate-Log:
2023-08-09 15:55:51.216260661 [INFO] Starting Frigate...
2023-08-09 15:55:52.406734997 [2023-08-09 17:55:52] frigate.app INFO : Starting Frigate (0.12.1-367d724)
2023-08-09 15:55:52.457268210 [2023-08-09 17:55:52] frigate.app INFO : Creating directory: /tmp/cache
2023-08-09 15:55:57.644295505 [2023-08-09 17:55:57] frigate.video ERROR : FoscamFI9900P: Unable to read frames from ffmpeg process.
2023-08-09 15:55:57.644386024 [2023-08-09 17:55:57] frigate.video ERROR : FoscamFI9900P: ffmpeg process is not running. exiting capture thread...
2023-08-09 15:56:12.571020515 [2023-08-09 17:56:12] watchdog.FoscamFI9900P ERROR : Ffmpeg process crashed unexpectedly for FoscamFI9900P.
2023-08-09 15:56:12.571234435 [2023-08-09 17:56:12] watchdog.FoscamFI9900P ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-09 15:56:12.571451264 [2023-08-09 17:56:12] ffmpeg.FoscamFI9900P.detect ERROR : rtsp://127.0.0.1:8554/foscam9900p_sub: Invalid data found when processing input
2023-08-09 15:56:12.583596370 [2023-08-09 17:56:12] ffmpeg.FoscamFI9900P.record ERROR : rtsp://127.0.0.1:8554/foscam9900p: Invalid data found when processing input
2023-08-09 15:56:17.698674897 [2023-08-09 17:56:17] frigate.video ERROR : FoscamFI9900P: Unable to read frames from ffmpeg process.
2023-08-09 15:56:17.699017026 [2023-08-09 17:56:17] frigate.video ERROR : FoscamFI9900P: ffmpeg process is not running. exiting capture thread...
2023-08-09 15:56:22.559415588 [2023-08-09 17:56:22] ffmpeg.ReolinkDoorbell.record ERROR : [segment @ 0x5616f6db7300] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2023-08-09 15:56:22.559729599 [2023-08-09 17:56:22] ffmpeg.ReolinkDoorbell.record ERROR : rtsp://127.0.0.1:8554/reolinkdoorbell: Connection timed out
2023-08-09 15:56:22.592471034 [2023-08-09 17:56:22] watchdog.FoscamFI9900P ERROR : Ffmpeg process crashed unexpectedly for FoscamFI9900P.
2023-08-09 15:56:22.592728832 [2023-08-09 17:56:22] watchdog.FoscamFI9900P ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-09 15:56:22.592999961 [2023-08-09 17:56:22] ffmpeg.FoscamFI9900P.detect ERROR : rtsp://127.0.0.1:8554/foscam9900p_sub: Invalid data found when processing input
2023-08-09 15:56:22.614151048 [2023-08-09 17:56:22] ffmpeg.FoscamFI9900P.record ERROR : rtsp://127.0.0.1:8554/foscam9900p: Invalid data found when processing input
2023-08-09 15:56:26.506182295 [2023-08-09 17:56:26] frigate.video ERROR : ReolinkDoorbell: Unable to read frames from ffmpeg process.
2023-08-09 15:56:26.506806687 [2023-08-09 17:56:26] frigate.video ERROR : ReolinkDoorbell: ffmpeg process is not running. exiting capture thread...
2023-08-09 15:56:27.734604160 [2023-08-09 17:56:27] frigate.video ERROR : FoscamFI9900P: Unable to read frames from ffmpeg process.
2023-08-09 15:56:27.735049679 [2023-08-09 17:56:27] frigate.video ERROR : FoscamFI9900P: ffmpeg process is not running. exiting capture thread...
2023-08-09 15:56:32.569533255 [2023-08-09 17:56:32] watchdog.ReolinkDoorbell ERROR : Ffmpeg process crashed unexpectedly for ReolinkDoorbell.
2023-08-09 15:56:32.569737310 [2023-08-09 17:56:32] watchdog.ReolinkDoorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-09 15:56:32.570055663 [2023-08-09 17:56:32] ffmpeg.ReolinkDoorbell.detect ERROR : rtsp://127.0.0.1:8554/reolinkdoorbell_sub: Connection timed out
2023-08-09 15:56:32.570244796 [2023-08-09 17:56:32] ffmpeg.ReolinkDoorbell.detect ERROR : Last message repeated 1 times
2023-08-09 15:56:32.605161153 [2023-08-09 17:56:32] ffmpeg.ReolinkDoorbell.record ERROR : rtsp://127.0.0.1:8554/reolinkdoorbell: Invalid data found when processing input
go2rtc-Log:
2023-08-09 15:55:51.215169180 [INFO] Preparing go2rtc config...
2023-08-09 15:55:51.451341094 [INFO] Not injecting WebRTC candidates into go2rtc config as it has been set manually
2023-08-09 15:55:51.481543225 [INFO] Starting go2rtc...
2023-08-09 15:55:51.604390271 17:55:51.604 INF go2rtc version 1.6.2 linux/amd64
2023-08-09 15:55:51.604699393 17:55:51.604 INF [api] listen addr=0.0.0.0:1984
2023-08-09 15:55:51.605081017 17:55:51.605 INF [rtsp] listen addr=0.0.0.0:8554
2023-08-09 15:55:51.605342056 17:55:51.605 INF [webrtc] listen addr=0.0.0.0:8555/tcp
2023-08-09 15:55:51.605908201 17:55:51.605 INF [srtp] listen addr=0.0.0.0:8443
2023-08-09 15:55:52.526282552 17:55:52.518 DBG [exec] run url="exec:ffmpeg -hide_banner -fflags nobuffer -flags low_delay -i http://192.168.16.103/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=HomeAssistant&password=c2SRPa3H7kLaruRg -c copy -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp {output}"
2023-08-09 15:55:52.534157258 17:55:52.533 DBG [exec] run url="exec:ffmpeg -hide_banner -allowed_media_types video+audio -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_flags prefer_tcp -i rtsp://HomeAssistant:eL37FsBQbzJp@192.168.16.102:88/videoSub -c copy -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp {output}"
2023-08-09 15:55:52.553062190 17:55:52.552 DBG [exec] run url="exec:ffmpeg -hide_banner -fflags nobuffer -flags low_delay -i http://192.168.16.103/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=HomeAssistant&password=c2SRPa3H7kLaruRg -c copy -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp {output}"
2023-08-09 15:55:52.565291566 17:55:52.565 DBG [exec] run url="exec:ffmpeg -hide_banner -allowed_media_types video+audio -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_flags prefer_tcp -i rtsp://HomeAssistant:eL37FsBQbzJp@192.168.16.102:88/videoMain -c copy -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp {output}"
2023-08-09 15:55:54.847202885 [h264 @ 0x5566d54971c0] Missing reference picture, default is 65596
2023-08-09 15:55:55.049490865 [h264 @ 0x5566d54971c0] Missing reference picture, default is 65598
2023-08-09 15:55:55.253897072 [h264 @ 0x5566d54971c0] Missing reference picture, default is 65600
2023-08-09 15:55:55.416771300 [h264 @ 0x5566d54971c0] Missing reference picture, default is 65602
2023-08-09 15:55:55.427284290 [h264 @ 0x55f06ae841c0] Missing reference picture, default is 65542
2023-08-09 15:55:55.615570787 [h264 @ 0x5566d54971c0] Missing reference picture, default is 65604
2023-08-09 15:55:55.637433232 [h264 @ 0x55f06ae841c0] Missing reference picture, default is 65544
2023-08-09 15:55:55.810857201 [h264 @ 0x55f06ae841c0] Missing reference picture, default is 65546
2023-08-09 15:55:55.819663863 [h264 @ 0x5566d54971c0] Missing reference picture, default is 65606
2023-08-09 15:55:56.010404993 [h264 @ 0x5566d54971c0] Missing reference picture, default is 65608
2023-08-09 15:55:56.021283700 [h264 @ 0x55f06ae841c0] Missing reference picture, default is 65548
2023-08-09 15:55:56.213112134 [h264 @ 0x5566d54971c0] Missing reference picture, default is 65610
2023-08-09 15:55:56.232172875 [h264 @ 0x55f06ae841c0] Missing reference picture, default is 65550
2023-08-09 15:55:56.266428504 Input #0, flv, from 'http://192.168.16.103/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=HomeAssistant&password=c2SRPa3H7kLaruRg':
2023-08-09 15:55:56.266432983 Metadata:
2023-08-09 15:55:56.266435064 displayWidth : 896
2023-08-09 15:55:56.266436932 displayHeight : 672
2023-08-09 15:55:56.266438939 Duration: 00:00:00.00, start: 0.000000, bitrate: N/A
2023-08-09 15:55:56.266465709 Stream #0:0: Video: h264 (High), yuv420p(progressive), 896x672, 12 fps, 20 tbr, 1k tbn
2023-08-09 15:55:56.266492545 Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltp
2023-08-09 15:55:56.316860879 17:55:56.316 DBG [exec] run launch=3.7978404s
2023-08-09 15:55:56.317342205 Output #0, rtsp, to 'rtsp://127.0.0.1:8554/1c969685d4d5d8322ee46890c0d208fa':
2023-08-09 15:55:56.317453134 Metadata:
2023-08-09 15:55:56.317594947 displayWidth : 896
2023-08-09 15:55:56.317605592 displayHeight : 672
2023-08-09 15:55:56.317678996 encoder : Lavf59.27.100
2023-08-09 15:55:56.317780694 Stream #0:0: Video: h264 (High), yuv420p(progressive), 896x672, q=2-31, 12 fps, 20 tbr, 90k tbn
2023-08-09 15:55:56.317878317 Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltp
2023-08-09 15:55:56.317886323 Stream mapping:
2023-08-09 15:55:56.317932531 Stream #0:0 -> #0:0 (copy)
2023-08-09 15:55:56.317939853 Stream #0:1 -> #0:1 (copy)
2023-08-09 15:55:56.317982567 Press [q] to stop, [?] for help
2023-08-09 15:55:56.378949440 frame= 0 fps=0.0 q=-1.0 size=N/A time=00:00:02.13 bitrate=N/A speed=2.85e+04x
[h264 @ 0x5566d54971c0] Missing reference picture, default is 65612
2023-08-09 15:55:56.391601215 [h264 @ 0x55f06ae841c0] Missing reference picture, default is 65552
2023-08-09 15:55:56.581446778 [h264 @ 0x5566d54971c0] Missing reference picture, default is 65614
2023-08-09 15:55:56.600900744 [h264 @ 0x55f06ae841c0] Missing reference picture, default is 65554
2023-08-09 15:55:56.779019315 [h264 @ 0x5566d54971c0] Missing reference picture, default is 65616
2023-08-09 15:55:56.792006570 [h264 @ 0x55f06ae841c0] Missing reference picture, default is 65556
2023-08-09 15:55:56.984436671 frame= 0 fps=0.0 q=-1.0 size=N/A time=00:00:02.77 bitrate=N/A speed= 5.3x
[h264 @ 0x5566d54971c0] Missing reference picture, default is 65618
2023-08-09 15:55:57.004169095 [h264 @ 0x55f06ae841c0] Missing reference picture, default is 65558
2023-08-09 15:55:57.184364281 [h264 @ 0x5566d54971c0] Missing reference picture, default is 65620
2023-08-09 15:55:57.198586168 [h264 @ 0x55f06ae841c0] Missing reference picture, default is 65560
2023-08-09 15:55:57.224398442 Input #0, flv, from 'http://192.168.16.103/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=HomeAssistant&password=c2SRPa3H7kLaruRg':
2023-08-09 15:55:57.224401413 Metadata:
2023-08-09 15:55:57.224402504 displayWidth : 2560
2023-08-09 15:55:57.224403572 displayHeight : 1920
2023-08-09 15:55:57.224404591 Duration: 00:00:00.00, start: 0.000000, bitrate: N/A
2023-08-09 15:55:57.224418025 Stream #0:0: Video: h264 (High), yuv420p(progressive), 2560x1920, 9 fps, 20 tbr, 1k tbn
2023-08-09 15:55:57.224419088 Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltp
2023-08-09 15:55:57.270384593 17:55:57.270 DBG [exec] run launch=4.717290389s
2023-08-09 15:55:57.270709944 Output #0, rtsp, to 'rtsp://127.0.0.1:8554/19317e672049482e0a97b40d8d59acff':
2023-08-09 15:55:57.270714839 Metadata:
2023-08-09 15:55:57.270717961 displayWidth : 2560
2023-08-09 15:55:57.270720648 displayHeight : 1920
2023-08-09 15:55:57.270723400 encoder : Lavf59.27.100
2023-08-09 15:55:57.270772171 Stream #0:0: Video: h264 (High), yuv420p(progressive), 2560x1920, q=2-31, 9 fps, 20 tbr, 90k tbn
2023-08-09 15:55:57.270837844 Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltp
2023-08-09 15:55:57.270840801 Stream mapping:
2023-08-09 15:55:57.270866480 Stream #0:0 -> #0:0 (copy)
2023-08-09 15:55:57.270894612 Stream #0:1 -> #0:1 (copy)
2023-08-09 15:55:57.270898906 Press [q] to stop, [?] for help
2023-08-09 15:55:57.353829321 frame= 0 fps=0.0 q=-1.0 size=N/A time=00:00:04.11 bitrate=N/A speed=4.12e+06x
[h264 @ 0x5566d54971c0] Missing reference picture, default is 65622
2023-08-09 15:55:57.373899672 [h264 @ 0x55f06ae841c0] Missing reference picture, default is 65562
2023-08-09 15:55:57.549169456 frame= 0 fps=0.0 q=-1.0 size=N/A time=00:00:03.28 bitrate=N/A speed=3.21x
[h264 @ 0x5566d54971c0] Missing reference picture, default is 65624
2023-08-09 15:55:57.750038233 [h264 @ 0x5566d54971c0] Missing reference picture, default is 65626
2023-08-09 15:55:57.947229361 frame= 0 fps=0.0 q=-1.0 size=N/A time=00:00:04.75 bitrate=N/A speed=8.91x
frame= 0 fps=0.0 q=-1.0 size=N/A time=00:00:03.79 bitrate=N/A speed=2.46x
[h264 @ 0x5566d54971c0] Missing reference picture, default is 65628
2023-08-09 15:55:58.151194424 [h264 @ 0x5566d54971c0] Missing reference picture, default is 65630
2023-08-09 15:55:58.311461609 [h264 @ 0x5566d54971c0] Missing reference picture, default is 65632
2023-08-09 15:55:58.512547357 frame= 3 fps=2.8 q=-1.0 size=N/A time=00:00:05.26 bitrate=N/A speed=4.98x
frame= 5 fps=2.4 q=-1.0 size=N/A time=00:00:04.31 bitrate=N/A speed=2.08x
[h264 @ 0x5566d54971c0] Missing reference picture, default is 65634
2023-08-09 15:55:58.716796255 [h264 @ 0x5566d54971c0] Missing reference picture, default is 65636
2023-08-09 15:55:58.915449160 frame= 8 fps=5.1 q=-1.0 size=N/A time=00:00:05.78 bitrate=N/A speed=3.66x
[h264 @ 0x5566d54971c0] Missing reference picture, default is 65638
2023-08-09 15:55:59.112377473 [h264 @ 0x5566d54971c0] Missing reference picture, default is 65640
2023-08-09 15:55:59.287712957 [h264 @ 0x5566d54971c0] Missing reference picture, default is 65642
2023-08-09 15:55:59.481436494 [h264 @ 0x5566d54971c0] Missing reference picture, default is 65644
2023-08-09 15:55:59.617390974 frame= 13 fps=5.6 q=-1.0 size=N/A time=00:00:06.29 bitrate=N/A speed=2.71x
Guessed Channel Layout for Input Stream #0.1 : mono
2023-08-09 15:55:59.617398483 Input #0, rtsp, from 'rtsp://HomeAssistant:eL37FsBQbzJp@192.168.16.102:88/videoMain':
2023-08-09 15:55:59.617402033 Metadata:
2023-08-09 15:55:59.617405804 title : IP Camera Video
2023-08-09 15:55:59.617409105 comment : videoMain
2023-08-09 15:55:59.617441456 Duration: N/A, start: 0.000000, bitrate: N/A
2023-08-09 15:55:59.617521087 Stream #0:0: Video: h264 (High), yuv420p(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], 90k tbr, 90k tbn
2023-08-09 15:55:59.617587372 Stream #0:1: Audio: pcm_mulaw, 8000 Hz, mono, s16, 64 kb/s
2023-08-09 15:55:59.635782634 Guessed Channel Layout for Input Stream #0.1 : mono
2023-08-09 15:55:59.635787877 Input #0, rtsp, from 'rtsp://HomeAssistant:eL37FsBQbzJp@192.168.16.102:88/videoSub':
2023-08-09 15:55:59.635790237 Metadata:
2023-08-09 15:55:59.635792627 title : IP Camera Video
2023-08-09 15:55:59.635794774 comment : videoSub
2023-08-09 15:55:59.635819221 Duration: N/A, start: 0.000000, bitrate: N/A
2023-08-09 15:55:59.635847072 Stream #0:0: Video: h264 (High), yuv420p(tv, bt709, progressive), 1280x720 [SAR 1:1 DAR 16:9], 5.17 fps, 5.08 tbr, 90k tbn
2023-08-09 15:55:59.635875680 Stream #0:1: Audio: pcm_mulaw, 8000 Hz, mono, s16, 64 kb/s
2023-08-09 15:55:59.662689426 17:55:59.662 DBG [exec] run launch=7.097329743s
2023-08-09 15:55:59.663108196 Output #0, rtsp, to 'rtsp://127.0.0.1:8554/ca08797ddc94be60ba6f158d7ad31927':
2023-08-09 15:55:59.663124788 Metadata:
2023-08-09 15:55:59.663130575 title : IP Camera Video
2023-08-09 15:55:59.663169381 comment : videoMain
2023-08-09 15:55:59.663174830 encoder : Lavf59.27.100
2023-08-09 15:55:59.663219718 Stream #0:0: Video: h264 (High), yuv420p(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 90k tbr, 90k tbn
2023-08-09 15:55:59.663281183 Stream #0:1: Audio: pcm_mulaw, 8000 Hz, mono, s16, 64 kb/s
2023-08-09 15:55:59.663312960 Stream mapping:
2023-08-09 15:55:59.663317990 Stream #0:0 -> #0:0 (copy)
2023-08-09 15:55:59.663347826 Stream #0:1 -> #0:1 (copy)
2023-08-09 15:55:59.663352227 Press [q] to stop, [?] for help
2023-08-09 15:55:59.682647504 frame= 0 fps=0.0 q=-1.0 size=N/A time=00:00:05.21 bitrate=N/A speed=N/A
17:55:59.682 DBG [exec] run launch=7.148500817s
2023-08-09 15:55:59.682967339 Output #0, rtsp, to 'rtsp://127.0.0.1:8554/15d453f65e5a76a85ded7ffb6e8e5b3b':
2023-08-09 15:55:59.682972318 Metadata:
2023-08-09 15:55:59.683000471 title : IP Camera Video
2023-08-09 15:55:59.683005258 comment : videoSub
2023-08-09 15:55:59.683036100 encoder : Lavf59.27.100
2023-08-09 15:55:59.683091927 Stream #0:0: Video: h264 (High), yuv420p(tv, bt709, progressive), 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 5.17 fps, 5.08 tbr, 90k tbn
2023-08-09 15:55:59.683151618 Stream #0:1: Audio: pcm_mulaw, 8000 Hz, mono, s16, 64 kb/s
2023-08-09 15:55:59.683157322 Stream mapping:
2023-08-09 15:55:59.683204017 Stream #0:0 -> #0:0 (copy)
2023-08-09 15:55:59.683208833 Stream #0:1 -> #0:1 (copy)
2023-08-09 15:55:59.683213715 Press [q] to stop, [?] for help
2023-08-09 15:56:00.447338141 frame= 0 fps=0.0 q=-1.0 size=N/A time=00:00:05.05 bitrate=N/A speed=N/A
frame= 21 fps=7.4 q=-1.0 size=N/A time=00:00:07.06 bitrate=N/A speed=2.48x
frame= 13 fps=3.3 q=-1.0 size=N/A time=00:00:06.10 bitrate=N/A speed=1.57x
frame= 0 fps=0.0 q=-1.0 size=N/A time=00:00:05.76 bitrate=N/A speed=10.3x
frame= 0 fps=0.0 q=-1.0 size=N/A time=00:00:05.66 bitrate=N/A speed=10.5x
av_interleaved_write_frame(): Broken pipe
2023-08-09 15:56:00.447447253 Error writing trailer of rtsp://127.0.0.1:8554/ca08797ddc94be60ba6f158d7ad31927: Broken pipe
2023-08-09 15:56:00.447462200 frame= 1 fps=0.0 q=-1.0 Lsize=N/A time=00:00:05.96 bitrate=N/A speed=7.61x
2023-08-09 15:56:00.447472086 video:491kB audio:6kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
2023-08-09 15:56:00.447619517 Conversion failed!
2023-08-09 15:56:00.448618176 17:56:00.448 TRC [exec] close url="exec:ffmpeg -hide_banner -allowed_media_types video+audio -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_flags prefer_tcp -i rtsp://HomeAssistant:eL37FsBQbzJp@192.168.16.102:88/videoMain -c copy -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp {output}"
2023-08-09 15:56:00.460837916 av_interleaved_write_frame(): Broken pipe
2023-08-09 15:56:00.460918707 Error writing trailer of rtsp://127.0.0.1:8554/15d453f65e5a76a85ded7ffb6e8e5b3b: Broken pipe
2023-08-09 15:56:00.460931169 frame= 1 fps=0.0 q=-1.0 Lsize=N/A time=00:00:05.83 bitrate=N/A speed=7.51x
2023-08-09 15:56:00.460944361 video:229kB audio:7kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
2023-08-09 15:56:00.461053632 Conversion failed!
2023-08-09 15:56:00.462148928 17:56:00.462 TRC [exec] close url="exec:ffmpeg -hide_banner -allowed_media_types video+audio -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_flags prefer_tcp -i rtsp://HomeAssistant:eL37FsBQbzJp@192.168.16.102:88/videoSub -c copy -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp {output}"
2023-08-09 15:56:01.217209494 frame= 26 fps=7.7 q=-1.0 size=N/A time=00:00:07.57 bitrate=N/A speed=2.25x
frame= 24 fps=5.5 q=-1.0 size=N/A time=00:00:06.61 bitrate=N/A speed= 1.5x
frame= 31 fps=7.9 q=-1.0 size=N/A time=00:00:08.08 bitrate=N/A speed=2.06x
[INFO] Starting go2rtc healthcheck service...
2023-08-09 15:56:12.587961101 frame= 34 fps=6.9 q=-1.0 size=N/A time=00:00:07.12 bitrate=N/A speed=1.45x
frame= 37 fps=8.3 q=-1.0 size=N/A time=00:00:08.66 bitrate=N/A speed=1.95x
frame= 45 fps=8.3 q=-1.0 size=N/A time=00:00:07.70 bitrate=N/A speed=1.41x
frame= 41 fps=8.3 q=-1.0 size=N/A time=00:00:09.10 bitrate=N/A speed=1.84x
frame= 55 fps=9.2 q=-1.0 size=N/A time=00:00:08.21 bitrate=N/A speed=1.38x
frame= 47 fps=8.6 q=-1.0 size=N/A time=00:00:09.74 bitrate=N/A speed=1.78x
frame= 66 fps= 10 q=-1.0 size=N/A time=00:00:08.72 bitrate=N/A speed=1.34x
frame= 53 fps=8.9 q=-1.0 size=N/A time=00:00:10.19 bitrate=N/A speed=1.71x
frame= 77 fps= 11 q=-1.0 size=N/A time=00:00:09.30 bitrate=N/A speed=1.32x
frame= 58 fps=8.9 q=-1.0 size=N/A time=00:00:10.70 bitrate=N/A speed=1.65x
frame= 88 fps= 12 q=-1.0 size=N/A time=00:00:09.81 bitrate=N/A speed= 1.3x
frame= 63 fps=9.0 q=-1.0 size=N/A time=00:00:11.22 bitrate=N/A speed= 1.6x
frame= 97 fps= 12 q=-1.0 size=N/A time=00:00:10.32 bitrate=N/A speed=1.28x
frame= 68 fps=9.0 q=-1.0 size=N/A time=00:00:11.73 bitrate=N/A speed=1.56x
frame= 108 fps= 13 q=-1.0 size=N/A time=00:00:10.83 bitrate=N/A speed=1.26x
frame= 73 fps=9.1 q=-1.0 size=N/A time=00:00:12.24 bitrate=N/A speed=1.52x
frame= 119 fps= 13 q=-1.0 size=N/A time=00:00:11.35 bitrate=N/A speed=1.24x
frame= 78 fps=9.1 q=-1.0 size=N/A time=00:00:12.82 bitrate=N/A speed= 1.5x
frame= 129 fps= 13 q=-1.0 size=N/A time=00:00:11.86 bitrate=N/A speed=1.23x
frame= 84 fps=9.2 q=-1.0 size=N/A time=00:00:13.33 bitrate=N/A speed=1.46x
frame= 139 fps= 14 q=-1.0 size=N/A time=00:00:12.37 bitrate=N/A speed=1.22x
frame= 89 fps=9.2 q=-1.0 size=N/A time=00:00:13.84 bitrate=N/A speed=1.43x
frame= 150 fps= 14 q=-1.0 size=N/A time=00:00:12.95 bitrate=N/A speed=1.21x
frame= 95 fps=9.3 q=-1.0 size=N/A time=00:00:14.42 bitrate=N/A speed=1.41x
frame= 160 fps= 14 q=-1.0 size=N/A time=00:00:13.46 bitrate=N/A speed= 1.2x
frame= 100 fps=9.3 q=-1.0 size=N/A time=00:00:14.93 bitrate=N/A speed=1.39x
frame= 170 fps= 15 q=-1.0 size=N/A time=00:00:13.97 bitrate=N/A speed=1.19x
frame= 181 fps= 15 q=-1.0 size=N/A time=00:00:14.48 bitrate=N/A speed=1.18x
frame= 105 fps=9.3 q=-1.0 size=N/A time=00:00:15.50 bitrate=N/A speed=1.38x
frame= 191 fps= 15 q=-1.0 size=N/A time=00:00:14.99 bitrate=N/A speed=1.18x
frame= 111 fps=9.4 q=-1.0 size=N/A time=00:00:16.02 bitrate=N/A speed=1.36x
frame= 202 fps= 15 q=-1.0 size=N/A time=00:00:15.51 bitrate=N/A speed=1.17x
frame= 116 fps=9.4 q=-1.0 size=N/A time=00:00:16.53 bitrate=N/A speed=1.34x
frame= 212 fps= 15 q=-1.0 size=N/A time=00:00:16.02 bitrate=N/A speed=1.16x
frame= 121 fps=9.4 q=-1.0 size=N/A time=00:00:17.04 bitrate=N/A speed=1.33x
frame= 223 fps= 16 q=-1.0 size=N/A time=00:00:16.53 bitrate=N/A speed=1.16x
frame= 126 fps=9.4 q=-1.0 size=N/A time=00:00:17.62 bitrate=N/A speed=1.32x
17:56:12.587 DBG [exec] run url="exec:ffmpeg -hide_banner -allowed_media_types video+audio -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_flags prefer_tcp -i rtsp://HomeAssistant:eL37FsBQbzJp@192.168.16.102:88/videoSub -c copy -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp {output}"
2023-08-09 15:56:12.595740132 17:56:12.595 DBG [exec] run url="exec:ffmpeg -hide_banner -allowed_media_types video+audio -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_flags prefer_tcp -i rtsp://HomeAssistant:eL37FsBQbzJp@192.168.16.102:88/videoMain -c copy -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp {output}"
2023-08-09 15:56:14.858548676 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65554
2023-08-09 15:56:14.867154454 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65556
2023-08-09 15:56:14.876046181 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65558
2023-08-09 15:56:14.897403310 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65560
2023-08-09 15:56:14.912331169 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65562
2023-08-09 15:56:14.949612769 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65564
2023-08-09 15:56:15.150774274 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65566
2023-08-09 15:56:15.349611185 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65568
2023-08-09 15:56:15.545872769 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65570
2023-08-09 15:56:15.714438899 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65572
2023-08-09 15:56:15.738682744 [h264 @ 0x55d6e32e81c0] Missing reference picture, default is 65542
2023-08-09 15:56:15.912798258 [h264 @ 0x55d6e32e81c0] Missing reference picture, default is 65544
2023-08-09 15:56:15.922425610 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65574
2023-08-09 15:56:16.117606962 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65576
2023-08-09 15:56:16.134302196 [h264 @ 0x55d6e32e81c0] Missing reference picture, default is 65546
2023-08-09 15:56:16.314887529 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65578
2023-08-09 15:56:16.338085611 [h264 @ 0x55d6e32e81c0] Missing reference picture, default is 65548
2023-08-09 15:56:16.518904587 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65580
2023-08-09 15:56:16.533990680 [h264 @ 0x55d6e32e81c0] Missing reference picture, default is 65550
2023-08-09 15:56:16.682696567 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65582
2023-08-09 15:56:16.697027428 [h264 @ 0x55d6e32e81c0] Missing reference picture, default is 65552
2023-08-09 15:56:16.880253351 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65584
2023-08-09 15:56:16.895564736 [h264 @ 0x55d6e32e81c0] Missing reference picture, default is 65554
2023-08-09 15:56:17.083919657 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65586
2023-08-09 15:56:17.105041104 [h264 @ 0x55d6e32e81c0] Missing reference picture, default is 65556
2023-08-09 15:56:17.279816243 [h264 @ 0x55d6e32e81c0] Missing reference picture, default is 65558
2023-08-09 15:56:17.289652518 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65588
2023-08-09 15:56:17.482037793 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65590
2023-08-09 15:56:17.505014116 [h264 @ 0x55d6e32e81c0] Missing reference picture, default is 65560
2023-08-09 15:56:17.663891663 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65592
2023-08-09 15:56:17.677872612 [h264 @ 0x55d6e32e81c0] Missing reference picture, default is 65562
2023-08-09 15:56:17.848111020 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65594
2023-08-09 15:56:18.045586531 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65596
2023-08-09 15:56:18.251006841 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65598
2023-08-09 15:56:18.451069386 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65600
2023-08-09 15:56:18.619057818 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65602
2023-08-09 15:56:18.816249873 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65604
2023-08-09 15:56:19.013503195 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65606
2023-08-09 15:56:19.216978963 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65608
2023-08-09 15:56:19.417620563 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65610
2023-08-09 15:56:19.580972044 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65612
2023-08-09 15:56:19.785691328 [h264 @ 0x55fe1d4b81c0] Missing reference picture, default is 65614
2023-08-09 15:56:19.914975707 Guessed Channel Layout for Input Stream #0.1 : mono
2023-08-09 15:56:19.914990603 Input #0, rtsp, from 'rtsp://HomeAssistant:eL37FsBQbzJp@192.168.16.102:88/videoSub':
2023-08-09 15:56:19.914999121 Metadata:
2023-08-09 15:56:19.915068139 title : IP Camera Video
2023-08-09 15:56:19.915076997 comment : videoSub
2023-08-09 15:56:19.915128307 Duration: N/A, start: 0.000000, bitrate: N/A
2023-08-09 15:56:19.915307921 Stream #0:0: Video: h264 (High), yuv420p(tv, bt709, progressive), 1280x720 [SAR 1:1 DAR 16:9], 5.17 fps, 5.50 tbr, 90k tbn
2023-08-09 15:56:19.915558958 Stream #0:1: Audio: pcm_mulaw, 8000 Hz, mono, s16, 64 kb/s
2023-08-09 15:56:19.917467772 Guessed Channel Layout for Input Stream #0.1 : mono
2023-08-09 15:56:19.917477275 Input #0, rtsp, from 'rtsp://HomeAssistant:eL37FsBQbzJp@192.168.16.102:88/videoMain':
2023-08-09 15:56:19.917482086 Metadata:
2023-08-09 15:56:19.917487037 title : IP Camera Video
2023-08-09 15:56:19.917491464 comment : videoMain
2023-08-09 15:56:19.917549499 Duration: N/A, start: 0.000000, bitrate: N/A
2023-08-09 15:56:19.917601605 Stream #0:0: Video: h264 (High), yuv420p(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], 90k tbr, 90k tbn
2023-08-09 15:56:19.917684199 Stream #0:1: Audio: pcm_mulaw, 8000 Hz, mono, s16, 64 kb/s
2023-08-09 15:56:19.968254752 17:56:19.968 DBG [exec] run launch=7.372388066s
2023-08-09 15:56:19.968499776 17:56:19.968 DBG [exec] run launch=7.38016631s
2023-08-09 15:56:19.968748516 Output #0, rtsp, to 'rtsp://127.0.0.1:8554/15d453f65e5a76a85ded7ffb6e8e5b3b':
2023-08-09 15:56:19.968762827 Output #0, rtsp, to 'rtsp://127.0.0.1:8554/ca08797ddc94be60ba6f158d7ad31927':
2023-08-09 15:56:19.968770442 Metadata:
2023-08-09 15:56:19.968859164 title : IP Camera Video
2023-08-09 15:56:19.968866213 comment : videoMain
2023-08-09 15:56:19.968873074 encoder : Lavf59.27.100
2023-08-09 15:56:19.968925848 Metadata:
2023-08-09 15:56:19.968935114 title : IP Camera Video Stream #0:0
2023-08-09 15:56:19.968987243 : Video: h264 (High), yuv420p(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31 comment : , videoSub
2023-08-09 15:56:19.968994086 90k tbr, encoder : 90k tbnLavf59.27.100
2023-08-09 15:56:19.968999787
2023-08-09 15:56:19.969113180 Stream #0:1 Stream #0:0: Audio: pcm_mulaw, 8000 Hz, mono, s16, 64 kb/s
2023-08-09 15:56:19.969124350 : Video: h264 (High), yuv420p(tv, bt709, progressive), 1280x720 [SAR 1:1 DAR 16:9], q=2-31, Stream mapping:
2023-08-09 15:56:19.969174498 Stream #0:0 -> #0:05.17 fps, (copy)5.50 tbr,
2023-08-09 15:56:19.969181544 90k tbn Stream #0:1 -> #0:1
2023-08-09 15:56:19.969187052 (copy)
2023-08-09 15:56:19.969229832 Press [q] to stop, [?] for help
2023-08-09 15:56:19.969279252 Stream #0:1: Audio: pcm_mulaw, 8000 Hz, mono, s16, 64 kb/s
2023-08-09 15:56:19.969328797 Stream mapping:
2023-08-09 15:56:19.969336434 Stream #0:0 -> #0:0 (copy)
2023-08-09 15:56:19.969386513 Stream #0:1 -> #0:1 (copy)
2023-08-09 15:56:19.969394286 Press [q] to stop, [?] for help
2023-08-09 15:56:20.766206065 frame= 0 fps=0.0 q=-1.0 size=N/A time=00:00:05.21 bitrate=N/A speed=N/A
frame= 0 fps=0.0 q=-1.0 size=N/A time=00:00:05.22 bitrate=N/A speed=N/A
frame= 0 fps=0.0 q=-1.0 size=N/A time=00:00:05.83 bitrate=N/A speed=11.1x
frame= 0 fps=0.0 q=-1.0 size=N/A time=00:00:05.82 bitrate=N/A speed=11.1x
av_interleaved_write_frame(): Broken pipe
2023-08-09 15:56:20.766419485 Error writing trailer of rtsp://127.0.0.1:8554/15d453f65e5a76a85ded7ffb6e8e5b3b: Broken pipe
2023-08-09 15:56:20.766463820 frame= 1 fps=0.0 q=-1.0 Lsize=N/A time=00:00:06.00 bitrate=N/A speed=7.54x
2023-08-09 15:56:20.766494058 video:224kB audio:7kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
2023-08-09 15:56:20.766802500 Conversion failed!
2023-08-09 15:56:20.768566066 17:56:20.768 TRC [exec] close url="exec:ffmpeg -hide_banner -allowed_media_types video+audio -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_flags prefer_tcp -i rtsp://HomeAssistant:eL37FsBQbzJp@192.168.16.102:88/videoSub -c copy -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp {output}"
2023-08-09 15:56:22.575596567 frame= 0 fps=0.0 q=-1.0 size=N/A time=00:00:06.35 bitrate=N/A speed= 6x
frame= 0 fps=0.0 q=-1.0 size=N/A time=00:00:06.89 bitrate=N/A speed=4.32x
frame= 0 fps=0.0 q=-1.0 size=N/A time=00:00:07.38 bitrate=N/A speed=3.45x
17:56:22.575 DBG [exec] run url="exec:ffmpeg -hide_banner -fflags nobuffer -flags low_delay -i http://192.168.16.103/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=HomeAssistant&password=c2SRPa3H7kLaruRg -c copy -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp {output}"
2023-08-09 15:56:22.622364777 17:56:22.622 DBG [exec] run url="exec:ffmpeg -hide_banner -allowed_media_types video+audio -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_flags prefer_tcp -i rtsp://HomeAssistant:eL37FsBQbzJp@192.168.16.102:88/videoSub -c copy -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp {output}"
2023-08-09 15:56:22.633020365 17:56:22.632 DBG [exec] run url="exec:ffmpeg -hide_banner -allowed_media_types video+audio -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_flags prefer_tcp -i rtsp://HomeAssistant:eL37FsBQbzJp@192.168.16.102:88/videoMain -c copy -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp {output}"
2023-08-09 15:56:23.654251995 frame= 0 fps=0.0 q=-1.0 size=N/A time=00:00:07.92 bitrate=N/A speed=2.95x
frame= 0 fps=0.0 q=-1.0 size=N/A time=00:00:08.75 bitrate=N/A speed= 2.5x
av_interleaved_write_frame(): Broken pipe
2023-08-09 15:56:23.654380102 Error writing trailer of rtsp://127.0.0.1:8554/ca08797ddc94be60ba6f158d7ad31927: Broken pipe
2023-08-09 15:56:23.654384517 frame= 1 fps=0.3 q=-1.0 Lsize=N/A time=00:00:08.92 bitrate=N/A speed=2.42x
2023-08-09 15:56:23.654400546 video:481kB audio:25kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
2023-08-09 15:56:23.654592857 Conversion failed!
2023-08-09 15:56:23.655533983 17:56:23.655 TRC [exec] close url="exec:ffmpeg -hide_banner -allowed_media_types video+audio -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_flags prefer_tcp -i rtsp://HomeAssistant:eL37FsBQbzJp@192.168.16.102:88/videoMain -c copy -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp {output}"
2023-08-09 15:56:24.414056824 [h264 @ 0x56156aa2a1c0] Missing reference picture, default is 65542
2023-08-09 15:56:24.618519688 [h264 @ 0x56156aa2a1c0] Missing reference picture, default is 65544
2023-08-09 15:56:24.840612137 [h264 @ 0x56156aa2a1c0] Missing reference picture, default is 65546
2023-08-09 15:56:25.045879227 [h264 @ 0x56156aa2a1c0] Missing reference picture, default is 65548
2023-08-09 15:56:25.245749589 [h264 @ 0x56156aa2a1c0] Missing reference picture, default is 65550
2023-08-09 15:56:25.414210606 [h264 @ 0x56156aa2a1c0] Missing reference picture, default is 65552
2023-08-09 15:56:25.596406071 [h264 @ 0x56156aa2a1c0] Missing reference picture, default is 65554
2023-08-09 15:56:25.813311993 [h264 @ 0x56156aa2a1c0] Missing reference picture, default is 65556
2023-08-09 15:56:26.018193568 [h264 @ 0x56156aa2a1c0] Missing reference picture, default is 65558
2023-08-09 15:56:26.143981781 17:56:26.143 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:171 > error="read tcp 127.0.0.1:8554->127.0.0.1:52528: i/o timeout" url=ffmpeg:http://192.168.16.103/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=HomeAssistant&password=c2SRPa3H7kLaruRg
2023-08-09 15:56:26.144152859 17:56:26.144 DBG [exec] run url="exec:ffmpeg -hide_banner -fflags nobuffer -flags low_delay -i http://192.168.16.103/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=HomeAssistant&password=c2SRPa3H7kLaruRg -c copy -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp {output}"
2023-08-09 15:56:26.205049225 [h264 @ 0x56156aa2a1c0] Missing reference picture, default is 65560
2023-08-09 15:56:26.386464829 [h264 @ 0x56156aa2a1c0] Missing reference picture, default is 65562
2023-08-09 15:56:27.590375066 [tcp @ 0x557e898c44c0] Connection to tcp://192.168.16.103:80 failed: Connection timed out
2023-08-09 15:56:27.590448432 http://192.168.16.103/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=HomeAssistant&password=c2SRPa3H7kLaruRg: Connection timed out
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the problem you are having
Hi everyone,
I tried desperately to get my cameras working in frigate. There is a Foscam FI9900P on an ethernet cord and a Reolink Doorbell WiFi. The detector seems to run fine as frigate shows events and snapshots of those. But there are no recordings. The log also seems not too happy about something.
I am thankful for any ideas!
Version
0.12.1-367d724
Frigate config file
Relevant log output
FFprobe output from your camera
Frigate stats
Operating system
Other Linux
Install method
Docker Compose
Coral version
M.2
Network connection
Mixed
Camera make and model
Foscam FI9900P on an ethernet cord and a Reolink Doorbell WiFi
Any other information that may be helpful
Installed as helm chart from TrueCharts for TrueNAS Scale Network in host mode Reolink Firmware Version v3.0.0.2033_23041300 ffprobe for reolink sub stream is puzzling me - shows weird resolution but I set 480p on the cam itself for the substream.