Replies: 1 comment
-
|
Hi @AslanPAPA, I suggest you check the wiki and samples (check this https://github.com/SuRGeoNix/Flyleaf/wiki/Player-(Open)). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm using Flyleaf in my WPF application to play HLS streams (using .m3u8 master playlists).
I've successfully opened the stream using player.OpenAsync(url), but I am struggling to find how to access the available video quality levels (e.g., 480p, 1080p) and how to switch between them manually.
I have looked through player.Video.Streams[0] properties, but I can't seem to find the correct collection (e.g., Qualities, Levels, etc.) to populate my quality menu.
How i can do this ?
Beta Was this translation helpful? Give feedback.
All reactions