-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Bug] HD720 only shows medium quality on multiple instances #4759
Comments
can confirm - itag 22 doesnt work - itag 18 does |
It seems like youtube removed itag22 on all their clients. We will see if there is a way to fix that or not. |
cant we just combine 720p video and medium audio server-side? and call that itag 22 on the code ? like, hard code it. |
No that would be too computationally expensive. Just use DASH instead. |
This comment was marked as off-topic.
This comment was marked as off-topic.
I am not sure that comment is off-topic. As DASH was recommended as a solution for this thread’s problem. But in my experience, DASH videos very often do not work, which was the reason I initially had chosen HD720 in my settings as default. (Which does not give acceptable video quality recently, as mentioned by the thread starter.) |
Because it's a separate issue. Let's keep on topic about HD720 and not about DASH issues. DASH could very well be affected by the latest YouTube issues from #4734. The only way to know what's going on is to look at the requests from the network tab in the devtools (F12). |
I have also tested the mobile browser youtube version, not the youtube-app. This always used the non-dash stream. I didn't do further A/B testing but I would recommend to remove the hd720 option out of invidious, as it is irritating now. |
Closing as hd720 is gone. There is no way to recover it. This is where Invidious will maybe need to switch to DASH by default in order to offer correct qualities by default. |
Whee is the issue for videos that not working with DASH setting? |
DASH should be set as default. Thanks for the idea with DASH |
Describe the bug
HD720 only shows the medium quality option and not the other one (high) on multiple instances
Steps to Reproduce
Additional context
The text was updated successfully, but these errors were encountered: