Results 31 comments of MikeBravo

Martin, Please recheck ffmpeg flags during when you compile program from source. ffmget has to understand the stream that is coming from camera. My setup is: ffmpeg version 3.3.4 Copyright...

Hi Martin, If you are working with Debian please try to use: deb http://www.deb-multimedia.org stretch main non-free as additional repo (watch instruction on their page to add proper repo). First...

Yes. I'm almost sure that is has something with ffmpeg (not an expert too). I run this setup on RPI, Synology DS416, pure Debian on PC, on OSX and didn't...

What kind of Raspberry you have? Is it 2nd edition or the 3rd one? Can you check the quality of the video stream manually? Eg. when you issue ffmpeg command...

Hi, You have to put credentials directly in the url. For example: "source": "-re -i rtsp://**user:password**@10.0.0.101:554/channel/101/ Regards, Michal

Did you compile ffmpeg by yourself? Can you check if ffmpeg works by running it manually with proper parameters (just take them from config.json)?

Yes. These cameras support RTSP so it will be ease to integrate with them. Just use default example and provide correct IP address of your cameras.

You need IP address of camera.

Can you check if ffmpeg works by running it manually with proper parameters (just take them from config.json)?

What is the output for: ffmpeg -re -i rtsp://admin:[email protected]:10554/tcp/av0_0 ?