Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only use the snapshot function? #69

Open
Kohle81 opened this issue Oct 20, 2020 · 4 comments
Open

Only use the snapshot function? #69

Kohle81 opened this issue Oct 20, 2020 · 4 comments

Comments

@Kohle81
Copy link

Kohle81 commented Oct 20, 2020

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
Copy link
Owner

Samfox2 commented Oct 21, 2020

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

@Kohle81
Copy link
Author

Kohle81 commented Oct 21, 2020 via email

@Samfox2
Copy link
Owner

Samfox2 commented Oct 21, 2020

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
Copy link
Author

Kohle81 commented Oct 21, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants