Closed gzcwnk closed 1 year ago
The camera is most likely UDP only https://docs.frigate.video/configuration/camera_specific#udp-only-cameras
mqtt:
host: 192.168.31.181 so like this? still doesnt work
cameras: back: ffmpeg:
input_args: preset-rtsp-udp
inputs:
#- path: rtsp://viewer:{FRIGATE_RTSP_PASSWORD}@10.0.10.10:554/cam/realmonitor?channel=1&subtype=2 #replace with your RTSP camera url
#- path: rtsp://192.168.31.11:8554
#- path: rtsp://192.168.31.11:554/user=admin&xxxxxx=&channel=1&stream=0.sdp
- path: rtsp://192.168.31.9:554/user=admin&xxxxx=&channel=1&stream=1.sdp?
roles:
- detect
- rtmp
detect:
width: 1280
height: 720
Looks like you are correct UDP works fine TY :)
udp needed
Describe the problem you are having
I have this from the vendor of the camera,
rtsp://IPAddress:554/user=admin&password=&channel=1&stream=0.sdp?
and,
rtsp://IPAddress:554/user=admin&password=&channel=1&stream=1.sdp?
how do I convert this to frigate's format?
Version
no idea
Frigate config file
Relevant log output
FFprobe output from your camera
Frigate stats
Operating system
Debian
Install method
Docker Compose
Coral version
CPU (no coral)
Network connection
Wired
Camera make and model
https://www.aliexpress.com/item/1005003469566441.html
Any other information that may be helpful
No response