[Config Support]: Unreliable Stream with Reolink Cameras and Frigate Integration #17201
-
Describe the problem you are havingI'm currently using Home Assistant with Frigate to handle the video streams from two Reolink cameras. My setup includes a Google Coral accelerator for person detection, and the cameras are intended to detect the presence of humans in two rooms. I've also set up Go2RTSP to stream the video. However, I'm facing an issue where the video streams are highly unreliable. About half of the time, the stream doesn’t work at all. On the Frigate page, the stream shows a black screen with the message "No frames have been received, check error logs." My Setup:
What I’ve Tried:
Problem:Despite these steps, the video stream is still unreliable, and I continue to see the "No frames have been received" error intermittently. The stream often fails after a short period of time, leaving the Frigate page with a black screen. Version0.15.0 Frigate config filemqtt:
host: homeassistant.lan
port: 1883
user: mqtt-user
password: 'xxx'
objects:
track:
- person
go2rtc:
streams:
living_room_camera:
- rtsp://admin:xxx@living-room-camera.lan:554/Preview_01_main
bathroom_camera:
- rtsp://admin:xxx@bathroom-camera.lan:554/h264Preview_01_main
cameras:
living_room_camera:
ffmpeg:
inputs:
- path: rtsp://admin:xxx@living-room-camera.lan:554/Preview_01_main
input_args: preset-rtsp-restream
roles:
- detect
onvif:
host: living-room-camera.lan
port: 8000
user: admin
password: xxx
bathroom_camera:
ffmpeg:
inputs:
- path: rtsp://admin:xxx@bathroom-camera.lan:554/h264Preview_01_main
input_args: preset-rtsp-restream
roles:
- detect
onvif:
host: bathroom-camera.lan
port: 8000
user: admin
password: xxx
detectors:
coral:
type: edgetpu
device: usb
version: 0.15-1Relevant Frigate log output2025-03-16 07:24:29.243225587 [INFO] Preparing Frigate...
2025-03-16 07:24:33.269569818 [INFO] Starting Frigate...
2025-03-16 07:25:17.399145294 [2025-03-16 16:25:17] frigate.util.config INFO : Checking if frigate config needs migration...
2025-03-16 07:25:17.451706507 [2025-03-16 16:25:17] frigate.util.config INFO : frigate config does not need migration...
2025-03-16 07:25:17.965183016 [2025-03-16 16:25:17] frigate.util.services WARNING : Did not detect hwaccel, using a GPU for accelerated video decoding is highly recommended
2025-03-16 07:25:40.066145005 [2025-03-16 16:25:40] frigate.app INFO : Starting Frigate (0.15.0-cea210d)
2025-03-16 07:25:40.068631797 [2025-03-16 16:25:40] frigate.app INFO : Creating directory: /tmp/cache
2025-03-16 07:25:40.197956151 [2025-03-16 16:25:40] peewee_migrate.logs INFO : Starting migrations
2025-03-16 07:25:40.209169655 [2025-03-16 16:25:40] peewee_migrate.logs INFO : There is nothing to migrate
2025-03-16 07:25:40.209602750 [2025-03-16 16:25:40] frigate.app INFO : Running database vacuum
2025-03-16 07:25:44.109676281 [2025-03-16 16:25:44] frigate.app INFO : Recording process started: 409
2025-03-16 07:25:44.109687482 [2025-03-16 16:25:44] frigate.app INFO : Review process started: 410
2025-03-16 07:25:44.158922409 [2025-03-16 16:25:44] frigate.app INFO : go2rtc process pid: 100
2025-03-16 07:25:44.230614268 [2025-03-16 16:25:44] detector.coral INFO : Starting detection process: 425
2025-03-16 07:25:44.307196235 [2025-03-16 16:25:44] frigate.app INFO : Output process started: 441
2025-03-16 07:25:44.372640638 [2025-03-16 16:25:44] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2025-03-16 07:25:47.720128061 [2025-03-16 16:25:44] frigate.app INFO : Camera processor started for living_room_camera: 473
2025-03-16 07:25:47.720165099 [2025-03-16 16:25:44] frigate.app INFO : Camera processor started for bathroom_camera: 475
2025-03-16 07:25:47.720175149 [2025-03-16 16:25:44] frigate.app INFO : Capture process started for living_room_camera: 476
2025-03-16 07:25:47.720261013 [2025-03-16 16:25:44] frigate.app INFO : Capture process started for bathroom_camera: 499
2025-03-16 07:25:47.720266326 [2025-03-16 16:25:45] frigate.api.fastapi_app INFO : Starting FastAPI app
2025-03-16 07:25:47.720270801 [2025-03-16 16:25:47] frigate.api.fastapi_app INFO : FastAPI started
2025-03-16 07:25:47.804251470 [2025-03-16 16:25:47] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2025-03-16 08:02:15.677407621 [2025-03-16 17:02:15] frigate.watchdog INFO : Detection appears to be stuck. Restarting detection process...
2025-03-16 08:02:15.678139934 [2025-03-16 17:02:15] root INFO : Waiting for detection process to exit gracefully...
2025-03-16 08:02:45.706951527 [2025-03-16 17:02:45] root INFO : Detection process didn't exit. Force killing...
2025-03-16 08:02:45.726752695 [2025-03-16 17:02:45] root INFO : Detection process has exited...
2025-03-16 08:02:45.824408575 [2025-03-16 17:02:45] detector.coral INFO : Starting detection process: 2038
2025-03-16 08:02:45.842798268 [2025-03-16 17:02:45] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2025-03-16 08:02:49.318602862 [2025-03-16 17:02:49] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2025-03-16 08:05:11.494646864 [2025-03-16 17:05:11] frigate.comms.dispatcher INFO : Turning off detection for living_room_camera
2025-03-16 08:05:27.869153826 [2025-03-16 17:05:27] frigate.comms.dispatcher INFO : Turning on detection for living_room_camera
2025-03-16 08:05:39.857903594 [2025-03-16 17:05:39] frigate.comms.dispatcher INFO : Turning off detection for living_room_camera
2025-03-16 08:05:45.770899068 [2025-03-16 17:05:45] frigate.watchdog INFO : Detection appears to be stuck. Restarting detection process...
2025-03-16 08:05:45.771807534 [2025-03-16 17:05:45] root INFO : Waiting for detection process to exit gracefully...
2025-03-16 08:05:50.988380692 [2025-03-16 17:05:50] frigate.comms.dispatcher INFO : Turning on detection for living_room_camera
2025-03-16 08:06:15.779634391 [2025-03-16 17:06:15] root INFO : Detection process didn't exit. Force killing...
2025-03-16 08:06:15.810277386 [2025-03-16 17:06:15] root INFO : Detection process has exited...
2025-03-16 08:06:15.869147794 [2025-03-16 17:06:15] detector.coral INFO : Starting detection process: 2184
2025-03-16 08:06:15.874153208 [2025-03-16 17:06:15] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2025-03-16 08:06:19.211349706 [2025-03-16 17:06:19] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2025-03-16 08:07:19.559678195 [2025-03-16 17:07:19] frigate.comms.dispatcher INFO : Turning off detection for living_room_camera
2025-03-16 08:07:37.214619482 [2025-03-16 17:07:37] frigate.comms.dispatcher INFO : Turning on detection for living_room_camera
2025-03-16 08:08:33.192725690 [2025-03-16 17:08:33] frigate.comms.dispatcher INFO : Turning off detection for living_room_camera
2025-03-16 08:08:54.743237711 [2025-03-16 17:08:54] frigate.comms.dispatcher INFO : Turning on detection for living_room_camera
2025-03-16 08:09:05.858189394 [2025-03-16 17:09:05] frigate.watchdog INFO : Detection appears to be stuck. Restarting detection process...
2025-03-16 08:09:05.859421452 [2025-03-16 17:09:05] root INFO : Waiting for detection process to exit gracefully...
2025-03-16 08:09:35.892270353 [2025-03-16 17:09:35] root INFO : Detection process didn't exit. Force killing...
2025-03-16 08:09:36.177807667 [2025-03-16 17:09:36] root INFO : Detection process has exited...
2025-03-16 08:09:36.219232447 [2025-03-16 17:09:36] detector.coral INFO : Starting detection process: 2320
2025-03-16 08:09:36.234189373 [2025-03-16 17:09:36] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2025-03-16 08:09:39.622476012 [2025-03-16 17:09:39] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2025-03-16 22:07:11.223625842 [2025-03-17 07:07:11] frigate.video ERROR : bathroom_camera: Unable to read frames from ffmpeg process.
2025-03-16 22:07:11.223735019 [2025-03-17 07:07:11] frigate.video ERROR : bathroom_camera: ffmpeg process is not running. exiting capture thread...
2025-03-16 22:07:11.230634822 [2025-03-17 07:07:11] frigate.video ERROR : living_room_camera: Unable to read frames from ffmpeg process.
2025-03-16 22:07:11.232794058 [2025-03-17 07:07:11] frigate.video ERROR : living_room_camera: ffmpeg process is not running. exiting capture thread...
2025-03-16 22:07:18.960524681 [2025-03-17 07:07:18] watchdog.bathroom_camera ERROR : Ffmpeg process crashed unexpectedly for bathroom_camera.
2025-03-16 22:07:18.961450997 [2025-03-17 07:07:18] watchdog.bathroom_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-03-16 22:07:18.961461072 [2025-03-17 07:07:18] ffmpeg.bathroom_camera.detect ERROR : [in#0/rtsp @ 0x558c13efdbc0] Error during demuxing: Connection timed out
2025-03-16 22:07:19.410154674 [2025-03-17 07:07:19] watchdog.living_room_camera ERROR : Ffmpeg process crashed unexpectedly for living_room_camera.
2025-03-16 22:07:19.410165648 [2025-03-17 07:07:19] watchdog.living_room_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-03-16 22:07:19.410169861 [2025-03-17 07:07:19] ffmpeg.living_room_camera.detect ERROR : [in#0/rtsp @ 0x56297f193bc0] Error during demuxing: Connection timed out
2025-03-16 22:07:49.020780374 [2025-03-17 07:07:49] watchdog.bathroom_camera INFO : bathroom_camera exceeded fps limit. Exiting ffmpeg...
2025-03-16 22:07:49.020791111 [2025-03-17 07:07:49] watchdog.bathroom_camera INFO : Waiting for ffmpeg to exit gracefully...
2025-03-16 22:08:26.533771544 [2025-03-17 07:08:26] watchdog.bathroom_camera INFO : FFmpeg did not exit. Force killing...
2025-03-16 22:08:26.535222605 [2025-03-17 07:08:26] frigate.video ERROR : bathroom_camera: Unable to read frames from ffmpeg process.
2025-03-16 22:08:26.536548390 [2025-03-17 07:08:26] frigate.video ERROR : bathroom_camera: ffmpeg process is not running. exiting capture thread...
2025-03-16 22:08:44.612273975 [2025-03-17 07:08:44] watchdog.bathroom_camera ERROR : Ffmpeg process crashed unexpectedly for bathroom_camera.
2025-03-16 22:08:44.617606950 [2025-03-17 07:08:44] watchdog.bathroom_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-03-16 22:08:44.623118067 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c63f expected=9dcb
2025-03-16 22:08:44.629535862 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9dcb expected=c641
2025-03-16 22:08:44.629547199 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] DTS discontinuity in stream 1: packet 47 with DTS 41984, packet 48 with DTS 2157551621
2025-03-16 22:08:44.629551299 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c642 expected=9dcd
2025-03-16 22:08:44.824214118 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=60: bad cseq bc96 expected=4737
2025-03-16 22:08:44.825922984 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9dce expected=c644
2025-03-16 22:08:44.828537966 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] DTS discontinuity in stream 1: packet 51 with DTS 45056, packet 52 with DTS 2157554693
2025-03-16 22:08:44.831139096 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c645 expected=9dd0
2025-03-16 22:08:44.831150284 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9dd1 expected=c647
2025-03-16 22:08:44.831154309 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c648 expected=9dd3
2025-03-16 22:08:44.831158484 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] DTS discontinuity in stream 1: packet 57 with DTS 49695, packet 58 with DTS 2137508378
2025-03-16 22:08:44.831162184 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9dd4 expected=c64a
2025-03-16 22:08:44.831165834 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=60: bad cseq 4737 expected=bc98
2025-03-16 22:08:44.832349178 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c64b expected=9dd7
2025-03-16 22:08:44.833261119 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] DTS discontinuity in stream 1: packet 61 with DTS 52767, packet 62 with DTS 2137511450
2025-03-16 22:08:44.834176872 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9dd7 expected=c64d
2025-03-16 22:08:44.835009086 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c64e expected=9dd9
2025-03-16 22:08:44.835945126 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] DTS discontinuity in stream 1: packet 65 with DTS 55839, packet 66 with DTS 2137514522
2025-03-16 22:08:44.836878942 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9dda expected=c650
2025-03-16 22:08:44.837829708 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c651 expected=9ddc
2025-03-16 22:08:44.838727422 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] DTS discontinuity in stream 1: packet 69 with DTS 58911, packet 70 with DTS 2137517594
2025-03-16 22:08:44.839463747 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9ddd expected=c653
2025-03-16 22:08:44.840292586 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c654 expected=9de0
2025-03-16 22:08:44.842144192 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] DTS discontinuity in stream 1: packet 74 with DTS 63007, packet 75 with DTS 2137520666
2025-03-16 22:08:44.842154555 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9de1 expected=c656
2025-03-16 22:08:44.842158492 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c657 expected=9de3
2025-03-16 22:08:44.842738740 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] DTS discontinuity in stream 1: packet 78 with DTS 66079, packet 79 with DTS 2137523738
2025-03-16 22:08:44.843524840 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=60: bad cseq bca8 expected=4748
2025-03-16 22:08:44.844371017 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9de4 expected=c659
2025-03-16 22:08:44.845280307 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c65a expected=9de6
2025-03-16 22:08:44.846182947 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9de7 expected=c65c
2025-03-16 22:08:44.847027873 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c65d expected=9de9
2025-03-16 22:08:44.848007627 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9dea expected=c65f
2025-03-16 22:08:44.848914567 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c660 expected=9dec
2025-03-16 22:08:44.851122304 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=60: bad cseq 4749 expected=bcaa
2025-03-16 22:08:44.851132979 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9ded expected=c662
2025-03-16 22:08:44.851137005 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c663 expected=9def
2025-03-16 22:08:44.851140605 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9df0 expected=c665
2025-03-16 22:08:44.851902392 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c666 expected=9df2
2025-03-16 22:08:44.852795969 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9df3 expected=c668
2025-03-16 22:08:44.854298570 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c669 expected=9df5
2025-03-16 22:08:44.855314249 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9df6 expected=c66b
2025-03-16 22:08:44.856787173 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c66c expected=9df8
2025-03-16 22:08:44.857609462 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9df9 expected=c66e
2025-03-16 22:08:44.858411750 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=60: bad cseq bcab expected=474b
2025-03-16 22:08:44.859237752 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=60: bad cseq 474c expected=bcad
2025-03-16 22:08:44.859952901 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=60: bad cseq bcae expected=474e
2025-03-16 22:08:44.862180976 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [h264 @ 0x55b350ca7f80] error while decoding MB 23 2, bytestream -21
2025-03-16 22:08:44.862191789 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=60: bad cseq 474f expected=bcb0
2025-03-16 22:08:44.862195814 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=60: bad cseq bcb1 expected=4751
2025-03-16 22:08:44.862244928 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=60: bad cseq 4752 expected=bcb3
2025-03-16 22:08:44.862743473 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=60: bad cseq bcb4 expected=4754
2025-03-16 22:08:44.863540573 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=60: bad cseq 4755 expected=bcb6
2025-03-16 22:08:44.864312286 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=60: bad cseq bcb7 expected=4757
2025-03-16 22:08:44.864987460 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=60: bad cseq 4758 expected=bcb9
2025-03-16 22:08:44.865802511 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c66f expected=9dfb
2025-03-16 22:08:44.866587324 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9dfc expected=c671
2025-03-16 22:08:44.867416539 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c672 expected=9dfe
2025-03-16 22:08:44.868256165 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9dff expected=c674
2025-03-16 22:08:44.869032253 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c675 expected=9e01
2025-03-16 22:08:44.869991081 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=60: bad cseq bcba expected=475a
2025-03-16 22:08:44.870803482 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9e02 expected=c677
2025-03-16 22:08:44.873015469 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c678 expected=9e04
2025-03-16 22:08:44.876112021 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9e05 expected=c67a
2025-03-16 22:08:44.876122396 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c67b expected=9e07
2025-03-16 22:08:44.876126358 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9e08 expected=c67e
2025-03-16 22:08:44.876129958 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=60: bad cseq 475b expected=bcbc
2025-03-16 22:08:44.876133671 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c67f expected=9e0a
2025-03-16 22:08:44.876137259 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9e0b expected=c681
2025-03-16 22:08:44.876140834 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c682 expected=9e0d
2025-03-16 22:08:44.876144384 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9e0e expected=c684
2025-03-16 22:08:44.877476218 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c685 expected=9e10
2025-03-16 22:08:44.878517549 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9e11 expected=c687
2025-03-16 22:08:44.879771481 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c688 expected=9e13
2025-03-16 22:08:44.880843025 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9e14 expected=c68a
2025-03-16 22:08:44.881763628 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c68b expected=9e16
2025-03-16 22:08:44.883020674 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9e17 expected=c68d
2025-03-16 22:08:44.884487773 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=60: bad cseq bcbd expected=475d
2025-03-16 22:08:44.886883700 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=60: bad cseq 475d expected=bcc6
2025-03-16 22:08:44.887935167 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=60: bad cseq bcc7 expected=475f
2025-03-16 22:08:44.889156138 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=60: bad cseq 4760 expected=bcc9
2025-03-16 22:08:44.889931514 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=60: bad cseq bcca expected=4762
2025-03-16 22:08:44.890719801 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=60: bad cseq 4763 expected=bccc
2025-03-16 22:08:44.891516353 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c68e expected=9e19
2025-03-16 22:08:44.892610858 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9e1a expected=c690
2025-03-16 22:08:44.893541649 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c691 expected=9e1c
2025-03-16 22:08:44.895124213 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9e1d expected=c693
2025-03-16 22:08:44.895134262 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c694 expected=9e1f
2025-03-16 22:08:44.895138263 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=60: bad cseq bccc expected=476c
2025-03-16 22:08:44.895141900 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9e20 expected=c696
2025-03-16 22:08:44.895800823 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c697 expected=9e22
2025-03-16 22:08:44.896356171 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9e23 expected=c699
2025-03-16 22:08:44.896900430 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c69a expected=9e25
2025-03-16 22:08:44.897505090 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9e26 expected=c69c
2025-03-16 22:08:44.898948564 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=60: bad cseq 476d expected=bcce
2025-03-16 22:08:44.900659955 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c69d expected=9e28
2025-03-16 22:08:44.900669568 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9e29 expected=c69f
2025-03-16 22:08:44.900673543 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c6a0 expected=9e2b
2025-03-16 22:08:44.900677130 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq 9e2c expected=c6a2
2025-03-16 22:08:44.900680805 [2025-03-17 07:08:44] ffmpeg.bathroom_camera.detect ERROR : [rtsp @ 0x55b350c66f40] RTP: PT=61: bad cseq c6a3 expected=9e2e
2025-03-17 03:28:51.739356168 [2025-03-17 12:28:51] watchdog.living_room_camera INFO : No frames received from living_room_camera in 20 seconds. Exiting ffmpeg...
2025-03-17 03:28:51.742397782 [2025-03-17 12:28:51] watchdog.living_room_camera INFO : Waiting for ffmpeg to exit gracefully...
2025-03-17 03:28:52.611037661 [2025-03-17 12:28:52] frigate.video ERROR : living_room_camera: Unable to read frames from ffmpeg process.
2025-03-17 03:28:52.613178998 [2025-03-17 12:28:52] frigate.video ERROR : living_room_camera: Unable to read frames from ffmpeg process.
2025-03-17 03:28:52.614523295 [2025-03-17 12:28:52] frigate.video ERROR : living_room_camera: ffmpeg process is not running. exiting capture thread...
2025-03-17 03:29:02.621718387 [2025-03-17 12:29:02] watchdog.living_room_camera ERROR : Ffmpeg process crashed unexpectedly for living_room_camera.
2025-03-17 03:29:02.627403533 [2025-03-17 12:29:02] watchdog.living_room_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-03-17 03:29:02.634428902 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f2b expected=6761
2025-03-17 03:29:02.636906669 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 6762 expected=3f2d
2025-03-17 03:29:02.637682794 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f2e expected=6764
2025-03-17 03:29:02.640284850 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 6765 expected=3f30
2025-03-17 03:29:02.640831997 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f31 expected=6767
2025-03-17 03:29:02.642140982 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 6768 expected=3f33
2025-03-17 03:29:02.642151607 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f34 expected=676a
2025-03-17 03:29:02.642155370 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 676b expected=3f36
2025-03-17 03:29:02.644942079 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f37 expected=676d
2025-03-17 03:29:02.660817172 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 676e expected=3f39
2025-03-17 03:29:02.660828198 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f3a expected=6770
2025-03-17 03:29:02.660832136 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 6771 expected=3f3c
2025-03-17 03:29:02.660835661 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f3d expected=6773
2025-03-17 03:29:02.660839148 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 6774 expected=3f3f
2025-03-17 03:29:02.665391738 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f40 expected=6776
2025-03-17 03:29:02.666291802 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 6777 expected=3f42
2025-03-17 03:29:02.667888929 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f43 expected=6779
2025-03-17 03:29:02.669531483 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 677a expected=3f45
2025-03-17 03:29:02.671499803 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f46 expected=677c
2025-03-17 03:29:02.673347522 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [vist#0:0/h264 @ 0x55b15c9a8200] [dec:h264 @ 0x55b15c994e80] corrupt decoded frame
2025-03-17 03:29:02.675207716 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 677d expected=3f48
2025-03-17 03:29:02.676856256 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f49 expected=677f
2025-03-17 03:29:02.678754639 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 6780 expected=3f4b
2025-03-17 03:29:02.680677196 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f4c expected=6782
2025-03-17 03:29:02.682540303 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 6783 expected=3f4e
2025-03-17 03:29:02.684034203 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f4f expected=6785
2025-03-17 03:29:02.685855170 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 6786 expected=3f51
2025-03-17 03:29:02.687723040 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f52 expected=6789
2025-03-17 03:29:02.689503732 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [vist#0:0/h264 @ 0x55b15c9a8200] [dec:h264 @ 0x55b15c994e80] corrupt decoded frame
2025-03-17 03:29:02.693121593 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 678a expected=3f54
2025-03-17 03:29:02.693133131 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [h264 @ 0x55b15c9cf1c0] cabac decode of qscale diff failed at 114 1
2025-03-17 03:29:02.693137081 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [h264 @ 0x55b15c9cf1c0] error while decoding MB 114 1, bytestream 425456
2025-03-17 03:29:02.693140719 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f55 expected=678c
2025-03-17 03:29:02.693144306 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 678d expected=3f57
2025-03-17 03:29:02.693147794 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f58 expected=678f
2025-03-17 03:29:02.693151294 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 6790 expected=3f5a
2025-03-17 03:29:02.693154782 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f5b expected=6792
2025-03-17 03:29:02.696326410 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 6793 expected=3f5d
2025-03-17 03:29:02.698095540 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f5e expected=6795
2025-03-17 03:29:02.700512218 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 6795 expected=3f61
2025-03-17 03:29:02.702286036 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f62 expected=6797
2025-03-17 03:29:02.703917838 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 6798 expected=3f64
2025-03-17 03:29:02.705501140 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f65 expected=679a
2025-03-17 03:29:02.706987103 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 679b expected=3f67
2025-03-17 03:29:02.708464990 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f68 expected=679d
2025-03-17 03:29:02.710141194 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [vist#0:0/h264 @ 0x55b15c9a8200] [dec:h264 @ 0x55b15c994e80] corrupt decoded frame
2025-03-17 03:29:02.711620381 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 67a0 expected=3f6c
2025-03-17 03:29:02.713196520 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f6d expected=67a2
2025-03-17 03:29:02.714626306 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 67a3 expected=3f6f
2025-03-17 03:29:02.717561094 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f70 expected=67a5
2025-03-17 03:29:02.717601057 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 67a6 expected=3f72
2025-03-17 03:29:02.717605320 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f73 expected=67aa
2025-03-17 03:29:02.717608870 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 67ab expected=3f75
2025-03-17 03:29:02.717612570 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [vist#0:0/h264 @ 0x55b15c9a8200] [dec:h264 @ 0x55b15c994e80] corrupt decoded frame
2025-03-17 03:29:02.717616045 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f76 expected=67ad
2025-03-17 03:29:02.717619745 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [h264 @ 0x55b15c99f5c0] error while decoding MB 70 1, bytestream -33
2025-03-17 03:29:02.721143029 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 67ae expected=3f78
2025-03-17 03:29:02.723184451 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f79 expected=67b0
2025-03-17 03:29:02.724976856 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 67b1 expected=3f7b
2025-03-17 03:29:02.725688506 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f7c expected=67b3
2025-03-17 03:29:02.726233040 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 67b4 expected=3f7e
2025-03-17 03:29:02.726516232 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f7f expected=67b6
2025-03-17 03:29:02.727031692 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 67b7 expected=3f81
2025-03-17 03:29:02.728294725 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f82 expected=67b9
2025-03-17 03:29:02.728798396 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 67ba expected=3f84
2025-03-17 03:29:02.730128394 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f85 expected=67bc
2025-03-17 03:29:02.730137444 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 67bd expected=3f87
2025-03-17 03:29:02.730141219 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f88 expected=67bf
2025-03-17 03:29:02.730144694 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 67c0 expected=3f8a
2025-03-17 03:29:02.730148182 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f8b expected=67c2
2025-03-17 03:29:02.730376010 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 67c3 expected=3f8d
2025-03-17 03:29:02.730758604 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f8e expected=67c5
2025-03-17 03:29:02.731034534 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 67c6 expected=3f90
2025-03-17 03:29:02.731456066 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f91 expected=67c8
2025-03-17 03:29:02.731798347 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 67c9 expected=3f93
2025-03-17 03:29:02.732120502 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f94 expected=67cb
2025-03-17 03:29:02.732699137 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 67cc expected=3f96
2025-03-17 03:29:02.733477113 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f97 expected=67ce
2025-03-17 03:29:02.735120140 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 67cf expected=3f99
2025-03-17 03:29:02.735129041 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f9a expected=67d1
2025-03-17 03:29:02.735132791 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 67d2 expected=3f9c
2025-03-17 03:29:02.735136266 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3f9d expected=67d4
2025-03-17 03:29:02.735139741 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 67d5 expected=3f9f
2025-03-17 03:29:02.735143204 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3fa0 expected=67d7
2025-03-17 03:29:02.735335182 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 67d8 expected=3fa2
2025-03-17 03:29:02.735645387 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3fa3 expected=67da
2025-03-17 03:29:02.736098982 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [vist#0:0/h264 @ 0x55b15c9a8200] [dec:h264 @ 0x55b15c994e80] corrupt decoded frame
2025-03-17 03:29:02.736938634 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 67db expected=3fa5
2025-03-17 03:29:02.737843562 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3fa6 expected=67dd
2025-03-17 03:29:02.738269118 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [vist#0:0/h264 @ 0x55b15c9a8200] [dec:h264 @ 0x55b15c994e80] corrupt decoded frame
2025-03-17 03:29:02.738530023 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 67de expected=3fa8
2025-03-17 03:29:02.738892254 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3fa9 expected=67e0
2025-03-17 03:29:02.740133275 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 67e1 expected=3fab
2025-03-17 03:29:02.740143463 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3fac expected=67e3
2025-03-17 03:29:02.740147225 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 67e4 expected=3fae
2025-03-17 03:29:02.740551157 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3faf expected=67e6
2025-03-17 03:29:02.740905888 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 67e7 expected=3fb1
2025-03-17 03:29:02.741312632 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 3fb2 expected=67e9
2025-03-17 03:29:02.741906817 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [rtsp @ 0x55b15c96af40] RTP: PT=60: bad cseq 67e9 expected=3fbd
2025-03-17 03:29:02.741914480 [2025-03-17 12:29:02] ffmpeg.living_room_camera.detect ERROR : [vist#0:0/h264 @ 0x55b15c9a8200] [dec:h264 @ 0x55b15c994e80] corrupt decoded frame
2025-03-17 03:29:42.716719379 [2025-03-17 12:29:42] watchdog.living_room_camera INFO : living_room_camera exceeded fps limit. Exiting ffmpeg...
2025-03-17 03:29:42.716730403 [2025-03-17 12:29:42] watchdog.living_room_camera INFO : Waiting for ffmpeg to exit gracefully...
2025-03-17 03:30:25.057019902 [2025-03-17 12:30:25] watchdog.living_room_camera INFO : FFmpeg did not exit. Force killing...
2025-03-17 03:30:25.139148674 [2025-03-17 12:30:25] frigate.video ERROR : living_room_camera: Unable to read frames from ffmpeg process.
2025-03-17 03:30:25.139159125 [2025-03-17 12:30:25] frigate.video ERROR : living_room_camera: Unable to read frames from ffmpeg process.
2025-03-17 03:30:25.139163199 [2025-03-17 12:30:25] frigate.video ERROR : living_room_camera: Unable to read frames from ffmpeg process.
2025-03-17 03:30:25.139166937 [2025-03-17 12:30:25] frigate.video ERROR : living_room_camera: Unable to read frames from ffmpeg process.
2025-03-17 03:30:25.139170499 [2025-03-17 12:30:25] frigate.video ERROR : living_room_camera: Unable to read frames from ffmpeg process.
2025-03-17 03:30:25.139174137 [2025-03-17 12:30:25] frigate.video ERROR : living_room_camera: Unable to read frames from ffmpeg process.
2025-03-17 03:30:25.177934565 [2025-03-17 12:30:25] frigate.video ERROR : living_room_camera: ffmpeg process is not running. exiting capture thread...Relevant go2rtc log output2025-03-17 13:05:12.972567036 [INFO] Preparing new go2rtc config...
2025-03-17 13:05:13.073106401 [INFO] Got IP address from supervisor: 192.168.88.30
2025-03-17 13:05:13.326749878 [INFO] Got WebRTC port from supervisor: 8555
2025-03-17 13:05:16.954204190 [INFO] Starting go2rtc...
2025-03-17 13:05:17.464785587 22:05:17.464 INF go2rtc platform=linux/amd64 revision=b2399f3 version=1.9.2
2025-03-17 13:05:17.464878801 22:05:17.464 INF config path=/dev/shm/go2rtc.yaml
2025-03-17 13:05:17.470866645 22:05:17.470 INF [api] listen addr=:1984
2025-03-17 13:05:17.473170349 22:05:17.471 INF [rtsp] listen addr=:8554
2025-03-17 13:05:17.474270556 22:05:17.474 INF [webrtc] listen addr=:8555/tcp
2025-03-17 13:05:22.864953731 [INFO] Starting go2rtc healthcheck service...Frigate statsNo response Operating systemHassOS Install methodHassOS Addon docker-compose file or Docker CLI commandNAObject DetectorCoral Screenshots of the Frigate UI's System metrics pages |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 29 replies
-
|
What model Reolink cameras are you using? https://docs.frigate.video/configuration/camera_specific/#reolink-cameras |
Beta Was this translation helpful? Give feedback.
-
|
Hello LastStarDust, |
Beta Was this translation helpful? Give feedback.


Yes, this is quite common. I don't believe it is always done through VM though