Alors je passe par un container :
## frigate ##
frigate:
container_name: frigate
privileged: true
shm_size: "1024mb"
ports:
- "5000:5000"
- "8554:8554"
- "8555:8555/tcp"
- "8555:8555/udp"
- "1984:1984"
volumes:
- /etc/localtime:/etc/localtime:ro
- /dockers/frigate/config:/config
- /hdd/frigate:/media/frigate
- type: tmpfs
target: /tmp/cache
tmpfs:
size: 1000000000
devices:
- /dev/dri/renderD128:/dev/dri/renderD128
- /dev/dri/card0:/dev/dri/card0
- /dev/bus/usb:/dev/bus/usb
restart: always
image: ghcr.io/blakeblackshear/frigate:stable
Et mon yaml frigate est le suivant :
mqtt:
host: 192.168.1.250
port: 1883
birdseye:
enabled: false
detectors:
ov:
type: openvino
device: CPU
model:
width: 300
height: 300
input_tensor: nhwc
input_pixel_format: bgr
path: /openvino-model/ssdlite_mobilenet_v2.xml
labelmap_path: /openvino-model/coco_91cl_bkgr.txt
snapshots:
enabled: true
clean_copy: true
timestamp: true
bounding_box: true
crop: false
retain:
default: 6
objects:
person: 6
cat: 2
record:
enabled: true
expire_interval: 60
retain:
days: 6
events:
pre_capture: 5
post_capture: 5
objects:
- person
- cat
retain:
default: 6
mode: active_objects
objects:
person: 6
cat: 2
go2rtc:
streams:
CamJardin:
- rtsp://log:pass@192.168.1.135:554/Preview_01_main
- ffmpeg:CamJardin#audio=aac
CamEntree:
- rtsp://log:pass@192.168.1.140:554/Preview_01_main
- ffmpeg:CamEntree#audio=aac
ffmpeg:
hwaccel_args: preset-vaapi
output_args:
record: preset-record-generic-audio-copy
cameras:
CamJardin:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/CamJardin
input_args: preset-rtsp-restream
roles:
- detect
detect:
width: 1280
height: 720
fps: 5
enabled: true
objects:
track:
- person
- cat
#onvif:
# host: 192.168.1.135
# port: 80
# user: log
# password: pass
CamEntree:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/CamEntree
input_args: preset-rtsp-restream
roles:
- detect
detect:
width: 1280
height: 720
fps: 5
enabled: true
objects:
track:
- person
- cat
motion:
mask: 0.66,0,0.666,0.049,0.374,0.049,0.355,0.053,0.341,0.053,0.344,0.008
version: 0.14
camera_groups: {}
Sur la carte frigate qui est codée ainsi :
type: custom:frigate-card
cameras:
- camera_entity: camera.camentree
live_provider: go2rtc
go2rtc:
modes:
- webrtc
- camera_entity: camera.camjardin
live_provider: go2rtc
go2rtc:
modes:
- webrtc
Je n’ai que ces boutons :

