-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Enhancement] Set DASH and HLS by default #4847
Comments
The current HLS implementation from #4118 actually requires proxying. It has been awhile since I last worked on it but if I recall correctly there was some issues with getting HLS to work without proxying. |
Also, I've noticed that when I use LibRedirect add-on to redirect all the embed youtube iframes to invidious. The HLS user option doesn't apply, and it only loads medium 360p quality. It'll be nice if we have HLS option set by default.
Maybe |
The HLS implementation has not been merged yet |
This comment was marked as off-topic.
This comment was marked as off-topic.
Set by default doesn't mean it'll be removed from the setting. Out of the box, nobody wants to watch 360p youtube crap encoded file. If somehow you can't use hls/dash, there should be a setting to fall back to medium. This topic is a discussion about setting hls/dash by default. NOT removing it entirely. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment has been minimized.
This comment has been minimized.
@artshevtsov please open a separate issue you are offtopic. This is about setting DASH by default in invidious. |
wasnt HLS disabled on firefox mobile? |
There is one really annoying problem on This happens on PC and Android. Chrome for PC and Android aren't able to reproduce the video without having the developers tools open. Firefox for PC and Android are able to reproduce the video just fine. In the last seconds, the video starts to play instantly after I attach the DevTools inspect to the Browser making this hard to debug. I used Stock Google Chrome on both devices but this happens on Bromite, Cromite and Mulch Same as Android Chrome. If I open the Developer Tools the video starts to play instantly. I would like to migrate to |
Since YouTube has removed hd720: #4759, the only default resolution available is 480p aka medium.
My feeling is that YouTube is soon going to shutdown the last combined video and sound medium resolution. And users will be left with no video stream to play unless they switch to DASH.
This is why I would like to propose to seriously switch to DASH by default.
Ideally, we should do it when:
otherwise most public instances will collapse under the load.
This will solve the long time issue of people asking why 1080p is not available and things like this. Non JS users will still have medium quality working until it's no longer available.
For the public instances, we could still allow some that do not offer DASH but listed in a separate section and not listed on https://api.invidious.io. We don't really want to confuse the users with reduced features.
The text was updated successfully, but these errors were encountered: