-
Notifications
You must be signed in to change notification settings - Fork 65
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
How can i play FHD, UHD, 4K, 8K panoramic videos? #61
Comments
See
YoutubeDlOptions is an object to specify options passed to youtube-dl, such as format (quality) and user agent.
|
Τo which script should I add this code to play a 1440s60 quality for 360 YouTube video for example? |
|
I cant play 360 video in 4k quality. Can you please write a script for different qualities or maybe update with example scene? Thanks in advance! |
Thanks for the suggestion, I tagged this as a feature request (adding example scene with different qualities) |
It would be even more interesting if you could add the original feature of YouTube for auto quality setting depending on the speed of the internet connection. |
How can i play FHD, UHD, 4K, 8K panoramic videos?
In previous version i used this:
var streamInfo = streamManifest.Video.LastOrDefault(s => s.VideoQualityLabel == "1080p60"
Now something changed.
Please let me know..
The text was updated successfully, but these errors were encountered: