viseron icon indicating copy to clipboard operation
viseron copied to clipboard

Restart RSTP Stream

Open tdashmike opened this issue 3 months ago • 4 comments

Hello,

I'm having a problem with a camera where the stream becomes corrupted. If I restart Viseron it will pick up the stream again and will play it correctly. The stream is from go2rtc and go2rtc does show an error in the log, If I try playing the stream with VLC Media player it is also fine but in Viseron the stream just keeps showing the spinning animation.

Viseron's logs does show errors so maybe it can restart the stream if these errors keep appearing?

[2024-03-09 17:42:44] [ERROR   ] [viseron.components.webserver.api.handlers] - Error in API CameraAPIHandler.get_snapshot: UUID('e87...')
Traceback (most recent call last):
  File "/src/viseron/components/webserver/api/handlers.py", line 290, in route_request
    getattr(self, route["method"])(*path_args, **path_kwargs)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 141, in get_snapshot
    jpg = self._snapshot_from_memory(camera)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 117, in _snapshot_from_memory
    ret, jpg = camera.get_snapshot(
  File "/src/viseron/domains/camera/__init__.py", line 474, in get_snapshot
    decoded_frame = self.shared_frames.get_decoded_frame_rgb(current_frame)
  File "/src/viseron/domains/camera/shared_frames.py", line 101, in get_decoded_frame_rgb
    return self._color_convert(shared_frame, COLOR_MODEL_RGB)
  File "/src/viseron/domains/camera/shared_frames.py", line 91, in _color_convert
    decoded_frame = self.get_decoded_frame(shared_frame).copy()
  File "/src/viseron/domains/camera/shared_frames.py", line 81, in get_decoded_frame
    return self._frames[shared_frame.name]
KeyError: UUID('e87c4845-4e6f-4a51-a0ad-42c7d58b17cf')
[2024-03-09 17:42:44] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/doorbell/snapshot?rand=qbeok&width=471&access_token=fa09... (192.168.1.7) 7.10ms

go2rtc Log: image

tdashmike avatar Mar 09 '24 22:03 tdashmike

Hmm do you have more logs? Viseron automatically restarts streams if the connection is dropped or if no frames are received for around 60 seconds.

That error you are seeing does not necessarrily mean that there is an issue fetching frames

roflcoopter avatar Mar 18 '24 14:03 roflcoopter

So I have 2 streams (Frontdoor and Kitchen) that were spinning on the main page. I checked the rtsp streams before I restarted Viseron from the configuration page and they were loading. After restarting Viseron, the streams reloaded.

[2024-03-31 11:03:43] [INFO    ] [viseron.components.ffmpeg.recorder.driveway] - Starting recorder
[2024-03-31 11:03:52] [INFO    ] [viseron.components.nvr.nvr.driveway] - Stopping recording in: 9
[2024-03-31 11:03:53] [INFO    ] [viseron.components.nvr.nvr.driveway] - Stopping recording in: 8
[2024-03-31 11:03:54] [INFO    ] [viseron.components.nvr.nvr.driveway] - Stopping recording in: 7
[2024-03-31 11:03:55] [INFO    ] [viseron.components.nvr.nvr.driveway] - Stopping recording in: 6
[2024-03-31 11:03:56] [INFO    ] [viseron.components.nvr.nvr.driveway] - Stopping recording in: 5
[2024-03-31 11:03:57] [INFO    ] [viseron.components.nvr.nvr.driveway] - Stopping recording in: 4
[2024-03-31 11:03:58] [INFO    ] [viseron.components.nvr.nvr.driveway] - Stopping recording in: 3
[2024-03-31 11:03:59] [INFO    ] [viseron.components.nvr.nvr.driveway] - Stopping recording in: 2
[2024-03-31 11:04:00] [INFO    ] [viseron.components.nvr.nvr.driveway] - Stopping recording in: 1
[2024-03-31 11:04:01] [INFO    ] [viseron.components.nvr.nvr.driveway] - Stopping recording in: 0
[2024-03-31 11:04:01] [INFO    ] [viseron.components.ffmpeg.recorder.driveway] - Stopping recorder
[2024-03-31 11:04:06] [INFO    ] [viseron.components.ffmpeg.recorder.garage] - Starting recorder
[2024-03-31 11:04:08] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 9
[2024-03-31 11:04:17] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 9, message repeated 2 times
[2024-03-31 11:04:18] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 8
[2024-03-31 11:04:19] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 7
[2024-03-31 11:04:20] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 6
[2024-03-31 11:04:21] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 5
[2024-03-31 11:04:29] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 9
[2024-03-31 11:04:29] [INFO    ] [viseron.components.ffmpeg.recorder.driveway] - Starting recorder
[2024-03-31 11:04:30] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 8
[2024-03-31 11:04:31] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 7
[2024-03-31 11:04:32] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 6
[2024-03-31 11:04:33] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 5
[2024-03-31 11:04:35] [INFO    ] [viseron.components.nvr.nvr.driveway] - Stopping recording in: 9
[2024-03-31 11:04:35] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 9
[2024-03-31 11:04:36] [INFO    ] [viseron.components.nvr.nvr.driveway] - Stopping recording in: 8
[2024-03-31 11:04:36] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 8
[2024-03-31 11:04:37] [INFO    ] [viseron.components.nvr.nvr.driveway] - Stopping recording in: 7
[2024-03-31 11:04:38] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 9
[2024-03-31 11:04:38] [INFO    ] [viseron.components.nvr.nvr.driveway] - Stopping recording in: 6
[2024-03-31 11:04:39] [INFO    ] [viseron.components.nvr.nvr.driveway] - Stopping recording in: 5
[2024-03-31 11:04:39] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 8
[2024-03-31 11:04:40] [INFO    ] [viseron.components.nvr.nvr.driveway] - Stopping recording in: 4
[2024-03-31 11:04:40] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 7
[2024-03-31 11:04:41] [INFO    ] [viseron.components.nvr.nvr.driveway] - Stopping recording in: 3
[2024-03-31 11:04:41] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 6
[2024-03-31 11:04:42] [INFO    ] [viseron.components.nvr.nvr.driveway] - Stopping recording in: 2
[2024-03-31 11:04:42] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 5
[2024-03-31 11:04:43] [INFO    ] [viseron.components.nvr.nvr.driveway] - Stopping recording in: 1
[2024-03-31 11:04:43] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 4
[2024-03-31 11:04:44] [INFO    ] [viseron.components.nvr.nvr.driveway] - Stopping recording in: 0
[2024-03-31 11:04:44] [INFO    ] [viseron.components.ffmpeg.recorder.driveway] - Stopping recorder
[2024-03-31 11:04:44] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 3
[2024-03-31 11:04:45] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 2
[2024-03-31 11:04:46] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 1
[2024-03-31 11:05:03] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 9
[2024-03-31 11:05:03] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 8
[2024-03-31 11:05:04] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 7
[2024-03-31 11:05:06] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 6
[2024-03-31 11:05:07] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 5
[2024-03-31 11:05:08] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 4
[2024-03-31 11:05:09] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 3
[2024-03-31 11:05:09] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 2
[2024-03-31 11:05:10] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 1
[2024-03-31 11:05:12] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 0
[2024-03-31 11:05:12] [INFO    ] [viseron.components.ffmpeg.recorder.garage] - Stopping recorder
[2024-03-31 11:05:27] [INFO    ] [viseron.components.ffmpeg.recorder.garage] - Starting recorder
[2024-03-31 11:05:29] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 9
[2024-03-31 11:05:30] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 8
[2024-03-31 11:05:31] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 7
[2024-03-31 11:05:32] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 6
[2024-03-31 11:05:36] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 9
[2024-03-31 11:05:39] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 9, message repeated 2 times
[2024-03-31 11:05:40] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 8
[2024-03-31 11:05:41] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 7
[2024-03-31 11:05:42] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 6
[2024-03-31 11:05:43] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 5
[2024-03-31 11:05:45] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 9
[2024-03-31 11:05:46] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 8
[2024-03-31 11:05:47] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 7
[2024-03-31 11:05:48] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 6
[2024-03-31 11:05:49] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 5
[2024-03-31 11:05:50] [WARNING ] [viseron.components.webserver.websocket_api] - Authentication failed.
[2024-03-31 11:05:50] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 4
[2024-03-31 11:05:51] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 3
[2024-03-31 11:05:52] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 2
[2024-03-31 11:05:53] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 1
[2024-03-31 11:05:54] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping recording in: 0
[2024-03-31 11:05:54] [INFO    ] [viseron.components.ffmpeg.recorder.garage] - Stopping recorder
[2024-03-31 11:06:18] [ERROR   ] [viseron.components.webserver.api.handlers] - Error in API CameraAPIHandler.get_snapshot: UUID('b3cf36af-c684-4c3c-98e6-80aec2227442')
Traceback (most recent call last):
  File "/src/viseron/components/webserver/api/handlers.py", line 290, in route_request
    getattr(self, route["method"])(*path_args, **path_kwargs)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 141, in get_snapshot
    jpg = self._snapshot_from_memory(camera)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 117, in _snapshot_from_memory
    ret, jpg = camera.get_snapshot(
  File "/src/viseron/domains/camera/__init__.py", line 474, in get_snapshot
    decoded_frame = self.shared_frames.get_decoded_frame_rgb(current_frame)
  File "/src/viseron/domains/camera/shared_frames.py", line 101, in get_decoded_frame_rgb
    return self._color_convert(shared_frame, COLOR_MODEL_RGB)
  File "/src/viseron/domains/camera/shared_frames.py", line 91, in _color_convert
    decoded_frame = self.get_decoded_frame(shared_frame).copy()
  File "/src/viseron/domains/camera/shared_frames.py", line 81, in get_decoded_frame
    return self._frames[shared_frame.name]
KeyError: UUID('b3cf36af-c684-4c3c-98e6-80aec2227442')
[2024-03-31 11:06:18] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/frontdoor/snapshot?rand=st4ky&width=465&access_token=8b9b828eef8943f6687eeb639d5e601eca6d4ca6f1c356e9039789670988ebd4061fde1cf7a67a28c825fc209e0f37cfb5bb118d71fbec46b399a489b71c4d51 (192.168.1.5) 14.92ms
[2024-03-31 11:06:18] [ERROR   ] [viseron.components.webserver.api.handlers] - Error in API CameraAPIHandler.get_snapshot: UUID('2991c9dc-2744-454a-b64b-b9b6e357d2ce')
Traceback (most recent call last):
  File "/src/viseron/components/webserver/api/handlers.py", line 290, in route_request
    getattr(self, route["method"])(*path_args, **path_kwargs)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 141, in get_snapshot
    jpg = self._snapshot_from_memory(camera)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 117, in _snapshot_from_memory
    ret, jpg = camera.get_snapshot(
  File "/src/viseron/domains/camera/__init__.py", line 474, in get_snapshot
    decoded_frame = self.shared_frames.get_decoded_frame_rgb(current_frame)
  File "/src/viseron/domains/camera/shared_frames.py", line 101, in get_decoded_frame_rgb
    return self._color_convert(shared_frame, COLOR_MODEL_RGB)
  File "/src/viseron/domains/camera/shared_frames.py", line 91, in _color_convert
    decoded_frame = self.get_decoded_frame(shared_frame).copy()
  File "/src/viseron/domains/camera/shared_frames.py", line 81, in get_decoded_frame
    return self._frames[shared_frame.name]
KeyError: UUID('2991c9dc-2744-454a-b64b-b9b6e357d2ce')
[2024-03-31 11:06:18] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/kitchen/snapshot?rand=jjxsjl&width=465&access_token=004b1aed8ce2237ebbd4168e04a07281ee7d3782a5373b082802cee7ae8117aa81b616a5ce771c38b44f34f10d3428705a8ffb77a4350f5233260dc26d6e7028 (192.168.1.5) 1.61ms
[2024-03-31 11:06:19] [ERROR   ] [viseron.components.webserver.api.handlers] - Error in API CameraAPIHandler.get_snapshot: UUID('2991c9dc-2744-454a-b64b-b9b6e357d2ce')
Traceback (most recent call last):
  File "/src/viseron/components/webserver/api/handlers.py", line 290, in route_request
    getattr(self, route["method"])(*path_args, **path_kwargs)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 141, in get_snapshot
    jpg = self._snapshot_from_memory(camera)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 117, in _snapshot_from_memory
    ret, jpg = camera.get_snapshot(
  File "/src/viseron/domains/camera/__init__.py", line 474, in get_snapshot
    decoded_frame = self.shared_frames.get_decoded_frame_rgb(current_frame)
  File "/src/viseron/domains/camera/shared_frames.py", line 101, in get_decoded_frame_rgb
    return self._color_convert(shared_frame, COLOR_MODEL_RGB)
  File "/src/viseron/domains/camera/shared_frames.py", line 91, in _color_convert
    decoded_frame = self.get_decoded_frame(shared_frame).copy()
  File "/src/viseron/domains/camera/shared_frames.py", line 81, in get_decoded_frame
    return self._frames[shared_frame.name]
KeyError: UUID('2991c9dc-2744-454a-b64b-b9b6e357d2ce')
[2024-03-31 11:06:19] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/kitchen/snapshot?rand=knecy&width=465&access_token=004b1aed8ce2237ebbd4168e04a07281ee7d3782a5373b082802cee7ae8117aa81b616a5ce771c38b44f34f10d3428705a8ffb77a4350f5233260dc26d6e7028 (192.168.1.5) 2.61ms
[2024-03-31 11:06:21] [ERROR   ] [viseron.components.webserver.api.handlers] - Error in API CameraAPIHandler.get_snapshot: UUID('b3cf36af-c684-4c3c-98e6-80aec2227442')
Traceback (most recent call last):
  File "/src/viseron/components/webserver/api/handlers.py", line 290, in route_request
    getattr(self, route["method"])(*path_args, **path_kwargs)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 141, in get_snapshot
    jpg = self._snapshot_from_memory(camera)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 117, in _snapshot_from_memory
    ret, jpg = camera.get_snapshot(
  File "/src/viseron/domains/camera/__init__.py", line 474, in get_snapshot
    decoded_frame = self.shared_frames.get_decoded_frame_rgb(current_frame)
  File "/src/viseron/domains/camera/shared_frames.py", line 101, in get_decoded_frame_rgb
    return self._color_convert(shared_frame, COLOR_MODEL_RGB)
  File "/src/viseron/domains/camera/shared_frames.py", line 91, in _color_convert
    decoded_frame = self.get_decoded_frame(shared_frame).copy()
  File "/src/viseron/domains/camera/shared_frames.py", line 81, in get_decoded_frame
    return self._frames[shared_frame.name]
KeyError: UUID('b3cf36af-c684-4c3c-98e6-80aec2227442')
[2024-03-31 11:06:21] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/frontdoor/snapshot?rand=04o3j&width=465&access_token=8b9b828eef8943f6687eeb639d5e601eca6d4ca6f1c356e9039789670988ebd4061fde1cf7a67a28c825fc209e0f37cfb5bb118d71fbec46b399a489b71c4d51 (192.168.1.5) 4.35ms
[2024-03-31 11:06:23] [ERROR   ] [viseron.components.webserver.api.handlers] - Error in API CameraAPIHandler.get_snapshot: UUID('2991c9dc-2744-454a-b64b-b9b6e357d2ce')
Traceback (most recent call last):
  File "/src/viseron/components/webserver/api/handlers.py", line 290, in route_request
    getattr(self, route["method"])(*path_args, **path_kwargs)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 141, in get_snapshot
    jpg = self._snapshot_from_memory(camera)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 117, in _snapshot_from_memory
    ret, jpg = camera.get_snapshot(
  File "/src/viseron/domains/camera/__init__.py", line 474, in get_snapshot
    decoded_frame = self.shared_frames.get_decoded_frame_rgb(current_frame)
  File "/src/viseron/domains/camera/shared_frames.py", line 101, in get_decoded_frame_rgb
    return self._color_convert(shared_frame, COLOR_MODEL_RGB)
  File "/src/viseron/domains/camera/shared_frames.py", line 91, in _color_convert
    decoded_frame = self.get_decoded_frame(shared_frame).copy()
  File "/src/viseron/domains/camera/shared_frames.py", line 81, in get_decoded_frame
    return self._frames[shared_frame.name]
KeyError: UUID('2991c9dc-2744-454a-b64b-b9b6e357d2ce')
[2024-03-31 11:06:23] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/kitchen/snapshot?rand=496w3&width=465&access_token=004b1aed8ce2237ebbd4168e04a07281ee7d3782a5373b082802cee7ae8117aa81b616a5ce771c38b44f34f10d3428705a8ffb77a4350f5233260dc26d6e7028 (192.168.1.5) 1.61ms
[2024-03-31 11:06:25] [ERROR   ] [viseron.components.webserver.api.handlers] - Error in API CameraAPIHandler.get_snapshot: UUID('b3cf36af-c684-4c3c-98e6-80aec2227442')
Traceback (most recent call last):
  File "/src/viseron/components/webserver/api/handlers.py", line 290, in route_request
    getattr(self, route["method"])(*path_args, **path_kwargs)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 141, in get_snapshot
    jpg = self._snapshot_from_memory(camera)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 117, in _snapshot_from_memory
    ret, jpg = camera.get_snapshot(
  File "/src/viseron/domains/camera/__init__.py", line 474, in get_snapshot
    decoded_frame = self.shared_frames.get_decoded_frame_rgb(current_frame)
  File "/src/viseron/domains/camera/shared_frames.py", line 101, in get_decoded_frame_rgb
    return self._color_convert(shared_frame, COLOR_MODEL_RGB)
  File "/src/viseron/domains/camera/shared_frames.py", line 91, in _color_convert
    decoded_frame = self.get_decoded_frame(shared_frame).copy()
  File "/src/viseron/domains/camera/shared_frames.py", line 81, in get_decoded_frame
    return self._frames[shared_frame.name]
KeyError: UUID('b3cf36af-c684-4c3c-98e6-80aec2227442')
[2024-03-31 11:06:25] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/frontdoor/snapshot?rand=o7uoz&width=465&access_token=8b9b828eef8943f6687eeb639d5e601eca6d4ca6f1c356e9039789670988ebd4061fde1cf7a67a28c825fc209e0f37cfb5bb118d71fbec46b399a489b71c4d51 (192.168.1.5) 5.99ms
[2024-03-31 11:06:35] [ERROR   ] [viseron.components.webserver.api.handlers] - Error in API CameraAPIHandler.get_snapshot: UUID('b3cf36af-c684-4c3c-98e6-80aec2227442')
Traceback (most recent call last):
  File "/src/viseron/components/webserver/api/handlers.py", line 290, in route_request
    getattr(self, route["method"])(*path_args, **path_kwargs)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 141, in get_snapshot
    jpg = self._snapshot_from_memory(camera)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 117, in _snapshot_from_memory
    ret, jpg = camera.get_snapshot(
  File "/src/viseron/domains/camera/__init__.py", line 474, in get_snapshot
    decoded_frame = self.shared_frames.get_decoded_frame_rgb(current_frame)
  File "/src/viseron/domains/camera/shared_frames.py", line 101, in get_decoded_frame_rgb
    return self._color_convert(shared_frame, COLOR_MODEL_RGB)
  File "/src/viseron/domains/camera/shared_frames.py", line 91, in _color_convert
    decoded_frame = self.get_decoded_frame(shared_frame).copy()
  File "/src/viseron/domains/camera/shared_frames.py", line 81, in get_decoded_frame
    return self._frames[shared_frame.name]
KeyError: UUID('b3cf36af-c684-4c3c-98e6-80aec2227442')
[2024-03-31 11:06:35] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/frontdoor/snapshot?rand=oxpwu&width=465&access_token=8b9b828eef8943f6687eeb639d5e601eca6d4ca6f1c356e9039789670988ebd4061fde1cf7a67a28c825fc209e0f37cfb5bb118d71fbec46b399a489b71c4d51 (192.168.1.5) 4.44ms
[2024-03-31 11:06:45] [ERROR   ] [viseron.components.webserver.api.handlers] - Error in API CameraAPIHandler.get_snapshot: UUID('b3cf36af-c684-4c3c-98e6-80aec2227442')
Traceback (most recent call last):
  File "/src/viseron/components/webserver/api/handlers.py", line 290, in route_request
    getattr(self, route["method"])(*path_args, **path_kwargs)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 141, in get_snapshot
    jpg = self._snapshot_from_memory(camera)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 117, in _snapshot_from_memory
    ret, jpg = camera.get_snapshot(
  File "/src/viseron/domains/camera/__init__.py", line 474, in get_snapshot
    decoded_frame = self.shared_frames.get_decoded_frame_rgb(current_frame)
  File "/src/viseron/domains/camera/shared_frames.py", line 101, in get_decoded_frame_rgb
    return self._color_convert(shared_frame, COLOR_MODEL_RGB)
  File "/src/viseron/domains/camera/shared_frames.py", line 91, in _color_convert
    decoded_frame = self.get_decoded_frame(shared_frame).copy()
  File "/src/viseron/domains/camera/shared_frames.py", line 81, in get_decoded_frame
    return self._frames[shared_frame.name]
KeyError: UUID('b3cf36af-c684-4c3c-98e6-80aec2227442')
[2024-03-31 11:06:45] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/frontdoor/snapshot?rand=vkvyyf&width=465&access_token=8b9b828eef8943f6687eeb639d5e601eca6d4ca6f1c356e9039789670988ebd4061fde1cf7a67a28c825fc209e0f37cfb5bb118d71fbec46b399a489b71c4d51 (192.168.1.5) 6.79ms
[2024-03-31 11:06:46] [ERROR   ] [viseron.components.webserver.api.handlers] - Error in API CameraAPIHandler.get_snapshot: UUID('2991c9dc-2744-454a-b64b-b9b6e357d2ce')
Traceback (most recent call last):
  File "/src/viseron/components/webserver/api/handlers.py", line 290, in route_request
    getattr(self, route["method"])(*path_args, **path_kwargs)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 141, in get_snapshot
    jpg = self._snapshot_from_memory(camera)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 117, in _snapshot_from_memory
    ret, jpg = camera.get_snapshot(
  File "/src/viseron/domains/camera/__init__.py", line 474, in get_snapshot
    decoded_frame = self.shared_frames.get_decoded_frame_rgb(current_frame)
  File "/src/viseron/domains/camera/shared_frames.py", line 101, in get_decoded_frame_rgb
    return self._color_convert(shared_frame, COLOR_MODEL_RGB)
  File "/src/viseron/domains/camera/shared_frames.py", line 91, in _color_convert
    decoded_frame = self.get_decoded_frame(shared_frame).copy()
  File "/src/viseron/domains/camera/shared_frames.py", line 81, in get_decoded_frame
    return self._frames[shared_frame.name]
KeyError: UUID('2991c9dc-2744-454a-b64b-b9b6e357d2ce')
[2024-03-31 11:06:46] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/kitchen/snapshot?rand=nwwih&width=465&access_token=004b1aed8ce2237ebbd4168e04a07281ee7d3782a5373b082802cee7ae8117aa81b616a5ce771c38b44f34f10d3428705a8ffb77a4350f5233260dc26d6e7028 (192.168.1.5) 1.69ms
[2024-03-31 11:06:54] [INFO    ] [viseron.core] - Initiating shutdown
[2024-03-31 11:06:54] [INFO    ] [viseron.components.nvr.nvr.doorbell] - Stopping NVR thread
[2024-03-31 11:06:54] [INFO    ] [viseron.components.nvr.nvr.sideyard] - Stopping NVR thread
[2024-03-31 11:06:54] [INFO    ] [viseron.components.nvr.nvr.frontyard] - Stopping NVR thread
[2024-03-31 11:06:54] [INFO    ] [viseron.components.nvr.nvr.backyard] - Stopping NVR thread
[2024-03-31 11:06:54] [INFO    ] [viseron.components.nvr.nvr.frontdoor] - Stopping NVR thread
[2024-03-31 11:06:54] [INFO    ] [viseron.components.nvr.nvr.kitchen] - Stopping NVR thread
[2024-03-31 11:06:54] [INFO    ] [viseron.components.nvr.nvr.driveway] - Stopping NVR thread
[2024-03-31 11:06:54] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping NVR thread
[2024-03-31 11:06:56] [INFO    ] [viseron.core] - Shutdown complete
[viseron-finish] Viseron exit code 100
[2024-03-31 11:06:58] [INFO    ] [viseron.core] - -------------------------------------------
[2024-03-31 11:06:58] [INFO    ] [viseron.core] - Initializing Viseron
[2024-03-31 11:06:58] [INFO    ] [viseron.components] - Setting up component logger
[2024-03-31 11:06:58] [INFO    ] [viseron.components] - Setup of component logger took 0.0 seconds
[2024-03-31 11:06:58] [INFO    ] [viseron.components] - Setting up component data_stream
[2024-03-31 11:06:58] [INFO    ] [viseron.components] - Setup of component data_stream took 0.0 seconds
[2024-03-31 11:06:58] [INFO    ] [viseron.components] - Setting up component webserver
[2024-03-31 11:06:58] [INFO    ] [viseron.components] - Setup of component webserver took 0.0 seconds
[2024-03-31 11:06:58] [INFO    ] [viseron.components] - Setting up component nvr
[2024-03-31 11:06:58] [INFO    ] [viseron.components] - Setup of component nvr took 0.0 seconds
[2024-03-31 11:06:58] [INFO    ] [viseron.components] - Setting up component deepstack
[2024-03-31 11:06:58] [INFO    ] [viseron.components] - Setting up component ffmpeg
[2024-03-31 11:06:58] [INFO    ] [viseron.components] - Setting up component mog2
[2024-03-31 11:06:58] [INFO    ] [viseron.components] - Setting up component mqtt
[2024-03-31 11:06:58] [INFO    ] [viseron.components] - Setup of component mog2 took 0.0 seconds
[2024-03-31 11:06:58] [INFO    ] [viseron.components] - Setup of component ffmpeg took 0.0 seconds
[2024-03-31 11:06:58] [INFO    ] [viseron.components] - Setup of component mqtt took 0.0 seconds
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setup of component deepstack took 0.0 seconds
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain camera for component ffmpeg with identifier frontdoor
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain motion_detector for component mog2 with identifier frontdoor
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain object_detector for component deepstack with identifier frontdoor
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain nvr for component nvr with identifier frontdoor
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain camera for component ffmpeg with identifier kitchen
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain motion_detector for component mog2 with identifier kitchen
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain object_detector for component deepstack with identifier kitchen
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain nvr for component nvr with identifier kitchen
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain camera for component ffmpeg with identifier garage
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain motion_detector for component mog2 with identifier garage
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain object_detector for component deepstack with identifier garage
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain nvr for component nvr with identifier garage
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain camera for component ffmpeg with identifier driveway
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain motion_detector for component mog2 with identifier driveway
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain object_detector for component deepstack with identifier driveway
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain nvr for component nvr with identifier driveway
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain camera for component ffmpeg with identifier frontyard
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain motion_detector for component mog2 with identifier frontyard
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain object_detector for component deepstack with identifier frontyard
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain nvr for component nvr with identifier frontyard
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain camera for component ffmpeg with identifier sideyard
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain motion_detector for component mog2 with identifier sideyard
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain object_detector for component deepstack with identifier sideyard
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain nvr for component nvr with identifier sideyard
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain camera for component ffmpeg with identifier backyard
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain motion_detector for component mog2 with identifier backyard
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain object_detector for component deepstack with identifier backyard
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain nvr for component nvr with identifier backyard
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain camera for component ffmpeg with identifier doorbell
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain motion_detector for component mog2 with identifier doorbell
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain object_detector for component deepstack with identifier doorbell
[2024-03-31 11:06:59] [INFO    ] [viseron.components] - Setting up domain nvr for component nvr with identifier doorbell
[2024-03-31 11:07:00] [ERROR   ] [viseron.components.ffmpeg.stream.frontyard] - [rtsp @ 0x55e1ebbeb4c0] method SETUP failed: 461 Unsupported transport
[2024-03-31 11:07:00] [ERROR   ] [viseron.components.ffmpeg.stream.backyard] - [rtsp @ 0x55d83ab294c0] method SETUP failed: 461 Unsupported transport
[2024-03-31 11:07:00] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [rtsp @ 0x5564115bc4c0] method SETUP failed: 461 Unsupported transport
[2024-03-31 11:07:01] [ERROR   ] [viseron.components.ffmpeg.stream.sideyard] - [rtsp @ 0x55a820eae4c0] method SETUP failed: 461 Unsupported transport
[2024-03-31 11:07:01] [ERROR   ] [viseron.components.ffmpeg.stream.garage] - [rtsp @ 0x55b2ccdc54c0] method SETUP failed: 461 Unsupported transport
[2024-03-31 11:07:03] [ERROR   ] [viseron.components.ffmpeg.stream.frontdoor] - [rtsp @ 0x55e6c81f04c0] method SETUP failed: 461 Unsupported transport
[2024-03-31 11:07:03] [ERROR   ] [viseron.components.ffmpeg.stream.kitchen] - [rtsp @ 0x5606e30284c0] method SETUP failed: 461 Unsupported transport
[2024-03-31 11:07:03] [ERROR   ] [viseron.components.ffmpeg.stream.doorbell] - [rtsp @ 0x55b391be64c0] method SETUP failed: 461 Unsupported transport
[2024-03-31 11:07:04] [INFO    ] [viseron.components] - Setup of domain camera for component ffmpeg with identifier doorbell took 4.3 seconds
[2024-03-31 11:07:04] [INFO    ] [viseron.components] - Setup of domain motion_detector for component mog2 with identifier doorbell took 0.0 seconds
[2024-03-31 11:07:04] [INFO    ] [viseron.components] - Setup of domain object_detector for component deepstack with identifier doorbell took 0.0 seconds
[2024-03-31 11:07:04] [INFO    ] [viseron.components.nvr.nvr.doorbell] - NVR for camera T-DOORBELL initialized
[2024-03-31 11:07:04] [INFO    ] [viseron.components] - Setup of domain nvr for component nvr with identifier doorbell took 0.0 seconds
[2024-03-31 11:07:04] [INFO    ] [viseron.components] - Setup of domain camera for component ffmpeg with identifier driveway took 4.4 seconds
[2024-03-31 11:07:04] [INFO    ] [viseron.components] - Setup of domain motion_detector for component mog2 with identifier driveway took 0.0 seconds
[2024-03-31 11:07:04] [INFO    ] [viseron.components] - Setup of domain object_detector for component deepstack with identifier driveway took 0.0 seconds
[2024-03-31 11:07:04] [INFO    ] [viseron.components.nvr.nvr.driveway] - NVR for camera T-DRIVEWAY initialized
[2024-03-31 11:07:04] [INFO    ] [viseron.components] - Setup of domain nvr for component nvr with identifier driveway took 0.0 seconds
[2024-03-31 11:07:04] [INFO    ] [viseron.components] - Setup of domain camera for component ffmpeg with identifier garage took 4.4 seconds
[2024-03-31 11:07:04] [INFO    ] [viseron.components] - Setup of domain motion_detector for component mog2 with identifier garage took 0.0 seconds
[2024-03-31 11:07:04] [INFO    ] [viseron.components] - Setup of domain object_detector for component deepstack with identifier garage took 0.0 seconds
[2024-03-31 11:07:04] [INFO    ] [viseron.components.nvr.nvr.garage] - NVR for camera T-GARAGE initialized
[2024-03-31 11:07:04] [INFO    ] [viseron.components] - Setup of domain nvr for component nvr with identifier garage took 0.0 seconds
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] crop values invalid 5840 0 0 0 / 16 480
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] missing picture in access unit with size 37630
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] crop values invalid 5840 0 0 0 / 16 480
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] pps_id 3199971767 out of range
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 127 referenced
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] pps_id 3199971767 out of range
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 127 referenced
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 127 referenced, message repeated 2 times
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 127 referenced, message repeated 3 times
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] pps_id 510 out of range
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] missing picture in access unit with size 784
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] A non-intra slice in an IDR NAL unit.
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] missing picture in access unit with size 780
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] missing picture in access unit with size 463
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] pps_id 3199971767 out of range
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] SEI type 0 size 6096 truncated at 16
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 22 referenced
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] SEI type 0 size 6096 truncated at 7
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] slice type 32 too large at 127
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 2 times
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 3 times
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 4 times
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 5 times
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 6 times
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 7 times
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 8 times
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 9 times
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 10 times
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 11 times
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 12 times
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 13 times
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 14 times
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 15 times
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] pps_id 3199971767 out of range
[2024-03-31 11:07:05] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [rtsp @ 0x5586f565f700] Undefined type (31)
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] pps_id 3199971767 out of range
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] slice type 11 too large at 1310911
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] pps_id 3199971767 out of range
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] slice type 11 too large at 1310911
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] pps_id 3199971767 out of range
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] slice type 32 too large at 127
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] missing picture in access unit with size 2400
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 63 referenced
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] slice type 32 too large at 16415
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] missing picture in access unit with size 387
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] missing picture in access unit with size 15
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] slice type 32 too large at 505
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] missing picture in access unit with size 62
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] pps_id 3199971767 out of range
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] slice type 32 too large at 254
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] missing picture in access unit with size 468
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] missing picture in access unit with size 46162
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 2 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 3 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 4 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 5 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 6 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 7 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 8 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 9 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 10 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 11 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 12 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 13 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 14 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 15 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 16 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 17 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 18 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 19 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 20 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 21 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 22 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 23 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced, message repeated 24 times
[2024-03-31 11:07:06] [INFO    ] [viseron.components] - Setup of domain camera for component ffmpeg with identifier frontyard took 6.4 seconds
[2024-03-31 11:07:06] [INFO    ] [viseron.components] - Setup of domain motion_detector for component mog2 with identifier frontyard took 0.0 seconds
[2024-03-31 11:07:06] [INFO    ] [viseron.components] - Setup of domain object_detector for component deepstack with identifier frontyard took 0.0 seconds
[2024-03-31 11:07:06] [INFO    ] [viseron.components.nvr.nvr.frontyard] - NVR for camera T-FRONTYARD initialized
[2024-03-31 11:07:06] [INFO    ] [viseron.components] - Setup of domain nvr for component nvr with identifier frontyard took 0.0 seconds
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f5664a00] non-existing PPS 15 referenced
[2024-03-31 11:07:06] [INFO    ] [viseron.components] - Setup of domain camera for component ffmpeg with identifier backyard took 6.4 seconds
[2024-03-31 11:07:06] [INFO    ] [viseron.components] - Setup of domain motion_detector for component mog2 with identifier backyard took 0.0 seconds
[2024-03-31 11:07:06] [INFO    ] [viseron.components] - Setup of domain object_detector for component deepstack with identifier backyard took 0.0 seconds
[2024-03-31 11:07:06] [INFO    ] [viseron.components.nvr.nvr.backyard] - NVR for camera T-BACKYARD initialized
[2024-03-31 11:07:06] [INFO    ] [viseron.components] - Setup of domain nvr for component nvr with identifier backyard took 0.0 seconds
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5586f566cbc0] crop values invalid 5840 0 0 0 / 16 480
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 2 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 3 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 4 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 5 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 6 times
[2024-03-31 11:07:06] [INFO    ] [viseron.components] - Setup of domain camera for component ffmpeg with identifier sideyard took 6.8 seconds
[2024-03-31 11:07:06] [INFO    ] [viseron.components] - Setup of domain motion_detector for component mog2 with identifier sideyard took 0.0 seconds
[2024-03-31 11:07:06] [INFO    ] [viseron.components] - Setup of domain object_detector for component deepstack with identifier sideyard took 0.0 seconds
[2024-03-31 11:07:06] [INFO    ] [viseron.components.nvr.nvr.sideyard] - NVR for camera T-SIDEYARD initialized
[2024-03-31 11:07:06] [INFO    ] [viseron.components] - Setup of domain nvr for component nvr with identifier sideyard took 0.0 seconds
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 2 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 3 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 4 times
[2024-03-31 11:07:06] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 5 times
[2024-03-31 11:07:07] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 6 times
[2024-03-31 11:07:07] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 7 times
[2024-03-31 11:07:07] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 8 times
[2024-03-31 11:07:07] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 9 times
[2024-03-31 11:07:07] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 10 times
[2024-03-31 11:07:07] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 11 times
[2024-03-31 11:07:07] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 12 times
[2024-03-31 11:07:07] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 13 times
[2024-03-31 11:07:07] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 14 times
[2024-03-31 11:07:07] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 15 times
[2024-03-31 11:07:07] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 16 times
[2024-03-31 11:07:07] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 17 times
[2024-03-31 11:07:07] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 18 times
[2024-03-31 11:07:07] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 19 times
[2024-03-31 11:07:07] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 20 times
[2024-03-31 11:07:07] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 21 times
[2024-03-31 11:07:07] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 22 times
[2024-03-31 11:07:07] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 23 times
[2024-03-31 11:07:07] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 24 times
[2024-03-31 11:07:07] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 25 times
[2024-03-31 11:07:08] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 26 times
[2024-03-31 11:07:08] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 27 times
[2024-03-31 11:07:08] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 28 times
[2024-03-31 11:07:08] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 29 times
[2024-03-31 11:07:08] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 30 times
[2024-03-31 11:07:08] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 31 times
[2024-03-31 11:07:08] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 32 times
[2024-03-31 11:07:08] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 33 times
[2024-03-31 11:07:09] [INFO    ] [viseron.components] - Setup of domain camera for component ffmpeg with identifier kitchen took 9.2 seconds
[2024-03-31 11:07:09] [INFO    ] [viseron.components] - Setup of domain motion_detector for component mog2 with identifier kitchen took 0.0 seconds
[2024-03-31 11:07:09] [INFO    ] [viseron.components] - Setup of domain object_detector for component deepstack with identifier kitchen took 0.0 seconds
[2024-03-31 11:07:09] [INFO    ] [viseron.components.nvr.nvr.kitchen] - NVR for camera T-KITCHEN initialized
[2024-03-31 11:07:09] [INFO    ] [viseron.components] - Setup of domain nvr for component nvr with identifier kitchen took 0.0 seconds
[2024-03-31 11:07:14] [ERROR   ] [viseron.components.ffmpeg.stream.frontdoor] - Retrying None in 2.0 seconds as it raised FFprobeTimeout: FFprobe command timed out after 15s.
[2024-03-31 11:07:19] [ERROR   ] [viseron.components.ffmpeg.stream.frontdoor] - [rtsp @ 0x559c910954c0] method SETUP failed: 461 Unsupported transport
[2024-03-31 11:07:19] [WARNING ] [viseron.components] - Setup of domain camera for component ffmpeg with identifier frontdoor is taking longer than 20 seconds
[2024-03-31 11:07:25] [INFO    ] [viseron.components] - Setup of domain camera for component ffmpeg with identifier frontdoor took 25.6 seconds
[2024-03-31 11:07:25] [INFO    ] [viseron.components] - Setup of domain motion_detector for component mog2 with identifier frontdoor took 0.0 seconds
[2024-03-31 11:07:25] [INFO    ] [viseron.components] - Setup of domain object_detector for component deepstack with identifier frontdoor took 0.0 seconds
[2024-03-31 11:07:25] [INFO    ] [viseron.components.nvr.nvr.frontdoor] - NVR for camera T-FRONTDOOR initialized
[2024-03-31 11:07:25] [INFO    ] [viseron.components] - Setup of domain nvr for component nvr with identifier frontdoor took 0.0 seconds
[2024-03-31 11:07:25] [INFO    ] [viseron.core] - Viseron initialized in 27.4 seconds
[2024-03-31 11:07:27] [INFO    ] [viseron.components.ffmpeg.recorder.kitchen] - Starting recorder
[2024-03-31 11:07:30] [INFO    ] [viseron.components.ffmpeg.recorder.frontdoor] - Starting recorder
[2024-03-31 11:07:42] [INFO    ] [viseron.components.nvr.nvr.frontdoor] - Stopping recording in: 9
[2024-03-31 11:07:43] [INFO    ] [viseron.components.nvr.nvr.frontdoor] - Stopping recording in: 8
[2024-03-31 11:07:44] [INFO    ] [viseron.components.nvr.nvr.frontdoor] - Stopping recording in: 7
[2024-03-31 11:07:45] [INFO    ] [viseron.components.nvr.nvr.frontdoor] - Stopping recording in: 6
[2024-03-31 11:07:47] [INFO    ] [viseron.components.nvr.nvr.kitchen] - Stopping recording in: 9
[2024-03-31 11:07:49] [INFO    ] [viseron.components.nvr.nvr.kitchen] - Stopping recording in: 8
[2024-03-31 11:07:49] [INFO    ] [viseron.components.nvr.nvr.kitchen] - Stopping recording in: 7
[2024-03-31 11:07:50] [INFO    ] [viseron.components.nvr.nvr.frontdoor] - Stopping recording in: 9
[2024-03-31 11:07:50] [INFO    ] [viseron.components.nvr.nvr.kitchen] - Stopping recording in: 6
[2024-03-31 11:07:51] [INFO    ] [viseron.components.nvr.nvr.kitchen] - Stopping recording in: 5
[2024-03-31 11:07:53] [INFO    ] [viseron.components.nvr.nvr.kitchen] - Stopping recording in: 4
[2024-03-31 11:07:53] [INFO    ] [viseron.components.nvr.nvr.kitchen] - Stopping recording in: 3
[2024-03-31 11:07:55] [INFO    ] [viseron.components.nvr.nvr.kitchen] - Stopping recording in: 2
[2024-03-31 11:07:55] [INFO    ] [viseron.components.nvr.nvr.kitchen] - Stopping recording in: 1
[2024-03-31 11:07:56] [INFO    ] [viseron.components.nvr.nvr.frontdoor] - Stopping recording in: 9
[2024-03-31 11:07:56] [INFO    ] [viseron.components.nvr.nvr.kitchen] - Stopping recording in: 0
[2024-03-31 11:07:56] [INFO    ] [viseron.components.ffmpeg.recorder.kitchen] - Stopping recorder
[2024-03-31 11:07:57] [INFO    ] [viseron.components.nvr.nvr.frontdoor] - Stopping recording in: 8
[2024-03-31 11:07:58] [INFO    ] [viseron.components.nvr.nvr.frontdoor] - Stopping recording in: 7
[2024-03-31 11:07:59] [INFO    ] [viseron.components.nvr.nvr.frontdoor] - Stopping recording in: 6
[2024-03-31 11:08:00] [INFO    ] [viseron.components.nvr.nvr.frontdoor] - Stopping recording in: 5
[2024-03-31 11:08:01] [INFO    ] [viseron.components.nvr.nvr.frontdoor] - Stopping recording in: 4
[2024-03-31 11:08:02] [INFO    ] [viseron.components.nvr.nvr.frontdoor] - Stopping recording in: 3
[2024-03-31 11:08:03] [INFO    ] [viseron.components.nvr.nvr.frontdoor] - Stopping recording in: 2
[2024-03-31 11:08:04] [INFO    ] [viseron.components.nvr.nvr.frontdoor] - Stopping recording in: 1
[2024-03-31 11:08:05] [INFO    ] [viseron.components.nvr.nvr.frontdoor] - Stopping recording in: 0
[2024-03-31 11:08:05] [INFO    ] [viseron.components.ffmpeg.recorder.frontdoor] - Stopping recorder
[2024-03-31 11:08:11] [WARNING ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not find matching start segment. Using earliest possible

tdashmike avatar Mar 31 '24 15:03 tdashmike

Here is another one where it was spinning and I restarted it. It ran for a few seconds and started spinning again.

[2024-03-31 15:00:48] [ERROR   ] [viseron.components.webserver.api.handlers] - Error in API CameraAPIHandler.get_snapshot: UUID('afff1ced-3612-46f7-9348-a09d39eeff89')
Traceback (most recent call last):
  File "/src/viseron/components/webserver/api/handlers.py", line 290, in route_request
    getattr(self, route["method"])(*path_args, **path_kwargs)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 141, in get_snapshot
    jpg = self._snapshot_from_memory(camera)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 117, in _snapshot_from_memory
    ret, jpg = camera.get_snapshot(
  File "/src/viseron/domains/camera/__init__.py", line 474, in get_snapshot
    decoded_frame = self.shared_frames.get_decoded_frame_rgb(current_frame)
  File "/src/viseron/domains/camera/shared_frames.py", line 101, in get_decoded_frame_rgb
    return self._color_convert(shared_frame, COLOR_MODEL_RGB)
  File "/src/viseron/domains/camera/shared_frames.py", line 91, in _color_convert
    decoded_frame = self.get_decoded_frame(shared_frame).copy()
  File "/src/viseron/domains/camera/shared_frames.py", line 81, in get_decoded_frame
    return self._frames[shared_frame.name]
KeyError: UUID('afff1ced-3612-46f7-9348-a09d39eeff89')
[2024-03-31 15:00:48] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/frontdoor/snapshot?rand=sa6n8&width=466&access_token=d26f2372f13a2c03fee842e3db91d6c33bb40f380453d4e5e64c3ccfc9653c6aafc4b8452534f9e16a13b64dd141b0ed3f9d61f721145072b1addae545834951 (192.168.1.5) 50.60ms
[2024-03-31 15:00:58] [ERROR   ] [viseron.components.webserver.api.handlers] - Error in API CameraAPIHandler.get_snapshot: UUID('afff1ced-3612-46f7-9348-a09d39eeff89')
Traceback (most recent call last):
  File "/src/viseron/components/webserver/api/handlers.py", line 290, in route_request
    getattr(self, route["method"])(*path_args, **path_kwargs)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 141, in get_snapshot
    jpg = self._snapshot_from_memory(camera)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 117, in _snapshot_from_memory
    ret, jpg = camera.get_snapshot(
  File "/src/viseron/domains/camera/__init__.py", line 474, in get_snapshot
    decoded_frame = self.shared_frames.get_decoded_frame_rgb(current_frame)
  File "/src/viseron/domains/camera/shared_frames.py", line 101, in get_decoded_frame_rgb
    return self._color_convert(shared_frame, COLOR_MODEL_RGB)
  File "/src/viseron/domains/camera/shared_frames.py", line 91, in _color_convert
    decoded_frame = self.get_decoded_frame(shared_frame).copy()
  File "/src/viseron/domains/camera/shared_frames.py", line 81, in get_decoded_frame
    return self._frames[shared_frame.name]
KeyError: UUID('afff1ced-3612-46f7-9348-a09d39eeff89')
[2024-03-31 15:00:58] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/frontdoor/snapshot?rand=e1jhc&width=466&access_token=d26f2372f13a2c03fee842e3db91d6c33bb40f380453d4e5e64c3ccfc9653c6aafc4b8452534f9e16a13b64dd141b0ed3f9d61f721145072b1addae545834951 (192.168.1.5) 5.62ms
[2024-03-31 15:01:08] [ERROR   ] [viseron.components.webserver.api.handlers] - Error in API CameraAPIHandler.get_snapshot: UUID('afff1ced-3612-46f7-9348-a09d39eeff89')
Traceback (most recent call last):
  File "/src/viseron/components/webserver/api/handlers.py", line 290, in route_request
    getattr(self, route["method"])(*path_args, **path_kwargs)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 141, in get_snapshot
    jpg = self._snapshot_from_memory(camera)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 117, in _snapshot_from_memory
    ret, jpg = camera.get_snapshot(
  File "/src/viseron/domains/camera/__init__.py", line 474, in get_snapshot
    decoded_frame = self.shared_frames.get_decoded_frame_rgb(current_frame)
  File "/src/viseron/domains/camera/shared_frames.py", line 101, in get_decoded_frame_rgb
    return self._color_convert(shared_frame, COLOR_MODEL_RGB)
  File "/src/viseron/domains/camera/shared_frames.py", line 91, in _color_convert
    decoded_frame = self.get_decoded_frame(shared_frame).copy()
  File "/src/viseron/domains/camera/shared_frames.py", line 81, in get_decoded_frame
    return self._frames[shared_frame.name]
KeyError: UUID('afff1ced-3612-46f7-9348-a09d39eeff89')
[2024-03-31 15:01:08] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/frontdoor/snapshot?rand=648dyg&width=466&access_token=d26f2372f13a2c03fee842e3db91d6c33bb40f380453d4e5e64c3ccfc9653c6aafc4b8452534f9e16a13b64dd141b0ed3f9d61f721145072b1addae545834951 (192.168.1.5) 1.27ms
[2024-03-31 15:01:18] [INFO    ] [viseron.core] - Initiating shutdown
[2024-03-31 15:01:18] [INFO    ] [viseron.components.nvr.nvr.doorbell] - Stopping NVR thread
[2024-03-31 15:01:18] [INFO    ] [viseron.components.nvr.nvr.driveway] - Stopping NVR thread
[2024-03-31 15:01:18] [INFO    ] [viseron.components.nvr.nvr.garage] - Stopping NVR thread
[2024-03-31 15:01:18] [INFO    ] [viseron.components.nvr.nvr.frontyard] - Stopping NVR thread
[2024-03-31 15:01:18] [INFO    ] [viseron.components.nvr.nvr.backyard] - Stopping NVR thread
[2024-03-31 15:01:18] [INFO    ] [viseron.components.nvr.nvr.sideyard] - Stopping NVR thread
[2024-03-31 15:01:18] [INFO    ] [viseron.components.nvr.nvr.kitchen] - Stopping NVR thread
[2024-03-31 15:01:18] [INFO    ] [viseron.components.nvr.nvr.frontdoor] - Stopping NVR thread
[2024-03-31 15:01:18] [INFO    ] [viseron.components.ffmpeg.recorder.frontdoor] - Stopping recorder
[2024-03-31 15:01:19] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115023.mp4. Error: /segments/frontdoor/20240331115023.mp4: No such file or directory

[2024-03-31 15:01:19] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115428.mp4. Error: /segments/frontdoor/20240331115428.mp4: No such file or directory

[2024-03-31 15:01:19] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115114.mp4. Error: /segments/frontdoor/20240331115114.mp4: No such file or directory

[2024-03-31 15:01:19] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115047.mp4. Error: /segments/frontdoor/20240331115047.mp4: No such file or directory

[2024-03-31 15:01:19] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115444.mp4. Error: /segments/frontdoor/20240331115444.mp4: No such file or directory

[2024-03-31 15:01:19] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115228.mp4. Error: /segments/frontdoor/20240331115228.mp4: No such file or directory

[2024-03-31 15:01:19] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115447.mp4. Error: /segments/frontdoor/20240331115447.mp4: No such file or directory

[2024-03-31 15:01:19] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115317.mp4. Error: /segments/frontdoor/20240331115317.mp4: No such file or directory

[2024-03-31 15:01:19] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115117.mp4. Error: /segments/frontdoor/20240331115117.mp4: No such file or directory

[2024-03-31 15:01:19] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115203.mp4. Error: /segments/frontdoor/20240331115203.mp4: No such file or directory

[2024-03-31 15:01:19] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115107.mp4. Error: /segments/frontdoor/20240331115107.mp4: No such file or directory

[2024-03-31 15:01:19] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115138.mp4. Error: /segments/frontdoor/20240331115138.mp4: No such file or directory

[2024-03-31 15:01:19] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115534.mp4. Error: /segments/frontdoor/20240331115534.mp4: No such file or directory

[2024-03-31 15:01:19] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115018.mp4. Error: /segments/frontdoor/20240331115018.mp4: No such file or directory

[2024-03-31 15:01:19] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115503.mp4. Error: /segments/frontdoor/20240331115503.mp4: No such file or directory

[2024-03-31 15:01:19] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115337.mp4. Error: /segments/frontdoor/20240331115337.mp4: No such file or directory

[2024-03-31 15:01:19] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115233.mp4. Error: /segments/frontdoor/20240331115233.mp4: No such file or directory

[2024-03-31 15:01:19] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115457.mp4. Error: /segments/frontdoor/20240331115457.mp4: No such file or directory

[2024-03-31 15:01:19] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115538.mp4. Error: /segments/frontdoor/20240331115538.mp4: No such file or directory

[2024-03-31 15:01:19] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115217.mp4. Error: /segments/frontdoor/20240331115217.mp4: No such file or directory

[2024-03-31 15:01:19] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115454.mp4. Error: /segments/frontdoor/20240331115454.mp4: No such file or directory

[2024-03-31 15:01:19] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115124.mp4. Error: /segments/frontdoor/20240331115124.mp4: No such file or directory

[2024-03-31 15:01:19] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115354.mp4. Error: /segments/frontdoor/20240331115354.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115027.mp4. Error: /segments/frontdoor/20240331115027.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115434.mp4. Error: /segments/frontdoor/20240331115434.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115207.mp4. Error: /segments/frontdoor/20240331115207.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115343.mp4. Error: /segments/frontdoor/20240331115343.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115134.mp4. Error: /segments/frontdoor/20240331115134.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115223.mp4. Error: /segments/frontdoor/20240331115223.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115008.mp4. Error: /segments/frontdoor/20240331115008.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115037.mp4. Error: /segments/frontdoor/20240331115037.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115147.mp4. Error: /segments/frontdoor/20240331115147.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115518.mp4. Error: /segments/frontdoor/20240331115518.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115407.mp4. Error: /segments/frontdoor/20240331115407.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115053.mp4. Error: /segments/frontdoor/20240331115053.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115308.mp4. Error: /segments/frontdoor/20240331115308.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115254.mp4. Error: /segments/frontdoor/20240331115254.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115547.mp4. Error: /segments/frontdoor/20240331115547.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115508.mp4. Error: /segments/frontdoor/20240331115508.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115333.mp4. Error: /segments/frontdoor/20240331115333.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115248.mp4. Error: /segments/frontdoor/20240331115248.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115404.mp4. Error: /segments/frontdoor/20240331115404.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115304.mp4. Error: /segments/frontdoor/20240331115304.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115144.mp4. Error: /segments/frontdoor/20240331115144.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115238.mp4. Error: /segments/frontdoor/20240331115238.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115157.mp4. Error: /segments/frontdoor/20240331115157.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115033.mp4. Error: /segments/frontdoor/20240331115033.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115042.mp4. Error: /segments/frontdoor/20240331115042.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115357.mp4. Error: /segments/frontdoor/20240331115357.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115424.mp4. Error: /segments/frontdoor/20240331115424.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115544.mp4. Error: /segments/frontdoor/20240331115544.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115213.mp4. Error: /segments/frontdoor/20240331115213.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115347.mp4. Error: /segments/frontdoor/20240331115347.mp4: No such file or directory

[2024-03-31 15:01:20] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115514.mp4. Error: /segments/frontdoor/20240331115514.mp4: No such file or directory

[2024-03-31 15:01:21] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115258.mp4. Error: /segments/frontdoor/20240331115258.mp4: No such file or directory

[2024-03-31 15:01:21] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115438.mp4. Error: /segments/frontdoor/20240331115438.mp4: No such file or directory

[2024-03-31 15:01:21] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115313.mp4. Error: /segments/frontdoor/20240331115313.mp4: No such file or directory

[2024-03-31 15:01:21] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115127.mp4. Error: /segments/frontdoor/20240331115127.mp4: No such file or directory

[2024-03-31 15:01:21] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115013.mp4. Error: /segments/frontdoor/20240331115013.mp4: No such file or directory

[2024-03-31 15:01:21] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115414.mp4. Error: /segments/frontdoor/20240331115414.mp4: No such file or directory

[2024-03-31 15:01:21] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331114959.mp4. Error: /segments/frontdoor/20240331114959.mp4: No such file or directory

[2024-03-31 15:01:21] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115057.mp4. Error: /segments/frontdoor/20240331115057.mp4: No such file or directory

[2024-03-31 15:01:21] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115528.mp4. Error: /segments/frontdoor/20240331115528.mp4: No such file or directory

[2024-03-31 15:01:21] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115323.mp4. Error: /segments/frontdoor/20240331115323.mp4: No such file or directory

[2024-03-31 15:01:21] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115243.mp4. Error: /segments/frontdoor/20240331115243.mp4: No such file or directory

[2024-03-31 15:01:21] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115104.mp4. Error: /segments/frontdoor/20240331115104.mp4: No such file or directory

[2024-03-31 15:01:21] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115003.mp4. Error: /segments/frontdoor/20240331115003.mp4: No such file or directory

[2024-03-31 15:01:21] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115523.mp4. Error: /segments/frontdoor/20240331115523.mp4: No such file or directory

[2024-03-31 15:01:21] [INFO    ] [viseron.core] - Shutdown complete
[2024-03-31 15:01:21] [ERROR   ] [viseron.components.ffmpeg.recorder.frontdoor] - Could not get duration for: /segments/frontdoor/20240331115328.mp4. Error: /segments/frontdoor/20240331115328.mp4: No such file or directory

[viseron-finish] Viseron exit code 100
[2024-03-31 15:01:22] [INFO    ] [viseron.core] - -------------------------------------------
[2024-03-31 15:01:22] [INFO    ] [viseron.core] - Initializing Viseron
[2024-03-31 15:01:22] [INFO    ] [viseron.components] - Setting up component logger
[2024-03-31 15:01:22] [INFO    ] [viseron.components] - Setup of component logger took 0.0 seconds
[2024-03-31 15:01:22] [INFO    ] [viseron.components] - Setting up component data_stream
[2024-03-31 15:01:22] [INFO    ] [viseron.components] - Setup of component data_stream took 0.0 seconds
[2024-03-31 15:01:22] [INFO    ] [viseron.components] - Setting up component webserver
[2024-03-31 15:01:22] [INFO    ] [viseron.components] - Setup of component webserver took 0.0 seconds
[2024-03-31 15:01:22] [INFO    ] [viseron.components] - Setting up component nvr
[2024-03-31 15:01:22] [INFO    ] [viseron.components] - Setting up component ffmpeg
[2024-03-31 15:01:22] [INFO    ] [viseron.components] - Setting up component mog2
[2024-03-31 15:01:22] [INFO    ] [viseron.components] - Setup of component nvr took 0.0 seconds
[2024-03-31 15:01:22] [INFO    ] [viseron.components] - Setting up component mqtt
[2024-03-31 15:01:22] [INFO    ] [viseron.components] - Setting up component deepstack
[2024-03-31 15:01:22] [INFO    ] [viseron.components] - Setup of component ffmpeg took 0.0 seconds
[2024-03-31 15:01:22] [INFO    ] [viseron.components] - Setup of component mog2 took 0.0 seconds
[2024-03-31 15:01:22] [INFO    ] [viseron.components] - Setup of component mqtt took 0.0 seconds
[2024-03-31 15:01:23] [INFO    ] [viseron.components] - Setup of component deepstack took 0.0 seconds
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain camera for component ffmpeg with identifier frontdoor
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain motion_detector for component mog2 with identifier frontdoor
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain object_detector for component deepstack with identifier frontdoor
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain nvr for component nvr with identifier frontdoor
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain camera for component ffmpeg with identifier kitchen
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain motion_detector for component mog2 with identifier kitchen
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain object_detector for component deepstack with identifier kitchen
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain nvr for component nvr with identifier kitchen
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain camera for component ffmpeg with identifier garage
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain motion_detector for component mog2 with identifier garage
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain object_detector for component deepstack with identifier garage
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain nvr for component nvr with identifier garage
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain camera for component ffmpeg with identifier driveway
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain motion_detector for component mog2 with identifier driveway
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain object_detector for component deepstack with identifier driveway
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain nvr for component nvr with identifier driveway
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain camera for component ffmpeg with identifier frontyard
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain motion_detector for component mog2 with identifier frontyard
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain object_detector for component deepstack with identifier frontyard
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain nvr for component nvr with identifier frontyard
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain camera for component ffmpeg with identifier sideyard
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain motion_detector for component mog2 with identifier sideyard
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain object_detector for component deepstack with identifier sideyard
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain nvr for component nvr with identifier sideyard
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain camera for component ffmpeg with identifier backyard
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain motion_detector for component mog2 with identifier backyard
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain object_detector for component deepstack with identifier backyard
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain nvr for component nvr with identifier backyard
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain camera for component ffmpeg with identifier doorbell
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain motion_detector for component mog2 with identifier doorbell
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain object_detector for component deepstack with identifier doorbell
[2024-03-31 15:01:24] [INFO    ] [viseron.components] - Setting up domain nvr for component nvr with identifier doorbell
[2024-03-31 15:01:24] [ERROR   ] [viseron.components.ffmpeg.stream.sideyard] - [rtsp @ 0x55a0f49924c0] method SETUP failed: 461 Unsupported transport
[2024-03-31 15:01:24] [ERROR   ] [viseron.components.ffmpeg.stream.frontyard] - [rtsp @ 0x55b23a3984c0] method SETUP failed: 461 Unsupported transport
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [rtsp @ 0x5600c40264c0] method SETUP failed: 461 Unsupported transport
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.backyard] - [rtsp @ 0x5642aac874c0] method SETUP failed: 461 Unsupported transport
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] pps_id 3199971767 out of range
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] slice type 32 too large at 4095
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] log2_max_frame_num_minus4 out of range (0-12): 32
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] non-existing PPS 3 referenced
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] log2_max_frame_num_minus4 out of range (0-12): 32
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] A non-intra slice in an IDR NAL unit.
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] slice type 32 too large at 127
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] non-existing PPS 127 referenced
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] non-existing PPS 127 referenced, message repeated 2 times
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] non-existing PPS 127 referenced, message repeated 3 times
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] pps_id 3199971767 out of range
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] non-existing PPS 127 referenced
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] log2_max_frame_num_minus4 out of range (0-12): 32
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] sps_id 32 out of range
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] non-existing SPS 0 referenced in buffering period
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] pps_id 3199971767 out of range
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] sps_id 32 out of range
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] non-existing SPS 0 referenced in buffering period
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] slice type 32 too large at -1
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] slice type 32 too large at -1, message repeated 2 times
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] missing picture in access unit with size 280
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] missing picture in access unit with size 280, message repeated 2 times
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] missing picture in access unit with size 280, message repeated 3 times
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] missing picture in access unit with size 280, message repeated 4 times
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] missing picture in access unit with size 280, message repeated 5 times
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] missing picture in access unit with size 280, message repeated 6 times
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] missing picture in access unit with size 280, message repeated 7 times
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] missing picture in access unit with size 280, message repeated 8 times
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] missing picture in access unit with size 281
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c402ad00] missing picture in access unit with size 32796
[2024-03-31 15:01:25] [ERROR   ] [viseron.components.ffmpeg.stream.garage] - [rtsp @ 0x55a632d4a4c0] method SETUP failed: 461 Unsupported transport
[2024-03-31 15:01:26] [ERROR   ] [viseron.components.ffmpeg.stream.kitchen] - [rtsp @ 0x55c80d7254c0] method SETUP failed: 461 Unsupported transport
[2024-03-31 15:01:26] [ERROR   ] [viseron.components.ffmpeg.stream.frontdoor] - [rtsp @ 0x55d174ad54c0] method SETUP failed: 461 Unsupported transport
[2024-03-31 15:01:27] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5600c403f480] log2_max_frame_num_minus4 out of range (0-12): 32
[2024-03-31 15:01:27] [INFO    ] [viseron.components] - Setup of domain camera for component ffmpeg with identifier driveway took 3.1 seconds
[2024-03-31 15:01:27] [INFO    ] [viseron.components] - Setup of domain motion_detector for component mog2 with identifier driveway took 0.0 seconds
[2024-03-31 15:01:27] [INFO    ] [viseron.components] - Setup of domain object_detector for component deepstack with identifier driveway took 0.0 seconds
[2024-03-31 15:01:27] [INFO    ] [viseron.components.nvr.nvr.driveway] - NVR for camera T-DRIVEWAY initialized
[2024-03-31 15:01:27] [INFO    ] [viseron.components] - Setup of domain nvr for component nvr with identifier driveway took 0.0 seconds
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] non-existing SPS 0 referenced in buffering period
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] SEI type 32 size 1072 truncated at 920
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] log2_max_frame_num_minus4 out of range (0-12): 25
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] missing picture in access unit with size 57381
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] non-existing SPS 0 referenced in buffering period
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] SEI type 32 size 1072 truncated at 899
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] log2_max_frame_num_minus4 out of range (0-12): 25
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] non-existing SPS 32 referenced in buffering period
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] non-existing SPS 32 referenced in buffering period, message repeated 2 times
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] missing picture in access unit with size 280
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] missing picture in access unit with size 11754
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] missing picture in access unit with size 501
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] missing picture in access unit with size 13932
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] missing picture in access unit with size 5531
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] sps_id 6 out of range
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] sps_id 6 out of range, message repeated 2 times
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] pps_id 2347 out of range
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] pps_id 2347 out of range, message repeated 2 times
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] pps_id 2348 out of range
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] pps_id 3199971767 out of range
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] slice type 32 too large at 4095
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] log2_max_frame_num_minus4 out of range (0-12): 32
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] non-existing PPS 3 referenced
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] log2_max_frame_num_minus4 out of range (0-12): 32
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] A non-intra slice in an IDR NAL unit.
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] slice type 32 too large at 127
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] non-existing PPS 127 referenced
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] non-existing PPS 127 referenced, message repeated 2 times
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] non-existing PPS 127 referenced, message repeated 3 times
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] pps_id 3199971767 out of range
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] non-existing PPS 127 referenced
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] log2_max_frame_num_minus4 out of range (0-12): 32
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] sps_id 32 out of range
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] non-existing SPS 0 referenced in buffering period
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] pps_id 3199971767 out of range
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] sps_id 32 out of range
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] non-existing SPS 0 referenced in buffering period
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] slice type 32 too large at -1
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] slice type 32 too large at -1, message repeated 2 times
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] missing picture in access unit with size 280
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] missing picture in access unit with size 280, message repeated 2 times
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] missing picture in access unit with size 280, message repeated 3 times
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] missing picture in access unit with size 280, message repeated 4 times
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] missing picture in access unit with size 280, message repeated 5 times
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] missing picture in access unit with size 280, message repeated 6 times
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] missing picture in access unit with size 280, message repeated 7 times
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] missing picture in access unit with size 280, message repeated 8 times
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] missing picture in access unit with size 281
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x5583248f3a00] missing picture in access unit with size 32796
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - [h264 @ 0x558324908140] log2_max_frame_num_minus4 out of range (0-12): 25
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 2 times
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 3 times
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 4 times
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 5 times
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 6 times
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.doorbell] - [rtsp @ 0x55a83ea994c0] method SETUP failed: 461 Unsupported transport
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 2 times
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 3 times
[2024-03-31 15:01:28] [INFO    ] [viseron.components] - Setup of domain camera for component ffmpeg with identifier doorbell took 4.6 seconds
[2024-03-31 15:01:28] [INFO    ] [viseron.components] - Setup of domain motion_detector for component mog2 with identifier doorbell took 0.0 seconds
[2024-03-31 15:01:28] [INFO    ] [viseron.components] - Setup of domain object_detector for component deepstack with identifier doorbell took 0.0 seconds
[2024-03-31 15:01:28] [INFO    ] [viseron.components.nvr.nvr.doorbell] - NVR for camera T-DOORBELL initialized
[2024-03-31 15:01:28] [INFO    ] [viseron.components] - Setup of domain nvr for component nvr with identifier doorbell took 0.0 seconds
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 2 times
[2024-03-31 15:01:28] [INFO    ] [viseron.components] - Setup of domain camera for component ffmpeg with identifier garage took 4.7 seconds
[2024-03-31 15:01:28] [INFO    ] [viseron.components] - Setup of domain motion_detector for component mog2 with identifier garage took 0.0 seconds
[2024-03-31 15:01:28] [INFO    ] [viseron.components] - Setup of domain object_detector for component deepstack with identifier garage took 0.0 seconds
[2024-03-31 15:01:28] [INFO    ] [viseron.components.nvr.nvr.garage] - NVR for camera T-GARAGE initialized
[2024-03-31 15:01:28] [INFO    ] [viseron.components] - Setup of domain nvr for component nvr with identifier garage took 0.0 seconds
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input
[2024-03-31 15:01:28] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 2 times
[2024-03-31 15:01:29] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 3 times
[2024-03-31 15:01:29] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 4 times
[2024-03-31 15:01:29] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 5 times
[2024-03-31 15:01:29] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 6 times
[2024-03-31 15:01:29] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 7 times
[2024-03-31 15:01:29] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 8 times
[2024-03-31 15:01:29] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 9 times
[2024-03-31 15:01:29] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 10 times
[2024-03-31 15:01:29] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 11 times
[2024-03-31 15:01:29] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 12 times
[2024-03-31 15:01:29] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 13 times
[2024-03-31 15:01:29] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 14 times
[2024-03-31 15:01:29] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 15 times
[2024-03-31 15:01:29] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 16 times
[2024-03-31 15:01:29] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 17 times
[2024-03-31 15:01:29] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 18 times
[2024-03-31 15:01:29] [ERROR   ] [viseron.components.ffmpeg.stream.driveway] - Error while decoding stream #0:0: Invalid data found when processing input, message repeated 19 times
[2024-03-31 15:01:30] [INFO    ] [viseron.components] - Setup of domain camera for component ffmpeg with identifier sideyard took 6.4 seconds
[2024-03-31 15:01:30] [INFO    ] [viseron.components] - Setup of domain motion_detector for component mog2 with identifier sideyard took 0.0 seconds
[2024-03-31 15:01:30] [INFO    ] [viseron.components] - Setup of domain object_detector for component deepstack with identifier sideyard took 0.0 seconds
[2024-03-31 15:01:30] [INFO    ] [viseron.components.nvr.nvr.sideyard] - NVR for camera T-SIDEYARD initialized
[2024-03-31 15:01:30] [INFO    ] [viseron.components] - Setup of domain nvr for component nvr with identifier sideyard took 0.0 seconds
[2024-03-31 15:01:30] [INFO    ] [viseron.components] - Setup of domain camera for component ffmpeg with identifier frontyard took 6.4 seconds
[2024-03-31 15:01:30] [INFO    ] [viseron.components] - Setup of domain motion_detector for component mog2 with identifier frontyard took 0.0 seconds
[2024-03-31 15:01:30] [INFO    ] [viseron.components] - Setup of domain object_detector for component deepstack with identifier frontyard took 0.0 seconds
[2024-03-31 15:01:30] [INFO    ] [viseron.components.nvr.nvr.frontyard] - NVR for camera T-FRONTYARD initialized
[2024-03-31 15:01:30] [INFO    ] [viseron.components] - Setup of domain nvr for component nvr with identifier frontyard took 0.0 seconds
[2024-03-31 15:01:30] [INFO    ] [viseron.components] - Setup of domain camera for component ffmpeg with identifier backyard took 6.8 seconds
[2024-03-31 15:01:30] [INFO    ] [viseron.components] - Setup of domain motion_detector for component mog2 with identifier backyard took 0.0 seconds
[2024-03-31 15:01:30] [INFO    ] [viseron.components] - Setup of domain object_detector for component deepstack with identifier backyard took 0.0 seconds
[2024-03-31 15:01:30] [INFO    ] [viseron.components.nvr.nvr.backyard] - NVR for camera T-BACKYARD initialized
[2024-03-31 15:01:31] [INFO    ] [viseron.components] - Setup of domain nvr for component nvr with identifier backyard took 0.0 seconds
[2024-03-31 15:01:31] [INFO    ] [viseron.components] - Setup of domain camera for component ffmpeg with identifier kitchen took 7.8 seconds
[2024-03-31 15:01:32] [INFO    ] [viseron.components] - Setup of domain motion_detector for component mog2 with identifier kitchen took 0.0 seconds
[2024-03-31 15:01:32] [INFO    ] [viseron.components] - Setup of domain object_detector for component deepstack with identifier kitchen took 0.0 seconds
[2024-03-31 15:01:32] [INFO    ] [viseron.components.nvr.nvr.kitchen] - NVR for camera T-KITCHEN initialized
[2024-03-31 15:01:32] [INFO    ] [viseron.components] - Setup of domain nvr for component nvr with identifier kitchen took 0.0 seconds
[2024-03-31 15:01:32] [WARNING ] [tornado.access] - 404 GET /api/v1/camera/frontdoor (192.168.1.5) 3.39ms
[2024-03-31 15:01:32] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/backyard/snapshot?rand=hwh61&width=466&access_token=f3c2483a8d6551280a65c5855478c79c8f4496bea9ed216ed88a66a357d83358322bff8cd8166bfce3feae55ad27f3eaa5e5389201db6b8f1364d51b64e9502e (192.168.1.5) 0.49ms
[2024-03-31 15:01:32] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/doorbell/snapshot?rand=s8ujtj&width=466&access_token=a2ecb1e8580085e21ec7e06c12dfd5a1c8c57610cf21ac5e1a496155ed2dc8802a6d37693a7349d4d1b81acd7acb4bee71e4c2b3633d7fb36f658e4293cfd78b (192.168.1.5) 0.57ms
[2024-03-31 15:01:32] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/frontyard/snapshot?rand=6dg14i&width=466&access_token=02856ad54173f9b33cf7502a5fadec47ba4577e7cd609723192fb8746cccbbdc54359654eb10d6bd10a1950122acdfb6417bf32238c70abaed5b2079bff3673b (192.168.1.5) 0.94ms
[2024-03-31 15:01:32] [INFO    ] [viseron.components] - Setup of domain camera for component ffmpeg with identifier frontdoor took 8.4 seconds
[2024-03-31 15:01:32] [INFO    ] [viseron.components] - Setup of domain motion_detector for component mog2 with identifier frontdoor took 0.0 seconds
[2024-03-31 15:01:32] [INFO    ] [viseron.components] - Setup of domain object_detector for component deepstack with identifier frontdoor took 0.0 seconds
[2024-03-31 15:01:32] [INFO    ] [viseron.components.nvr.nvr.frontdoor] - NVR for camera T-FRONTDOOR initialized
[2024-03-31 15:01:32] [INFO    ] [viseron.components] - Setup of domain nvr for component nvr with identifier frontdoor took 0.0 seconds
[2024-03-31 15:01:32] [INFO    ] [viseron.core] - Viseron initialized in 10.2 seconds
[2024-03-31 15:01:32] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/frontdoor/snapshot?rand=92v0wh&width=466&access_token=d5f69fff7e47e10c1e3b331739cb8e5f8397c181e89f95aa10f40f794e35de8fe08da5955269e7a9351d4e7b0a53ac1851882b23645414742652a2849fb13e3e (192.168.1.5) 1.23ms
[2024-03-31 15:01:39] [ERROR   ] [viseron.components.ffmpeg.stream.kitchen] - Output file #1 does not contain any stream
[2024-03-31 15:01:39] [ERROR   ] [viseron.components.ffmpeg.camera.kitchen] - Frame reader process has exited
[2024-03-31 15:01:44] [ERROR   ] [viseron.components.ffmpeg.camera.kitchen] - Restarting frame pipe
[2024-03-31 15:01:46] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/kitchen/snapshot?rand=5y4wb&width=466&access_token=874e34ff5fefcb40913851d9888690b93dd97f3fad2761e91c576e99211785f0d7fdb2f4543bf8f854c86d054dfdd8433d44a99cbfeeee35a7b1a310bfec3e8c (192.168.1.5) 4.13ms
[2024-03-31 15:01:48] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/kitchen/snapshot?rand=plqja&width=466&access_token=874e34ff5fefcb40913851d9888690b93dd97f3fad2761e91c576e99211785f0d7fdb2f4543bf8f854c86d054dfdd8433d44a99cbfeeee35a7b1a310bfec3e8c (192.168.1.5) 4.10ms
[2024-03-31 15:01:53] [ERROR   ] [viseron.components.ffmpeg.stream.kitchen] - Output file #1 does not contain any stream
[2024-03-31 15:01:53] [ERROR   ] [viseron.components.ffmpeg.camera.kitchen] - Frame reader process has exited
[2024-03-31 15:01:58] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/kitchen/snapshot?rand=vow0bi&width=466&access_token=874e34ff5fefcb40913851d9888690b93dd97f3fad2761e91c576e99211785f0d7fdb2f4543bf8f854c86d054dfdd8433d44a99cbfeeee35a7b1a310bfec3e8c (192.168.1.5) 8.14ms
[2024-03-31 15:01:58] [ERROR   ] [viseron.components.ffmpeg.camera.kitchen] - Restarting frame pipe
[2024-03-31 15:02:08] [ERROR   ] [viseron.components.ffmpeg.stream.kitchen] - Output file #1 does not contain any stream
[2024-03-31 15:02:08] [ERROR   ] [viseron.components.ffmpeg.camera.kitchen] - Frame reader process has exited
[2024-03-31 15:02:08] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/kitchen/snapshot?rand=f8z9b&width=466&access_token=874e34ff5fefcb40913851d9888690b93dd97f3fad2761e91c576e99211785f0d7fdb2f4543bf8f854c86d054dfdd8433d44a99cbfeeee35a7b1a310bfec3e8c (192.168.1.5) 7.68ms
[2024-03-31 15:02:13] [ERROR   ] [viseron.components.ffmpeg.camera.kitchen] - Restarting frame pipe
[2024-03-31 15:02:18] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/kitchen/snapshot?rand=ztyv8&width=466&access_token=874e34ff5fefcb40913851d9888690b93dd97f3fad2761e91c576e99211785f0d7fdb2f4543bf8f854c86d054dfdd8433d44a99cbfeeee35a7b1a310bfec3e8c (192.168.1.5) 3.76ms
[2024-03-31 15:02:22] [ERROR   ] [viseron.components.webserver.api.handlers] - Error in API CameraAPIHandler.get_snapshot: UUID('03cde13d-fcdb-42e0-a8d4-39c2bc5aa09b')
Traceback (most recent call last):
  File "/src/viseron/components/webserver/api/handlers.py", line 290, in route_request
    getattr(self, route["method"])(*path_args, **path_kwargs)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 141, in get_snapshot
    jpg = self._snapshot_from_memory(camera)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 117, in _snapshot_from_memory
    ret, jpg = camera.get_snapshot(
  File "/src/viseron/domains/camera/__init__.py", line 474, in get_snapshot
    decoded_frame = self.shared_frames.get_decoded_frame_rgb(current_frame)
  File "/src/viseron/domains/camera/shared_frames.py", line 101, in get_decoded_frame_rgb
    return self._color_convert(shared_frame, COLOR_MODEL_RGB)
  File "/src/viseron/domains/camera/shared_frames.py", line 91, in _color_convert
    decoded_frame = self.get_decoded_frame(shared_frame).copy()
  File "/src/viseron/domains/camera/shared_frames.py", line 81, in get_decoded_frame
    return self._frames[shared_frame.name]
KeyError: UUID('03cde13d-fcdb-42e0-a8d4-39c2bc5aa09b')
[2024-03-31 15:02:22] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/frontdoor/snapshot?rand=q63b&width=466&access_token=d5f69fff7e47e10c1e3b331739cb8e5f8397c181e89f95aa10f40f794e35de8fe08da5955269e7a9351d4e7b0a53ac1851882b23645414742652a2849fb13e3e (192.168.1.5) 2.43ms
[2024-03-31 15:02:32] [ERROR   ] [viseron.components.webserver.api.handlers] - Error in API CameraAPIHandler.get_snapshot: UUID('03cde13d-fcdb-42e0-a8d4-39c2bc5aa09b')
Traceback (most recent call last):
  File "/src/viseron/components/webserver/api/handlers.py", line 290, in route_request
    getattr(self, route["method"])(*path_args, **path_kwargs)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 141, in get_snapshot
    jpg = self._snapshot_from_memory(camera)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 117, in _snapshot_from_memory
    ret, jpg = camera.get_snapshot(
  File "/src/viseron/domains/camera/__init__.py", line 474, in get_snapshot
    decoded_frame = self.shared_frames.get_decoded_frame_rgb(current_frame)
  File "/src/viseron/domains/camera/shared_frames.py", line 101, in get_decoded_frame_rgb
    return self._color_convert(shared_frame, COLOR_MODEL_RGB)
  File "/src/viseron/domains/camera/shared_frames.py", line 91, in _color_convert
    decoded_frame = self.get_decoded_frame(shared_frame).copy()
  File "/src/viseron/domains/camera/shared_frames.py", line 81, in get_decoded_frame
    return self._frames[shared_frame.name]
KeyError: UUID('03cde13d-fcdb-42e0-a8d4-39c2bc5aa09b')
[2024-03-31 15:02:32] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/frontdoor/snapshot?rand=bceto&width=466&access_token=d5f69fff7e47e10c1e3b331739cb8e5f8397c181e89f95aa10f40f794e35de8fe08da5955269e7a9351d4e7b0a53ac1851882b23645414742652a2849fb13e3e (192.168.1.5) 0.87ms
[2024-03-31 15:02:42] [ERROR   ] [viseron.components.webserver.api.handlers] - Error in API CameraAPIHandler.get_snapshot: UUID('03cde13d-fcdb-42e0-a8d4-39c2bc5aa09b')
Traceback (most recent call last):
  File "/src/viseron/components/webserver/api/handlers.py", line 290, in route_request
    getattr(self, route["method"])(*path_args, **path_kwargs)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 141, in get_snapshot
    jpg = self._snapshot_from_memory(camera)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 117, in _snapshot_from_memory
    ret, jpg = camera.get_snapshot(
  File "/src/viseron/domains/camera/__init__.py", line 474, in get_snapshot
    decoded_frame = self.shared_frames.get_decoded_frame_rgb(current_frame)
  File "/src/viseron/domains/camera/shared_frames.py", line 101, in get_decoded_frame_rgb
    return self._color_convert(shared_frame, COLOR_MODEL_RGB)
  File "/src/viseron/domains/camera/shared_frames.py", line 91, in _color_convert
    decoded_frame = self.get_decoded_frame(shared_frame).copy()
  File "/src/viseron/domains/camera/shared_frames.py", line 81, in get_decoded_frame
    return self._frames[shared_frame.name]
KeyError: UUID('03cde13d-fcdb-42e0-a8d4-39c2bc5aa09b')
[2024-03-31 15:02:42] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/frontdoor/snapshot?rand=ncgom&width=466&access_token=d5f69fff7e47e10c1e3b331739cb8e5f8397c181e89f95aa10f40f794e35de8fe08da5955269e7a9351d4e7b0a53ac1851882b23645414742652a2849fb13e3e (192.168.1.5) 4.94ms
[2024-03-31 15:02:52] [ERROR   ] [viseron.components.webserver.api.handlers] - Error in API CameraAPIHandler.get_snapshot: UUID('03cde13d-fcdb-42e0-a8d4-39c2bc5aa09b')
Traceback (most recent call last):
  File "/src/viseron/components/webserver/api/handlers.py", line 290, in route_request
    getattr(self, route["method"])(*path_args, **path_kwargs)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 141, in get_snapshot
    jpg = self._snapshot_from_memory(camera)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 117, in _snapshot_from_memory
    ret, jpg = camera.get_snapshot(
  File "/src/viseron/domains/camera/__init__.py", line 474, in get_snapshot
    decoded_frame = self.shared_frames.get_decoded_frame_rgb(current_frame)
  File "/src/viseron/domains/camera/shared_frames.py", line 101, in get_decoded_frame_rgb
    return self._color_convert(shared_frame, COLOR_MODEL_RGB)
  File "/src/viseron/domains/camera/shared_frames.py", line 91, in _color_convert
    decoded_frame = self.get_decoded_frame(shared_frame).copy()
  File "/src/viseron/domains/camera/shared_frames.py", line 81, in get_decoded_frame
    return self._frames[shared_frame.name]
KeyError: UUID('03cde13d-fcdb-42e0-a8d4-39c2bc5aa09b')
[2024-03-31 15:02:52] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/frontdoor/snapshot?rand=5jlob&width=466&access_token=d5f69fff7e47e10c1e3b331739cb8e5f8397c181e89f95aa10f40f794e35de8fe08da5955269e7a9351d4e7b0a53ac1851882b23645414742652a2849fb13e3e (192.168.1.5) 4.29ms
[2024-03-31 15:03:02] [ERROR   ] [viseron.components.webserver.api.handlers] - Error in API CameraAPIHandler.get_snapshot: UUID('03cde13d-fcdb-42e0-a8d4-39c2bc5aa09b')
Traceback (most recent call last):
  File "/src/viseron/components/webserver/api/handlers.py", line 290, in route_request
    getattr(self, route["method"])(*path_args, **path_kwargs)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 141, in get_snapshot
    jpg = self._snapshot_from_memory(camera)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 117, in _snapshot_from_memory
    ret, jpg = camera.get_snapshot(
  File "/src/viseron/domains/camera/__init__.py", line 474, in get_snapshot
    decoded_frame = self.shared_frames.get_decoded_frame_rgb(current_frame)
  File "/src/viseron/domains/camera/shared_frames.py", line 101, in get_decoded_frame_rgb
    return self._color_convert(shared_frame, COLOR_MODEL_RGB)
  File "/src/viseron/domains/camera/shared_frames.py", line 91, in _color_convert
    decoded_frame = self.get_decoded_frame(shared_frame).copy()
  File "/src/viseron/domains/camera/shared_frames.py", line 81, in get_decoded_frame
    return self._frames[shared_frame.name]
KeyError: UUID('03cde13d-fcdb-42e0-a8d4-39c2bc5aa09b')
[2024-03-31 15:03:02] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/frontdoor/snapshot?rand=l0wi8&width=466&access_token=d5f69fff7e47e10c1e3b331739cb8e5f8397c181e89f95aa10f40f794e35de8fe08da5955269e7a9351d4e7b0a53ac1851882b23645414742652a2849fb13e3e (192.168.1.5) 5.62ms
[2024-03-31 15:03:12] [ERROR   ] [viseron.components.webserver.api.handlers] - Error in API CameraAPIHandler.get_snapshot: UUID('03cde13d-fcdb-42e0-a8d4-39c2bc5aa09b')
Traceback (most recent call last):
  File "/src/viseron/components/webserver/api/handlers.py", line 290, in route_request
    getattr(self, route["method"])(*path_args, **path_kwargs)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 141, in get_snapshot
    jpg = self._snapshot_from_memory(camera)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 117, in _snapshot_from_memory
    ret, jpg = camera.get_snapshot(
  File "/src/viseron/domains/camera/__init__.py", line 474, in get_snapshot
    decoded_frame = self.shared_frames.get_decoded_frame_rgb(current_frame)
  File "/src/viseron/domains/camera/shared_frames.py", line 101, in get_decoded_frame_rgb
    return self._color_convert(shared_frame, COLOR_MODEL_RGB)
  File "/src/viseron/domains/camera/shared_frames.py", line 91, in _color_convert
    decoded_frame = self.get_decoded_frame(shared_frame).copy()
  File "/src/viseron/domains/camera/shared_frames.py", line 81, in get_decoded_frame
    return self._frames[shared_frame.name]
KeyError: UUID('03cde13d-fcdb-42e0-a8d4-39c2bc5aa09b')
[2024-03-31 15:03:12] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/frontdoor/snapshot?rand=v3a47&width=466&access_token=d5f69fff7e47e10c1e3b331739cb8e5f8397c181e89f95aa10f40f794e35de8fe08da5955269e7a9351d4e7b0a53ac1851882b23645414742652a2849fb13e3e (192.168.1.5) 3.27ms
[2024-03-31 15:03:22] [ERROR   ] [viseron.components.ffmpeg.camera.frontdoor] - Timeout waiting for frame
[2024-03-31 15:03:22] [ERROR   ] [viseron.components.webserver.api.handlers] - Error in API CameraAPIHandler.get_snapshot: UUID('03cde13d-fcdb-42e0-a8d4-39c2bc5aa09b')
Traceback (most recent call last):
  File "/src/viseron/components/webserver/api/handlers.py", line 290, in route_request
    getattr(self, route["method"])(*path_args, **path_kwargs)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 141, in get_snapshot
    jpg = self._snapshot_from_memory(camera)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 117, in _snapshot_from_memory
    ret, jpg = camera.get_snapshot(
  File "/src/viseron/domains/camera/__init__.py", line 474, in get_snapshot
    decoded_frame = self.shared_frames.get_decoded_frame_rgb(current_frame)
  File "/src/viseron/domains/camera/shared_frames.py", line 101, in get_decoded_frame_rgb
    return self._color_convert(shared_frame, COLOR_MODEL_RGB)
  File "/src/viseron/domains/camera/shared_frames.py", line 91, in _color_convert
    decoded_frame = self.get_decoded_frame(shared_frame).copy()
  File "/src/viseron/domains/camera/shared_frames.py", line 81, in get_decoded_frame
    return self._frames[shared_frame.name]
KeyError: UUID('03cde13d-fcdb-42e0-a8d4-39c2bc5aa09b')
[2024-03-31 15:03:22] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/frontdoor/snapshot?rand=ire86&width=466&access_token=d5f69fff7e47e10c1e3b331739cb8e5f8397c181e89f95aa10f40f794e35de8fe08da5955269e7a9351d4e7b0a53ac1851882b23645414742652a2849fb13e3e (192.168.1.5) 0.90ms
[2024-03-31 15:03:27] [ERROR   ] [viseron.components.ffmpeg.stream.frontdoor] - av_interleaved_write_frame(): Immediate exit requested
[2024-03-31 15:03:27] [ERROR   ] [viseron.components.ffmpeg.stream.frontdoor] - [segment @ 0x55fb7a97ec00] Failure occurred when ending segment '/segments/frontdoor/20240331150206.mp4'
[2024-03-31 15:03:27] [ERROR   ] [viseron.components.ffmpeg.stream.frontdoor] - Error writing trailer of /segments/frontdoor/%Y%m%d%H%M%S.mp4: Immediate exit requested
[2024-03-31 15:03:27] [ERROR   ] [viseron.components.ffmpeg.stream.frontdoor] - Error writing trailer of pipe:1: Immediate exit requested
[2024-03-31 15:03:27] [ERROR   ] [viseron.components.ffmpeg.stream.frontdoor] - Error closing file pipe:1: Immediate exit requested
[2024-03-31 15:03:27] [ERROR   ] [apscheduler.executors.default] - Job "ThreadWatchDog.watchdog (trigger: interval[0:00:15], next run at: 2024-03-31 19:03:37 UTC)" raised an exception
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/apscheduler/executors/base.py", line 125, in run_job
    retval = job.func(*job.args, **job.kwargs)
  File "/src/viseron/watchdog/thread_watchdog.py", line 202, in watchdog
    registered_thread.poll_target()
  File "/src/viseron/components/ffmpeg/camera.py", line 410, in poll_target
    self.stop_camera()
  File "/src/viseron/components/ffmpeg/camera.py", line 460, in stop_camera
    self.stream.close_pipe()
  File "/src/viseron/components/ffmpeg/stream.py", line 462, in close_pipe
    self._pipe.communicate(timeout=5)
  File "/usr/lib/python3.8/subprocess.py", line 1028, in communicate
    stdout, stderr = self._communicate(input, endtime, timeout)
  File "/usr/lib/python3.8/subprocess.py", line 1888, in _communicate
    data = os.read(key.fd, 32768)
OSError: [Errno 9] Bad file descriptor
[2024-03-31 15:03:32] [ERROR   ] [viseron.components.webserver.api.handlers] - Error in API CameraAPIHandler.get_snapshot: UUID('1ff83594-8cd2-4c74-920d-da8f2c7eb6d8')
Traceback (most recent call last):
  File "/src/viseron/components/webserver/api/handlers.py", line 290, in route_request
    getattr(self, route["method"])(*path_args, **path_kwargs)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 141, in get_snapshot
    jpg = self._snapshot_from_memory(camera)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 117, in _snapshot_from_memory
    ret, jpg = camera.get_snapshot(
  File "/src/viseron/domains/camera/__init__.py", line 474, in get_snapshot
    decoded_frame = self.shared_frames.get_decoded_frame_rgb(current_frame)
  File "/src/viseron/domains/camera/shared_frames.py", line 101, in get_decoded_frame_rgb
    return self._color_convert(shared_frame, COLOR_MODEL_RGB)
  File "/src/viseron/domains/camera/shared_frames.py", line 91, in _color_convert
    decoded_frame = self.get_decoded_frame(shared_frame).copy()
  File "/src/viseron/domains/camera/shared_frames.py", line 81, in get_decoded_frame
    return self._frames[shared_frame.name]
KeyError: UUID('1ff83594-8cd2-4c74-920d-da8f2c7eb6d8')
[2024-03-31 15:03:32] [ERROR   ] [tornado.access] - 500 GET /api/v1/camera/frontdoor/snapshot?rand=4bs1h&width=466&access_token=d5f69fff7e47e10c1e3b331739cb8e5f8397c181e89f95aa10f40f794e35de8fe08da5955269e7a9351d4e7b0a53ac1851882b23645414742652a2849fb13e3e (192.168.1.5) 3.75ms
[2024-03-31 15:03:42] [ERROR   ] [viseron.components.webserver.api.handlers] - Error in API CameraAPIHandler.get_snapshot: UUID('1ff83594-8cd2-4c74-920d-da8f2c7eb6d8')
Traceback (most recent call last):
  File "/src/viseron/components/webserver/api/handlers.py", line 290, in route_request
    getattr(self, route["method"])(*path_args, **path_kwargs)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 141, in get_snapshot
    jpg = self._snapshot_from_memory(camera)
  File "/src/viseron/components/webserver/api/v1/camera.py", line 117, in _snapshot_from_memory
    ret, jpg = camera.get_snapshot(
  File "/src/viseron/domains/camera/__init__.py", line 474, in get_snapshot
    decoded_frame = self.shared_frames.get_decoded_frame_rgb(current_frame)
  File "/src/viseron/domains/camera/shared_frames.py", line 101, in get_decoded_frame_rgb
    return self._color_convert(shared_frame, COLOR_MODEL_RGB)
  File "/src/viseron/domains/camera/shared_frames.py", line 91, in _color_convert
    decoded_frame = self.get_decoded_frame(shared_frame).copy()
  File "/src/viseron/domains/camera/shared_frames.py", line 81, in get_decoded_frame
    return self._frames[shared_frame.name]
KeyError: UUID('1ff83594-8cd2-4c74-920d-da8f2c7eb6d8')

tdashmike avatar Mar 31 '24 19:03 tdashmike

Could you enable debug logging?

logger:
  default_level: debug

Found a similar issue in this thread, could be something wrong with the cameras audio stream? Can you try to disable sound (if it has any) and see if that works? https://github.com/seydx/homebridge-camera-ui/issues/159

roflcoopter avatar Apr 07 '24 08:04 roflcoopter