kerberos-io / machinery

(DEPRECATED) An open source image processing framework, which uses your USB-, IP- or RPi-camera to recognize events (e.g. motion).
https://www.kerberos.io
490 stars 104 forks source link

Problem with mjpeg stream and recorded video #183

Closed enricosoft closed 5 years ago

enricosoft commented 5 years ago

According to this https://doc.kerberos.io/2.0/machinery/streaming you suppose that the stream url is http://username:password@ip-camera:port but it could be not! Many times the mjpeg stream has a different url format... for example http://username:password@ip-camera:port/video1.mjpeg How can I configure Kerberos to fetch the correct url? The best thing is to have an input where put the correct full url of stream

Maybe, solved this I'll be able to see the cam stream in the dashboard.

Another thing: the recorded videos are all corrupted recording to mp4/h264. Videos can't open in web admin and neither using vlc. Maybe also this problem will be solved fixing the mjpeg stream url? I suppose the video stream is taken from that or from "capture"?

Thanks in advance