Je me sers essentiellement des flèches droite et gauche pour passer d’une caméra à l’autre, mais impossible d’afficher les PTZ, le haut-parleur pour entendre,le micro pour parler et la sirène pour activer ou non.
Concernant a sirène, j’ai bien le bouton dans l’intégration ONVIF ou REOLINK, mais quand je l’active, elle sonne pas; uniquement sur l’appli Reolink sur le téléphone.
Pour les PTZ, j’arrive à afficher les boutons uniquement en activant le ONVIF dans le code yaml frigate, mais dès que je touche un bouton, dans 95% des cas, ma mémoire monte en flèche et crash mon serveur; soit je le reboot, soit j’attends 5 min qu’il relance la connexion.
Pour le log, c’est un festival
2024-08-23 17:29:36.222925432 [INFO] Preparing Frigate...
2024-08-23 17:29:36.262626149 [INFO] Starting Frigate...
2024-08-23 17:29:38.176856891 [2024-08-23 17:29:38] frigate.app INFO : Starting Frigate (0.14.0-da913d8)
2024-08-23 17:29:38.176926587 [2024-08-23 17:29:38] frigate.util.config INFO : Checking if frigate config needs migration...
2024-08-23 17:29:38.204251612 [2024-08-23 17:29:38] frigate.util.config INFO : frigate config does not need migration...
2024-08-23 17:29:38.228711417 [2024-08-23 17:29:38] peewee_migrate.logs INFO : Starting migrations
2024-08-23 17:29:38.228948670 [2024-08-23 17:29:38] peewee_migrate.logs INFO : There is nothing to migrate
2024-08-23 17:29:38.244014796 [2024-08-23 17:29:38] frigate.app INFO : Recording process started: 354
2024-08-23 17:29:38.244121316 [2024-08-23 17:29:38] frigate.app INFO : Recording process started: 356
2024-08-23 17:29:38.246272831 [2024-08-23 17:29:38] frigate.app INFO : go2rtc process pid: 98
2024-08-23 17:29:38.269040495 [2024-08-23 17:29:38] frigate.app INFO : Output process started: 385
2024-08-23 17:29:38.269482306 [2024-08-23 17:29:38] detector.ov INFO : Starting detection process: 383
2024-08-23 17:29:38.292983164 [2024-08-23 17:29:38] frigate.app INFO : Camera processor started for CamJardin: 399
2024-08-23 17:29:38.299211216 [2024-08-23 17:29:38] frigate.app INFO : Camera processor started for CamEntree: 402
2024-08-23 17:29:38.306082768 [2024-08-23 17:29:38] frigate.app INFO : Capture process started for CamJardin: 413
2024-08-23 17:29:38.312864074 [2024-08-23 17:29:38] frigate.app INFO : Capture process started for CamEntree: 418
2024-08-23 17:30:38.337515066 [2024-08-23 17:30:38] watchdog.CamEntree INFO : No frames received from CamEntree in 20 seconds. Exiting ffmpeg...
2024-08-23 17:30:38.337672429 [2024-08-23 17:30:38] watchdog.CamEntree INFO : Waiting for ffmpeg to exit gracefully...
2024-08-23 17:34:40.520534403 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f8f6001a7c0] moov atom not found
2024-08-23 17:34:40.743073654 [ERROR:0@303.844] global cap.cpp:164 open VIDEOIO(CV_IMAGES): raised OpenCV exception:
2024-08-24 00:09:15.354163 2024-08-23 17:34:40.743078289
2024-08-23 17:34:40.743080555 OpenCV(4.9.0) /io/opencv/modules/videoio/src/cap_images.cpp:274: error: (-215:Assertion failed) number < max_number in function 'icvExtractPattern'
2024-08-24 00:09:15.354177 2024-08-23 17:34:40.744943260
2024-08-24 00:09:15.354181 2024-08-23 17:34:40.744945348
2024-08-23 17:34:40.888682977 [2024-08-23 17:31:23] watchdog.CamEntree INFO : FFmpeg did not exit. Force killing...
2024-08-23 17:34:40.901829233 [2024-08-23 17:32:44] watchdog.CamJardin INFO : No frames received from CamJardin in 20 seconds. Exiting ffmpeg...
2024-08-23 17:34:40.901964233 [2024-08-23 17:34:40] watchdog.CamJardin INFO : Waiting for ffmpeg to exit gracefully...
2024-08-23 17:34:40.904162672 [2024-08-23 17:34:40] frigate.video ERROR : CamEntree: Unable to read frames from ffmpeg process.
2024-08-23 17:34:40.906849266 [2024-08-23 17:34:40] frigate.video ERROR : CamEntree: ffmpeg process is not running. exiting capture thread...
2024-08-23 17:34:40.981090673 [2024-08-23 17:34:40] frigate.video ERROR : CamJardin: Unable to read frames from ffmpeg process.
2024-08-23 17:34:40.981429646 [2024-08-23 17:34:40] frigate.video ERROR : CamJardin: ffmpeg process is not running. exiting capture thread...
2024-08-23 17:34:40.997592782 [2024-08-23 17:34:40] frigate.record.maintainer WARNING : Failed to probe corrupt segment /tmp/cache/CamEntree@20240823173002+0200.mp4
2024-08-23 17:34:40.999759519 [2024-08-23 17:34:40] frigate.record.maintainer WARNING : Discarding a corrupt recording segment: /tmp/cache/CamEntree@20240823173002+0200.mp4
2024-08-23 17:34:50.844332876 [2024-08-23 17:34:50] watchdog.CamEntree ERROR : Ffmpeg process crashed unexpectedly for CamEntree.
2024-08-23 17:34:50.844412425 [2024-08-23 17:34:50] watchdog.CamEntree ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-08-23 17:34:50.844675761 [2024-08-23 17:34:50] ffmpeg.CamEntree.detect ERROR : [AVHWDeviceContext @ 0x55bdc0e568c0] libva: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
2024-08-23 17:34:50.845107422 [2024-08-23 17:34:50] ffmpeg.CamEntree.detect ERROR : [segment @ 0x55bdc0e424c0] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2024-08-23 17:34:50.845162507 [2024-08-23 17:34:50] ffmpeg.CamEntree.detect ERROR : [rtsp @ 0x55bdc0e35100] RTP: PT=60: bad cseq a0bf expected=b890
2024-08-23 17:34:50.845207941 [2024-08-23 17:34:50] ffmpeg.CamEntree.detect ERROR : [rtsp @ 0x55bdc0e35100] RTP: PT=61: bad cseq 0ee6 expected=bae1
2024-08-23 17:34:50.845255832 [2024-08-23 17:34:50] ffmpeg.CamEntree.detect ERROR : DTS 3043342625, next:27409563 st:1 invalid dropping
2024-08-23 17:34:50.845300034 [2024-08-23 17:34:50] ffmpeg.CamEntree.detect ERROR : PTS 3043342625, next:27409563 invalid dropping st:1
2024-08-23 17:34:50.845349454 [2024-08-23 17:34:50] ffmpeg.CamEntree.detect ERROR : [out_1_0 @ 0x55bdc10da900] 100 buffers queued in out_1_0, something may be wrong.
2024-08-23 17:34:50.845391945 [2024-08-23 17:34:50] ffmpeg.CamEntree.detect ERROR : [out_1_0 @ 0x55bdc10da900] 1000 buffers queued in out_1_0, something may be wrong.
2024-08-23 17:34:50.845437989 [2024-08-23 17:34:50] ffmpeg.CamEntree.detect ERROR : [out_1_0 @ 0x55bdc10da900] 10000 buffers queued in out_1_0, something may be wrong.
2024-08-23 17:34:50.986141740 [2024-08-23 17:34:50] watchdog.CamJardin ERROR : Ffmpeg process crashed unexpectedly for CamJardin.
2024-08-23 17:34:50.986207090 [2024-08-23 17:34:50] watchdog.CamJardin ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-08-23 17:34:50.986275025 [2024-08-23 17:34:50] ffmpeg.CamJardin.detect ERROR : [AVHWDeviceContext @ 0x560e80ccdb00] libva: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
2024-08-23 17:34:50.986333329 [2024-08-23 17:34:50] ffmpeg.CamJardin.detect ERROR : [segment @ 0x560e80cba4c0] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2024-08-23 17:41:02.298992459 [2024-08-23 17:41:02] frigate.comms.dispatcher ERROR : Turning off motion is not allowed when detection is enabled.
2024-08-23 17:41:02.340613832 [2024-08-23 17:41:02] frigate.comms.dispatcher INFO : Turning off snapshots for CamEntree
2024-08-23 17:41:02.341639171 [2024-08-23 17:41:02] frigate.comms.dispatcher INFO : Turning off recordings for CamJardin
2024-08-23 17:41:02.346640995 [2024-08-23 17:41:02] frigate.comms.dispatcher INFO : Turning off snapshots for CamJardin
2024-08-23 17:41:02.346848024 [2024-08-23 17:41:02] frigate.comms.dispatcher ERROR : Turning off motion is not allowed when detection is enabled.
2024-08-23 17:41:02.347532029 [2024-08-23 17:41:02] frigate.comms.dispatcher INFO : Turning off detection for CamJardin
2024-08-23 17:41:02.348509394 [2024-08-23 17:41:02] frigate.comms.dispatcher INFO : Turning off recordings for CamEntree
2024-08-23 17:41:02.349049422 [2024-08-23 17:41:02] frigate.comms.dispatcher INFO : Turning off detection for CamEntree
2024-08-23 17:41:04.813805877 [2024-08-23 17:41:04] frigate.comms.dispatcher INFO : Turning on recordings for CamEntree
2024-08-23 17:41:04.815490279 [2024-08-23 17:41:04] frigate.comms.dispatcher INFO : Turning on detection for CamEntree
2024-08-23 17:41:04.817064171 [2024-08-23 17:41:04] frigate.comms.dispatcher INFO : Turning on snapshots for CamEntree
2024-08-23 17:41:04.821434848 [2024-08-23 17:41:04] frigate.comms.dispatcher INFO : Turning off motion for CamJardin
2024-08-23 18:19:18.190139585 [h264 @ 0x7f8f60259080] left block unavailable for requested intra mode
2024-08-23 18:19:18.190144037 [h264 @ 0x7f8f60259080] error while decoding MB 0 43, bytestream 379358
2024-08-23 18:19:18.214495967 [h264 @ 0x7f8f60259080] cabac decode of qscale diff failed at 134 35
2024-08-23 18:19:18.214499771 [h264 @ 0x7f8f60259080] error while decoding MB 134 35, bytestream 5099
2024-08-23 18:44:04.956547444 [2024-08-23 18:44:04] frigate.video ERROR : CamEntree: Unable to read frames from ffmpeg process.
2024-08-23 18:44:04.956626997 [2024-08-23 18:44:04] frigate.video ERROR : CamEntree: ffmpeg process is not running. exiting capture thread...
2024-08-23 18:44:10.995361063 [2024-08-23 18:44:10] watchdog.CamEntree ERROR : Ffmpeg process crashed unexpectedly for CamEntree.
2024-08-23 18:44:10.995644288 [2024-08-23 18:44:10] watchdog.CamEntree ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-08-23 18:44:10.996031533 [2024-08-23 18:44:10] ffmpeg.CamEntree.detect ERROR : [AVHWDeviceContext @ 0x55d62c02ce00] libva: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
2024-08-23 18:44:10.996270029 [2024-08-23 18:44:10] ffmpeg.CamEntree.detect ERROR : [segment @ 0x55d62c02eb00] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2024-08-23 18:44:10.996475905 [2024-08-23 18:44:10] ffmpeg.CamEntree.detect ERROR : rtsp://127.0.0.1:8554/CamEntree: Connection timed out
2024-08-23 18:44:10.996657324 [2024-08-23 18:44:10] ffmpeg.CamEntree.detect ERROR : Last message repeated 1 times
2024-08-23 18:46:14.540190535 [h264 @ 0x7f8f60b2be40] left block unavailable for requested intra mode
2024-08-23 18:46:14.540195061 [h264 @ 0x7f8f60b2be40] error while decoding MB 0 50, bytestream 314204
2024-08-23 18:47:44.661304866 [2024-08-23 18:47:44] frigate.record.maintainer WARNING : Discarding a corrupt recording segment: /tmp/cache/CamEntree@20240823184712+0200.mp4
2024-08-23 18:47:59.532849826 [2024-08-23 18:47:59] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for CamEntree. Keeping the 6 most recent segments out of 8 and discarding the rest...
2024-08-23 18:48:01.014260418 [2024-08-23 18:48:01] watchdog.CamEntree INFO : No frames received from CamEntree in 20 seconds. Exiting ffmpeg...
2024-08-23 18:48:01.014348473 [2024-08-23 18:48:01] watchdog.CamEntree INFO : Waiting for ffmpeg to exit gracefully...
2024-08-23 18:48:01.048292263 [2024-08-23 18:48:01] frigate.video ERROR : CamEntree: Unable to read frames from ffmpeg process.
2024-08-23 18:48:01.048716540 [2024-08-23 18:48:01] frigate.video ERROR : CamEntree: ffmpeg process is not running. exiting capture thread...
2024-08-23 18:48:04.536107433 [2024-08-23 18:48:04] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for CamEntree. Keeping the 6 most recent segments out of 9 and discarding the rest...
2024-08-23 18:48:11.052614785 [2024-08-23 18:48:11] watchdog.CamEntree ERROR : Ffmpeg process crashed unexpectedly for CamEntree.
2024-08-23 18:48:11.052684652 [2024-08-23 18:48:11] watchdog.CamEntree ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-08-23 18:48:11.052728930 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880231580, next:212499125 st:1 invalid dropping
2024-08-23 18:48:11.052769281 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880231580, next:212499125 invalid dropping st:1
2024-08-23 18:48:11.052825263 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880232562, next:212563125 st:1 invalid dropping
2024-08-23 18:48:11.052860625 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880232562, next:212563125 invalid dropping st:1
2024-08-23 18:48:11.052895947 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880233528, next:212627125 st:1 invalid dropping
2024-08-23 18:48:11.052931528 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880233528, next:212627125 invalid dropping st:1
2024-08-23 18:48:11.052966399 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880235260, next:212691125 st:1 invalid dropping
2024-08-23 18:48:11.053001533 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880235260, next:212691125 invalid dropping st:1
2024-08-23 18:48:11.053036351 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880236203, next:212755125 st:1 invalid dropping
2024-08-23 18:48:11.053071029 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880236203, next:212755125 invalid dropping st:1
2024-08-23 18:48:11.053105482 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880237186, next:212819125 st:1 invalid dropping
2024-08-23 18:48:11.053142769 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880237186, next:212819125 invalid dropping st:1
2024-08-23 18:48:11.053175638 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880238129, next:212883125 st:1 invalid dropping
2024-08-23 18:48:11.053210337 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880238129, next:212883125 invalid dropping st:1
2024-08-23 18:48:11.056190020 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880239086, next:212947125 st:1 invalid dropping
2024-08-23 18:48:11.056246849 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880239086, next:212947125 invalid dropping st:1
2024-08-23 18:48:11.056293758 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880240049, next:213011125 st:1 invalid dropping
2024-08-23 18:48:11.056345061 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880240049, next:213011125 invalid dropping st:1
2024-08-23 18:48:11.056396728 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880241007, next:213075125 st:1 invalid dropping
2024-08-23 18:48:11.056445422 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880241007, next:213075125 invalid dropping st:1
2024-08-23 18:48:11.056486541 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880242057, next:213139125 st:1 invalid dropping
2024-08-23 18:48:11.056534685 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880242057, next:213139125 invalid dropping st:1
2024-08-23 18:48:11.056574619 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880243638, next:213203125 st:1 invalid dropping
2024-08-23 18:48:11.056620863 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880243638, next:213203125 invalid dropping st:1
2024-08-23 18:48:11.056660435 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880244335, next:213267125 st:1 invalid dropping
2024-08-23 18:48:11.056707034 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880244335, next:213267125 invalid dropping st:1
2024-08-23 18:48:11.056746034 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880244970, next:213331125 st:1 invalid dropping
2024-08-23 18:48:11.056791606 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880244970, next:213331125 invalid dropping st:1
2024-08-23 18:48:11.056830339 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880246679, next:213395125 st:1 invalid dropping
2024-08-23 18:48:11.056882473 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880246679, next:213395125 invalid dropping st:1
2024-08-23 18:48:11.056926311 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880247592, next:213459125 st:1 invalid dropping
2024-08-23 18:48:11.056972314 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880247592, next:213459125 invalid dropping st:1
2024-08-23 18:48:11.057009798 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880248554, next:213523125 st:1 invalid dropping
2024-08-23 18:48:11.057054284 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880248554, next:213523125 invalid dropping st:1
2024-08-23 18:48:11.057092104 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880249510, next:213587125 st:1 invalid dropping
2024-08-23 18:48:11.057136662 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880249510, next:213587125 invalid dropping st:1
2024-08-23 18:48:11.057174467 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880250497, next:213651125 st:1 invalid dropping
2024-08-23 18:48:11.057219656 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880250497, next:213651125 invalid dropping st:1
2024-08-23 18:48:11.057257366 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880251437, next:213715125 st:1 invalid dropping
2024-08-23 18:48:11.057303413 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880251437, next:213715125 invalid dropping st:1
2024-08-23 18:48:11.057339266 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880252384, next:213779125 st:1 invalid dropping
2024-08-23 18:48:11.057391676 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880252384, next:213779125 invalid dropping st:1
2024-08-23 18:48:11.057427838 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880253360, next:213843125 st:1 invalid dropping
2024-08-23 18:48:11.057471741 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880253360, next:213843125 invalid dropping st:1
2024-08-23 18:48:11.057506173 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880254322, next:213907125 st:1 invalid dropping
2024-08-23 18:48:11.057546893 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880254322, next:213907125 invalid dropping st:1
2024-08-23 18:48:11.057581561 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880255297, next:213971125 st:1 invalid dropping
2024-08-23 18:48:11.057621620 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880255297, next:213971125 invalid dropping st:1
2024-08-23 18:48:11.057656263 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880256219, next:214035125 st:1 invalid dropping
2024-08-23 18:48:11.057696628 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880256219, next:214035125 invalid dropping st:1
2024-08-23 18:48:11.057730908 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880257192, next:214099125 st:1 invalid dropping
2024-08-23 18:48:11.057770910 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880257192, next:214099125 invalid dropping st:1
2024-08-23 18:48:11.057805065 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880258205, next:214163125 st:1 invalid dropping
2024-08-23 18:48:11.057858727 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880258205, next:214163125 invalid dropping st:1
2024-08-23 18:48:11.057917801 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880259100, next:214227125 st:1 invalid dropping
2024-08-23 18:48:11.057978105 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880259100, next:214227125 invalid dropping st:1
2024-08-23 18:48:11.058034651 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880261012, next:214291125 st:1 invalid dropping
2024-08-23 18:48:11.058094770 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880261012, next:214291125 invalid dropping st:1
2024-08-23 18:48:11.058151357 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880261992, next:214355125 st:1 invalid dropping
2024-08-23 18:48:11.058212299 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880261992, next:214355125 invalid dropping st:1
2024-08-23 18:48:11.058269641 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880262936, next:214419125 st:1 invalid dropping
2024-08-23 18:48:11.058330179 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880262936, next:214419125 invalid dropping st:1
2024-08-23 18:48:11.058387617 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880263894, next:214483125 st:1 invalid dropping
2024-08-23 18:48:11.058447681 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880263894, next:214483125 invalid dropping st:1
2024-08-23 18:48:11.058505199 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880264855, next:214547125 st:1 invalid dropping
2024-08-23 18:48:11.058569386 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880264855, next:214547125 invalid dropping st:1
2024-08-23 18:48:11.058623943 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880265823, next:214611125 st:1 invalid dropping
2024-08-23 18:48:11.058684539 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880265823, next:214611125 invalid dropping st:1
2024-08-23 18:48:11.058737957 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880266771, next:214675125 st:1 invalid dropping
2024-08-23 18:48:11.058799564 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880266771, next:214675125 invalid dropping st:1
2024-08-23 18:48:11.058858325 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880267766, next:214739125 st:1 invalid dropping
2024-08-23 18:48:11.058917483 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880267766, next:214739125 invalid dropping st:1
2024-08-23 18:48:11.058975260 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880268693, next:214803125 st:1 invalid dropping
2024-08-23 18:48:11.059034702 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880268693, next:214803125 invalid dropping st:1
2024-08-23 18:48:11.059091674 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880269646, next:214867125 st:1 invalid dropping
2024-08-23 18:48:11.059151581 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880269646, next:214867125 invalid dropping st:1
2024-08-23 18:48:11.059210016 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880270614, next:214931125 st:1 invalid dropping
2024-08-23 18:48:11.059269490 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880270614, next:214931125 invalid dropping st:1
2024-08-23 18:48:11.059329191 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880271576, next:214995125 st:1 invalid dropping
2024-08-23 18:48:11.059386866 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880271576, next:214995125 invalid dropping st:1
2024-08-23 18:48:11.059444969 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880272534, next:215059125 st:1 invalid dropping
2024-08-23 18:48:11.059512786 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880272534, next:215059125 invalid dropping st:1
2024-08-23 18:48:11.059569431 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880273357, next:215123125 st:1 invalid dropping
2024-08-23 18:48:11.059624730 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880273357, next:215123125 invalid dropping st:1
2024-08-23 18:48:11.059694514 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880274910, next:215187125 st:1 invalid dropping
2024-08-23 18:48:11.059742769 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880274910, next:215187125 invalid dropping st:1
2024-08-23 18:48:11.059798901 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880275646, next:215251125 st:1 invalid dropping
2024-08-23 18:48:11.059857130 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880275646, next:215251125 invalid dropping st:1
2024-08-23 18:48:11.059907609 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880277051, next:215315125 st:1 invalid dropping
2024-08-23 18:48:11.059979604 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880277051, next:215315125 invalid dropping st:1
2024-08-23 18:48:11.060039714 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880278785, next:215379125 st:1 invalid dropping
2024-08-23 18:48:11.060099432 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880278785, next:215379125 invalid dropping st:1
2024-08-23 18:48:11.060145082 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880278814, next:215443125 st:1 invalid dropping
2024-08-23 18:48:11.060208102 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880278814, next:215443125 invalid dropping st:1
2024-08-23 18:48:11.060261342 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880279754, next:215507125 st:1 invalid dropping
2024-08-23 18:48:11.060318752 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880279754, next:215507125 invalid dropping st:1
2024-08-23 18:48:11.060369187 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880281667, next:215571125 st:1 invalid dropping
2024-08-23 18:48:11.060426392 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880281667, next:215571125 invalid dropping st:1
2024-08-23 18:48:11.060477558 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : DTS 1880281674, next:215635125 st:1 invalid dropping
2024-08-23 18:48:11.060535005 [2024-08-23 18:48:11] ffmpeg.CamEntree.detect ERROR : PTS 1880281674, next:215635125 invalid dropping st:1
2024-08-23 21:10:36.551076663 [h264 @ 0x7f8f600e2640] cabac decode of qscale diff failed at 102 12
2024-08-23 21:10:36.551080612 [h264 @ 0x7f8f600e2640] error while decoding MB 102 12, bytestream 8643
2024-08-23 21:59:33.895569078 [h264 @ 0x7f8f60b21240] left block unavailable for requested intra4x4 mode -1
2024-08-23 21:59:33.895574439 [h264 @ 0x7f8f60b21240] error while decoding MB 0 63, bytestream 52883
2024-08-23 22:01:21.397934495 [2024-08-23 22:01:21] frigate.video ERROR : CamEntree: Unable to read frames from ffmpeg process.
2024-08-23 22:01:21.398019374 [2024-08-23 22:01:21] frigate.video ERROR : CamEntree: ffmpeg process is not running. exiting capture thread...
2024-08-23 22:01:31.341084488 [2024-08-23 22:01:31] watchdog.CamEntree ERROR : Ffmpeg process crashed unexpectedly for CamEntree.
2024-08-23 22:01:31.341345461 [2024-08-23 22:01:31] watchdog.CamEntree ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-08-23 22:01:31.341648603 [2024-08-23 22:01:31] ffmpeg.CamEntree.detect ERROR : [AVHWDeviceContext @ 0x5586c9033fc0] libva: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
2024-08-23 22:01:31.341795233 [2024-08-23 22:01:31] ffmpeg.CamEntree.detect ERROR : [h264 @ 0x5586c9246140] Increasing reorder buffer to 1
2024-08-23 22:01:31.342025979 [2024-08-23 22:01:31] ffmpeg.CamEntree.detect ERROR : rtsp://127.0.0.1:8554/CamEntree: Connection timed out
2024-08-23 22:01:31.342214261 [2024-08-23 22:01:31] ffmpeg.CamEntree.detect ERROR : Last message repeated 2 times
2024-08-23 22:03:21.358655013 [2024-08-23 22:03:21] watchdog.CamEntree INFO : No frames received from CamEntree in 20 seconds. Exiting ffmpeg...
2024-08-23 22:03:21.358975078 [2024-08-23 22:03:21] watchdog.CamEntree INFO : Waiting for ffmpeg to exit gracefully...
2024-08-23 22:03:21.398730825 [2024-08-23 22:03:21] frigate.video ERROR : CamEntree: Unable to read frames from ffmpeg process.
2024-08-23 22:03:21.399270790 [2024-08-23 22:03:21] frigate.video ERROR : CamEntree: ffmpeg process is not running. exiting capture thread...
2024-08-23 22:03:31.403717423 [2024-08-23 22:03:31] watchdog.CamEntree ERROR : Ffmpeg process crashed unexpectedly for CamEntree.
2024-08-23 22:03:31.404013563 [2024-08-23 22:03:31] watchdog.CamEntree ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-08-23 22:03:31.404285992 [2024-08-23 22:03:31] ffmpeg.CamEntree.detect ERROR : [AVHWDeviceContext @ 0x555a3a702800] libva: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
2024-08-23 22:03:31.404558112 [2024-08-23 22:03:31] ffmpeg.CamEntree.detect ERROR : [mp4 @ 0x555a3a6b0080] track 1: codec frame size is not set
2024-08-23 22:03:31.404790248 [2024-08-23 22:03:31] ffmpeg.CamEntree.detect ERROR : [segment @ 0x555a3a5421c0] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2024-08-23 22:03:31.404976098 [2024-08-23 22:03:31] ffmpeg.CamEntree.detect ERROR : [segment @ 0x555a3a5421c0] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.
2024-08-23 22:03:31.405160668 [2024-08-23 22:03:31] ffmpeg.CamEntree.detect ERROR : [h264 @ 0x555a3a70fd00] Increasing reorder buffer to 1
2024-08-23 22:03:31.405423179 [2024-08-23 22:03:31] ffmpeg.CamEntree.detect ERROR : [mp4 @ 0x555a3afc8880] track 1: codec frame size is not set
2024-08-23 22:03:31.405559938 [2024-08-23 22:03:31] ffmpeg.CamEntree.detect ERROR : [mp4 @ 0x555a3afcee40] track 1: codec frame size is not set
2024-08-23 22:03:31.405793621 [2024-08-23 22:03:31] ffmpeg.CamEntree.detect ERROR : [mp4 @ 0x555a3afbe5c0] track 1: codec frame size is not set
2024-08-23 22:03:31.406030127 [2024-08-23 22:03:31] ffmpeg.CamEntree.detect ERROR : [mp4 @ 0x555a3a7a2180] track 1: codec frame size is not set
2024-08-23 22:03:31.406249198 [2024-08-23 22:03:31] ffmpeg.CamEntree.detect ERROR : [mp4 @ 0x555a3afb9240] track 1: codec frame size is not set
2024-08-23 22:03:31.406484602 [2024-08-23 22:03:31] ffmpeg.CamEntree.detect ERROR : [mp4 @ 0x555a3a7c0800] track 1: codec frame size is not set
2024-08-23 22:03:31.406707993 [2024-08-23 22:03:31] ffmpeg.CamEntree.detect ERROR : Last message repeated 1 times
2024-08-23 22:03:31.406937182 [2024-08-23 22:03:31] ffmpeg.CamEntree.detect ERROR : rtsp://127.0.0.1:8554/CamEntree: Connection timed out
2024-08-23 22:03:31.407149623 [2024-08-23 22:03:31] ffmpeg.CamEntree.detect ERROR : [rtsp @ 0x555a3a526100] RTP: PT=60: bad cseq 7146 expected=31d3
2024-08-23 22:03:31.407386285 [2024-08-23 22:03:31] ffmpeg.CamEntree.detect ERROR : [segment @ 0x555a3a5421c0] Packets poorly interleaved, failed to avoid negative timestamp -814 in stream 1.
2024-08-23 22:03:31.407604729 [2024-08-23 22:03:31] ffmpeg.CamEntree.detect ERROR : Try -max_interleave_delta 0 as a possible workaround.
2024-08-23 22:03:31.407840810 [2024-08-23 22:03:31] ffmpeg.CamEntree.detect ERROR : [mp4 @ 0x555a3a7c0800] track 1: codec frame size is not set
2024-08-23 22:03:31.408084362 [2024-08-23 22:03:31] ffmpeg.CamEntree.detect ERROR : [mp4 @ 0x555a3afb8f80] track 1: codec frame size is not set
2024-08-23 22:03:31.408323414 [2024-08-23 22:03:31] ffmpeg.CamEntree.detect ERROR : [mp4 @ 0x555a3a7c0800] track 1: codec frame size is not set
2024-08-23 22:03:31.408517142 [2024-08-23 22:03:31] ffmpeg.CamEntree.detect ERROR : [mp4 @ 0x555a3afb8f80] track 1: codec frame size is not set
2024-08-23 22:03:31.408749072 [2024-08-23 22:03:31] ffmpeg.CamEntree.detect ERROR : [mp4 @ 0x555a3a7c0800] track 1: codec frame size is not set
2024-08-23 22:03:31.408942153 [2024-08-23 22:03:31] ffmpeg.CamEntree.detect ERROR : [mp4 @ 0x555a3afb8f80] track 1: codec frame size is not set
2024-08-23 22:03:31.409163855 [2024-08-23 22:03:31] ffmpeg.CamEntree.detect ERROR : [mp4 @ 0x555a3a7c0800] track 1: codec frame size is not set
2024-08-23 22:05:06.023806224 [2024-08-23 22:05:06] frigate.video ERROR : CamEntree: Unable to read frames from ffmpeg process.
2024-08-23 22:05:06.023885335 [2024-08-23 22:05:06] frigate.video ERROR : CamEntree: ffmpeg process is not running. exiting capture thread...
2024-08-23 22:05:11.425672237 [2024-08-23 22:05:11] watchdog.CamEntree ERROR : Ffmpeg process crashed unexpectedly for CamEntree.
2024-08-23 22:05:11.426096928 [2024-08-23 22:05:11] watchdog.CamEntree ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-08-23 22:05:11.426444205 [2024-08-23 22:05:11] ffmpeg.CamEntree.detect ERROR : [AVHWDeviceContext @ 0x55a80ec2aec0] libva: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
2024-08-23 22:05:11.426772017 [2024-08-23 22:05:11] ffmpeg.CamEntree.detect ERROR : [segment @ 0x55a80ec2cbc0] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2024-08-23 22:05:11.427051663 [2024-08-23 22:05:11] ffmpeg.CamEntree.detect ERROR : rtsp://127.0.0.1:8554/CamEntree: Connection timed out
2024-08-23 22:05:11.427334571 [2024-08-23 22:05:11] ffmpeg.CamEntree.detect ERROR : Last message repeated 1 times
2024-08-23 22:05:16.556410518 [2024-08-23 22:05:16] frigate.video ERROR : CamEntree: Unable to read frames from ffmpeg process.
2024-08-23 22:05:16.556476590 [2024-08-23 22:05:16] frigate.video ERROR : CamEntree: ffmpeg process is not running. exiting capture thread...
2024-08-23 22:05:21.443246183 [2024-08-23 22:05:21] watchdog.CamEntree ERROR : Ffmpeg process crashed unexpectedly for CamEntree.
2024-08-23 22:05:21.443636058 [2024-08-23 22:05:21] watchdog.CamEntree ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-08-23 22:05:21.444036092 [2024-08-23 22:05:21] ffmpeg.CamEntree.detect ERROR : rtsp://127.0.0.1:8554/CamEntree: Invalid data found when processing input
2024-08-24 00:02:01.644017730 [2024-08-24 00:02:01] watchdog.CamEntree INFO : No frames received from CamEntree in 20 seconds. Exiting ffmpeg...
2024-08-24 00:02:01.644340261 [2024-08-24 00:02:01] watchdog.CamEntree INFO : Waiting for ffmpeg to exit gracefully...
2024-08-24 00:02:37.357606293 [2024-08-24 00:02:36] watchdog.CamEntree INFO : FFmpeg did not exit. Force killing...
2024-08-24 00:02:38.086560934 [2024-08-24 00:02:38] frigate.video ERROR : CamEntree: Unable to read frames from ffmpeg process.
2024-08-24 00:02:38.090272821 [2024-08-24 00:02:38] frigate.video ERROR : CamEntree: Unable to read frames from ffmpeg process.
2024-08-24 00:02:38.090503376 [2024-08-24 00:02:38] frigate.video ERROR : CamEntree: ffmpeg process is not running. exiting capture thread...
2024-08-24 00:02:42.601436592 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f8f6025b200] moov atom not found
2024-08-24 00:02:42.609975807 [ERROR:0@23585.711] global cap.cpp:164 open VIDEOIO(CV_IMAGES): raised OpenCV exception:
2024-08-24 00:09:00.192560 2024-08-24 00:02:42.609978127
2024-08-24 00:02:42.609979706 OpenCV(4.9.0) /io/opencv/modules/videoio/src/cap_images.cpp:274: error: (-215:Assertion failed) number < max_number in function 'icvExtractPattern'
2024-08-24 00:09:00.192563 2024-08-24 00:02:42.609980655
2024-08-24 00:09:00.192565 2024-08-24 00:02:42.609981528
2024-08-24 00:02:42.693821515 [2024-08-24 00:02:42] frigate.record.maintainer WARNING : Failed to probe corrupt segment /tmp/cache/CamEntree@20240824000137+0200.mp4
2024-08-24 00:02:42.693908870 [2024-08-24 00:02:42] frigate.record.maintainer WARNING : Discarding a corrupt recording segment: /tmp/cache/CamEntree@20240824000137+0200.mp4
2024-08-24 00:02:47.155081750 [2024-08-24 00:02:47] watchdog.CamJardin INFO : CamJardin exceeded fps limit. Exiting ffmpeg...
2024-08-24 00:02:47.155149386 [2024-08-24 00:02:47] watchdog.CamJardin INFO : Waiting for ffmpeg to exit gracefully...
2024-08-24 00:02:47.208973525 [2024-08-24 00:02:47] frigate.video ERROR : CamJardin: Unable to read frames from ffmpeg process.
2024-08-24 00:02:47.209466613 [2024-08-24 00:02:47] frigate.video ERROR : CamJardin: ffmpeg process is not running. exiting capture thread...
2024-08-24 00:02:48.091091885 [2024-08-24 00:02:48] watchdog.CamEntree ERROR : Ffmpeg process crashed unexpectedly for CamEntree.
2024-08-24 00:02:48.091169350 [2024-08-24 00:02:48] watchdog.CamEntree ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-08-24 00:02:48.091231013 [2024-08-24 00:02:48] ffmpeg.CamEntree.detect ERROR : [AVHWDeviceContext @ 0x5584ed9e2b80] libva: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
2024-08-24 00:02:48.091293279 [2024-08-24 00:02:48] ffmpeg.CamEntree.detect ERROR : [segment @ 0x5584ed9eefc0] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2024-08-24 00:02:48.091348657 [2024-08-24 00:02:48] ffmpeg.CamEntree.detect ERROR : [rtsp @ 0x5584ed9c9100] RTP: PT=61: bad cseq b231 expected=9d6a
2024-08-24 00:02:48.091398581 [2024-08-24 00:02:48] ffmpeg.CamEntree.detect ERROR : DTS 3261471576, next:6971031500 st:1 invalid dropping
2024-08-24 00:02:48.091452733 [2024-08-24 00:02:48] ffmpeg.CamEntree.detect ERROR : PTS 3261471576, next:6971031500 invalid dropping st:1
2024-08-24 00:02:48.091499022 [2024-08-24 00:02:48] ffmpeg.CamEntree.detect ERROR : DTS 3261472437, next:6971095500 st:1 invalid dropping
2024-08-24 00:02:48.092749048 [2024-08-24 00:02:48] ffmpeg.CamEntree.detect ERROR : PTS 3261472437, next:6971095500 invalid dropping st:1
2024-08-24 00:02:48.098759005 [2024-08-24 00:02:48] ffmpeg.CamEntree.detect ERROR : [out_1_0 @ 0x5584edb52840] 100 buffers queued in out_1_0, something may be wrong.
2024-08-24 00:02:48.098852491 [2024-08-24 00:02:48] ffmpeg.CamEntree.detect ERROR : [out_1_0 @ 0x5584edb52840] 1000 buffers queued in out_1_0, something may be wrong.
2024-08-24 00:02:48.098989311 [2024-08-24 00:02:48] ffmpeg.CamEntree.detect ERROR : [out_1_0 @ 0x5584edb52840] 10000 buffers queued in out_1_0, something may be wrong.
2024-08-24 00:02:57.216960819 [2024-08-24 00:02:57] watchdog.CamJardin ERROR : Ffmpeg process crashed unexpectedly for CamJardin.
2024-08-24 00:02:57.217016592 [2024-08-24 00:02:57] watchdog.CamJardin ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-08-24 00:02:57.217059206 [2024-08-24 00:02:57] ffmpeg.CamJardin.detect ERROR : [AVHWDeviceContext @ 0x556fabc94140] libva: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
2024-08-24 00:02:57.217103203 [2024-08-24 00:02:57] ffmpeg.CamJardin.detect ERROR : [segment @ 0x556fabc90b00] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2024-08-24 00:02:57.217142504 [2024-08-24 00:02:57] ffmpeg.CamJardin.detect ERROR : [h264 @ 0x556fabf424c0] Increasing reorder buffer to 1
Et pour finir, j’ai 2 Reolink E1 Outdoor

En intégration, j’ai testé que avec Reolink, puis que avec ONVIF puis les 2