-
Notifications
You must be signed in to change notification settings - Fork 579
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
Some qualities unavailable on Youtube #223
Comments
Do you have a example URL? |
So the basic issue is that youtube dropped support for anything above 720p for non DASH playback. I accidentally opened an issue over at mpv instead of here because I had both tabs open but they did reply to me so please see: |
So I take it they enabled non-DASH for 1080p, but not 1080p@60 and that's why it's not available yet? |
MPV + YOUTUBE-DL + FFMPEG:
MPEG-DASH (1080p and above ...) |
What is currently required to fully support MPEG-DASH? What's holding it back? Will it be a separate module? |
any update on this? |
Would like to know too. |
60 fps works with non-live videos, but live ones are still 30 fps. Live:
VOD/non-live:
|
At the moment mpv only supports 720p for youtube (maximum, even when I give it a 4K video). Is it hard to implement support for 1080p?
I took a look at the youtube module and
_static_decrypt_signature(self, s, video_id, player_url, age_gate)
from youtube-dl and there are some differences but it doesnt seem to make a difference.I am decent at python and would attempt a fix but I'm not sure where to start.
The text was updated successfully, but these errors were encountered: