45clouds / homebridge-ip-camera

IP camera plugin for homebridge
50 stars 7 forks source link

Unable to load Dlink 936L Stream through Homebridge - Error code rec'd #26

Closed andsoitgoes closed 4 years ago

andsoitgoes commented 4 years ago

Hi all, so my config looks like this:

 "name": "DCS-936L",  "videoConfig": {   "source": "-re -i rtsp://USERNAME:PASSWORD@192.168.1.113:554/play1.sdp", "stillImageSource": "-i http://USERNAME:PASSWORD@192.168.1.113/cgi/jpg/image.cgi", "maxStreams": 2, "maxWidth": 1280, "maxHeight": 720, "vcodec": "h264_omx", "packetSize": 188, "maxFPS": 4

And the Homebridge logs when I try to access the camera show...

[1/6/2020, 5:45:09 PM] [Camera ffmpeg] Snapshot from DCS-936L at 480x270 [1/6/2020, 5:45:09 PM] [Camera ffmpeg] An error occurs while making snapshot request [1/6/2020, 5:45:10 PM] [Camera ffmpeg] Start streaming video from DCS-936L with 1280x720@299kBit [1/6/2020, 5:45:10 PM] [Camera ffmpeg] An error occurs while making stream request [1/6/2020, 5:45:10 PM] [Camera ffmpeg] ERROR: FFmpeg exited with code -2 [1/6/2020, 5:46:01 PM] [Camera ffmpeg] Snapshot from DCS-936L at 480x270 [1/6/2020, 5:46:01 PM] [Camera ffmpeg] An error occurs while making snapshot request [1/6/2020, 5:46:12 PM] [Camera ffmpeg] Snapshot from DCS-936L at 480x270 [1/6/2020, 5:46:12 PM] [Camera ffmpeg] An error occurs while making snapshot request [1/6/2020, 5:46:32 PM] [Camera ffmpeg] Snapshot from DCS-936L at 480x270 [1/6/2020, 5:46:32 PM] [Camera ffmpeg] An error occurs while making snapshot request [1/6/2020, 5:47:02 PM] [Camera ffmpeg] Snapshot from DCS-936L at 480x270 [1/6/2020, 5:47:02 PM] [Camera ffmpeg] An error occurs while making snapshot request [1/6/2020, 5:47:42 PM] [Camera ffmpeg] Snapshot from DCS-936L at 480x270 [1/6/2020, 5:47:42 PM] [Camera ffmpeg] An error occurs while making snapshot request

I can access the stream by plugging the URL into VLC just fine, so I dunno what's happening here. i followed the steps to configur FFMPEG and the Ring doorbell camera works okay as well, would love ANY thoughts!

andsoitgoes commented 4 years ago

Nevermind, I am ruining this and the khaos, I'm reverting to khaos to get things going, sorry to be a pest