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

[Bug] HD720 only shows medium quality on multiple instances #4759

Open
AnimatorTao opened this issue Jun 21, 2024 · 7 comments
Open

[Bug] HD720 only shows medium quality on multiple instances #4759

AnimatorTao opened this issue Jun 21, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@AnimatorTao
Copy link

AnimatorTao commented Jun 21, 2024

Describe the bug

HD720 only shows the medium quality option and not the other one (high) on multiple instances

Steps to Reproduce

  1. Open video
  2. Click on the gear icon
  3. See the missing option

Additional context

  • Browser (if applicable): Brave
@AnimatorTao AnimatorTao added the bug Something isn't working label Jun 21, 2024
@ashley0143
Copy link

can confirm - itag 22 doesnt work - itag 18 does

@unixfox
Copy link
Member

unixfox commented Jun 22, 2024

It seems like youtube removed itag22 on all their clients.

We will see if there is a way to fix that or not.

@ashley0143
Copy link

ashley0143 commented Jun 22, 2024

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.

@unixfox
Copy link
Member

unixfox commented Jun 22, 2024

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.

@felifluid

This comment was marked as off-topic.

@altercat10n
Copy link

DASH also seems to be broken. At least on my instance I'm getting the error message "The media could not be loaded, either because the server or network failed or because the format is not supported." 🤔

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.)

@unixfox
Copy link
Member

unixfox commented Jun 26, 2024

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants