Bonjour,
Dans le module complémentaire Frigate, je n’arrive pas a avoir le flux de la caméra. C’est une camera Ezviz, dont le flux est récupérable sur VLC sans problème avec comme url :
rtsp://admin:XXXX@192.168.0.XXX:554/ch1/sub. Pourriez vous me dire où se situe le problème.
Les logs sont les suivants
2025-03-23 18:16:36.296123530 [2025-03-23 19:16:36] watchdog.cam_salon ERROR : Ffmpeg process crashed unexpectedly for cam_salon.
2025-03-23 18:16:36.296456172 [2025-03-23 19:16:36] watchdog.cam_salon ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-03-23 18:16:36.296697458 [2025-03-23 19:16:36] ffmpeg.cam_salon.detect ERROR : [rtsp @ 0x55b2a7b43580] method DESCRIBE failed: 401 Unauthorized
2025-03-23 18:16:36.296937226 [2025-03-23 19:16:36] ffmpeg.cam_salon.detect ERROR : [in#0 @ 0x55b2a7b43240] Error opening input: Server returned 401 Unauthorized (authorization failed)
2025-03-23 18:16:36.297195235 [2025-03-23 19:16:36] ffmpeg.cam_salon.detect ERROR : Error opening input file rtsp://*:*@192.168.0.XXX:554/ch1/sub.
2025-03-23 18:16:36.297376252 [2025-03-23 19:16:36] ffmpeg.cam_salon.detect ERROR : Error opening input files: Server returned 401 Unauthorized (authorization failed)
2025-03-23 18:16:36.374486897 [2025-03-23 19:16:36] frigate.video ERROR : cam_salon: Unable to read frames from ffmpeg process.
2025-03-23 18:16:36.374752751 [2025-03-23 19:16:36] frigate.video ERROR : cam_salon: ffmpeg process is not running. exiting capture thread...
2025-03-23 18:16:46.317468218 [2025-03-23 19:16:46] watchdog.cam_salon ERROR
Je joins le fichier de configuration ci dessous
Ma configuration
mqtt:
enabled: true
host: mqtt://192.168.0.xx
user: mqtt_adm
password: 'xxxxxt'
port: 1883
cameras:
cam_salon:
ffmpeg:
inputs:
- path: rtsp://admin:XXXX@192.168.0.XX:554/ch1/sub
roles:
- detect
- record
detect:
enabled: true
width: 640
height: 480
record:
enabled: true
retain:
days: 1
mode: motion
alerts:
retain:
days: 14
detections:
retain:
days: 14
snapshots:
enabled: true
retain:
default: 8
objects:
track:
- person
logger:
default: info
logs:
frigate.detectors: debug
frigate.video: debug
version: 0.15-1
camera_groups:
Camera_RDC:
order: 1
icon: LuCamera
cameras: cam_salon