MikeBravo
MikeBravo
HI, Please find your config.json in homebridge directory and paste example file provided in this repo. Change IP addresses of cameras and restart homebridge. Cheers,
You can change landscape/portrait mode in your camera settings. This piece of code just gets the stream from camera and forwards it to home.app.
Can you include a link to this solution? I would like to read it as I don't have camera with motion sensor so I can not reproduce this in my...
Please run: ffmpeg -re -i rtsp://admin:[email protected]/Streaming/Channels/1 test.mp4 Than try to open test.mp4 on your iPhone/iPad device.
Please replace value for "source" parameter with: rtsp://user_if_any:[email protected]:554 or rtsp://user_if_any:[email protected]:8081 Afaik rtsp stream uses port 554 (tcp/udp) by default.
Yes. These parameters are important -re - Read input at native frame rate -i - Input
Do you have ffmpeg installed?
can you send me an output of the following command: ffmpeg -re -i rtsp://192.168.86.218 test.mp4
It looks like ffmpeg is NOT installed or is NOT in you PATH environment variable.
Hi Harry, Yes I can. Currently I'm at work (Central European Time) so I would prefer to do it at the evening when I will be at home. Or we...