Samfox2 / homebridge-videodoorbell

Video-Doorbell plugin based on homebridge-camera-ffmpeg for Homebridge.
Apache License 2.0
95 stars 17 forks source link

Only use the snapshot function? #69

Open Kohle81 opened 3 years ago

Kohle81 commented 3 years ago

Hello,

I am using Netatmo Presence, who doesn‘t works with an rtsp-stream.

Can I only use this plugin with triggering the .jpg to Homekit?

The path for live stream is http://192.xxx.xxx.xx/yyyyyxxxxxxxxxx/live/files/high/index.m3u8

Samfox2 commented 3 years ago

If your cam provides a jpg-snapshot you can use the stillImageSource option with that url.

Kohle81 commented 3 years ago

Thanks for fast answer.

and and what should I enter in this line?

"source": "-re -i rtsp://myfancy_rtsp_stream",

my netatmo presence does not support rtsp. is there no error message?

Am 21.10.2020 um 07:27 schrieb Samfox2 notifications@github.com:

 If your cam provides a jpg-snapshot you can use the stillImageSource option with that url.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Samfox2 commented 3 years ago

You could try something like this:

"source": "-re -i http://<Local_Static_IP>/<Local_Access_Key>/live/files/high/index.m3u8",
"stillImageSource": "-i http://<Local_Static_IP>/<Local_Access_Key>/live/snapshot_720.jpg",
Kohle81 commented 3 years ago

Ok thanks for your help. I will try it 👍

Am 21.10.2020 um 10:10 schrieb Samfox2 notifications@github.com:

 You could try something like this:

"source": "-re -i http:////live/files/high/index.m3u8", "stillImageSource": "-i http:////live/snapshot_720.jpg", — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.