-
Notifications
You must be signed in to change notification settings - Fork 187
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
SD/HD toggle #523
Comments
I don't think it should be url_sd. I think it should be list of URLs and modes. User can click on mode label for switch to next item. Or some drop down should appear. This realisation will close many cases. |
Something like this? streams:
- url: rtsp://high-res
name: hd
- url: rtsp://low-res
name: sd or urls:
hd: rtsp...
sd: rtsp...
other: rtsp... ? |
Yes. And |
This and the example below your comment would be really useful. Currently I use a shortcut button to run a browser_mod popup with a high res stream but this would perhaps be better. |
The linked PR implements this, it will probably land in master sooner or later :) |
I correct myself: "later rather than sooner" 😆 |
Oh, sorry. Was on holidays two weeks. |
Hehe, I'm joking! :) |
I try this new interesting function, but it is not clear how to do the switch :)
|
Name shown when ui enabled. Switch on click on mode label. |
When on the go I often miss the option to switch to a lower resolution stream.
I intend to work on a PR that adds a config option
url_sd
. When present, the UI will add a new button that will toggle betweenSD
andHD
and switch between the streams.What do you think?
The text was updated successfully, but these errors were encountered: