Open ryokimball opened 1 year ago
Hey @ryokimball looks like a stream issue. rtsp://192.168.1.199:8554/video3_unicast
does your camera also ship other RTSP urls? What are the current video settings of your camera (FPS, Codec, etc), could you share some more details?
I believe this is the only RTSP stream (there are two other HTTP streams). FPS: 25 Codec: PT_H264 Here are the settings for the video streams from the firmware (admittedly I don't understand all/most of it)
I found a "turn your Android phone into an IP camera" app that supports RTSP and tested the docker image with that instead and it works; so the problem is definitely with my stream. (I won't be offended if the ticket is closed as "not our problem" but I appreciate any help moving forward)
@ryokimball no worries, we would like to solve your issue, as it can also be beneficial for other people so do not mind asking us. So from my understanding you are able to modify that json
file to tweak your RTSP stream?
And if yes could change this settings, and modify it to PIX_FMT_YUV420P
instead.
https://github.com/openmiko/ingenic_videocap/blob/master/settings.json#L16
did this help @ryokimball ?
Sorry for the slow response; that one change to the config did not fix it and I have not had time to try other changes
Any update on this issue? I am running the RTSP firmware on the Wyze Cam v3 and can also view in VLC, but I get the following in the agent: "Something went wrong while verifying the camera settings :rtsp: Type=466673 unsupported".
Hello @j-broome, can you share the codec settings of your Wyze cam3? We recommended H264 for video and PCM or AAC for audio.
Where do I find this? I can't see the .bin file that wyze gives you to enable the rtps setup. Like I said I can pull it up in VNC with rtsp://user:pass@xxx.xxx.xxx.xxx/live. Just tested with a Shinobi container and had no issue.
Can you open the RTSP stream with VLC, an take a snapshot of the media information? This will show the codecs information.
@j-broome should be fixed in the latest release @j-broome. If you would be able to give it a try, let us know in this issue! ;)
I feel bad for asking because it seems obvious that the product works but I am stumped on the very first step in using it.
I have a WyzeCamV2 running OpenMiko firmware, which supports (and I have configured for) H264 RTSP streaming. I can view the video stream through VLC with the url rtsp://192.168.1.199:8554/video3_unicast. I am executing the command docker run -p 8081:80 --name mycamera -e AGENT_CAPTURE_IPCAMERA_RTSP="rtsp://192.168.1.199:8554/video3_unicast" kerberos/agent:latest on my host. The agent seems to run fine and I can connect via browser. With our without AGENT_CAPTURE_IPCAMERA_RTSP... set, I cannot add the RTSP stream; no cameras show attached and when I try to connect one via dashboard->settings, it just spins. The logs aren't really helpful (see below).