Closed sla004 closed 2 years ago
ffprobe comman with rtmp://192....
rtmp://192.168.68.125/flv?port=1935: Input/output error
[1] Exit 1 ffprobe rtmp://192.168.68.125/flv?port=1935 [2] Done app=bcs [3]- Done stream=channel0_ext.bcs [4]+ Done user=admin
Please read the docs, you've overridden most the input args (which are needed) please update to use the RTMP args from the docs
https://docs.frigate.video/configuration/camera_specific#rtmp-cameras
I tried with this setup, but same result:
mqtt: host: 192.168.68.154 user: homeassistant password: mqtt-password detectors: coral: type: edgetpu device: usb cameras: etuovi: ffmpeg: input_args:
input_args:
- -avoid_negative_ts
- make_zero
- -fflags
- nobuffer+genpts+discardcorrupt
- -flags
- low_delay
- -strict
- experimental
- -analyzeduration
- 1000M
- -probesize
- 1000M
- -rw_timeout
- "5000000"
Those aren't the args I linked, I also noticed you are using a reolink camera which means you need to use the reolink specific args: https://docs.frigate.video/configuration/camera_specific/#reolink-410520-possibly-others
ffmpeg:
input_args:
- -avoid_negative_ts
- make_zero
- -fflags
- nobuffer+genpts+discardcorrupt
- -flags
- low_delay
- -strict
- experimental
- -analyzeduration
- 1000M
- -probesize
- 1000M
- -rw_timeout
- "5000000"
You also might want to make sure the firmware is up to date on your reolink cams, newer firmware works much better
yes, I have all reolink arguments mentioned in that post. Also firmware is latest version.
Do you have special characters in your password? I would try a very simple password just to see if that may be the issue.
Thanks a lot! Problem solved, my last char in password was #. I took it away and now it works normally. Maybe this could be added to instructions?
Glad it's working! I'm going to close this then, feel free to open a new issue if something else comes up.
Yeah that's a fair point, I'll make a PR for that
Describe the problem you are having
When running sudo docker-compose up command I get ffmpeg error messages
Version
0.10.1-83481af
Frigate config file
Relevant log output
FFprobe output from your camera
Frigate stats
No response
Operating system
Other Linux
Install method
Docker Compose
Coral version
USB
Network connection
Wired
Camera make and model
Reolink RLC-410W-5MP
Any other information that may be helpful
It worked already, but then I had to install ubuntu again (22.04) and now I get these error messages