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

fix snapshot url for multicam plugin #396

Merged
merged 1 commit into from
Mar 6, 2022

Conversation

radioburst
Copy link

The multicam plugin now supports defining a snapshot url.
This means we should try to read this user defined url instead of deriving the url from the stream url.
I changed it in a way to first try to read the "snapshot" value and use as a snapshot url. Should this value be empty it will default to the old method.

I had an issues with an ESP32cam since the url for the snapshot is not the same format as for a mjpg streamer cam. I'm simply not able to use the cam with this plugin since it ignores the snapshot url defined in the mulitcam plugin.
This will also be fixed with this PR.

Andi

@giloser giloser merged commit d8fa9ac into fabianonline:master Mar 6, 2022
@radioburst radioburst deleted the fix/multicam_snapshot_url branch March 6, 2022 17:38
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

Successfully merging this pull request may close these issues.

2 participants