[Camera Support]: Unable to get RTSP stream into Frigate from Annke C500P cameras #20750
Replies: 2 comments 6 replies
-
|
The error message "Operation not permitted" when opening the RTSP stream from your Annke C500P suggests a network or authentication issue, even though VLC can connect successfully.(1) For Annke cameras (which are Dahua OEM), the recommended RTSP path format is:(1) cameras:
dummy_camera:
enabled: true
ffmpeg:
inputs:
- path: rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
roles:
- detectThe path you're using ( Try these RTSP paths for your Annke C500P:(1)
If you need to use go2rtc for better compatibility, configure it like this:(2) go2rtc:
streams:
dummy_camera:
- rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
- "ffmpeg:dummy_camera#audio=opus"
cameras:
dummy_camera:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/dummy_camera
input_args: preset-rtsp-restream
roles:
- detect📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
See the FAQ in the official docs about why a stream might work with VLC but not with Frigate or go2rtc: https://docs.frigate.video/troubleshooting/faqs/#my-rtsp-stream-works-fine-in-vlc-but-it-does-not-work-when-i-put-the-same-url-in-my-frigate-config-is-this-a-bug |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
I have working Annke C500 (and Annke AC500) and ordered 2 Annke C500P cameras. Now I can't get the stream working. I have triple checked the camera configurations and they are fine. I'm able to open the stream on the C500P cameras with VLC. But Frigate errors out.
So I have this minimal configuration file for testing. By changing the IP to .150 I get the working camera feed from the C500, but the new C500P at .153 fails
Both are set to same streaming setting (H264, etc)
They are in isolated network
The credentials in the URL/the URL are correct, the stream works with VLC
Also have tried with go2rtc, without luck
Any tips?
Version
0.16.1-e664cb2
What browser(s) are you using?
No response
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
FFprobe output from your camera
Not sure how to install ffprobe into the docker container. "ffprobe: command not found"Frigate stats
No response
Operating system
Other Linux
Install method
Docker Compose
Object Detector
Coral
Network connection
Wired
Camera make and model
Annke C500P (I51EG)
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions