LibVLCSharp - ignores preferred-quality setting (Youtube)
I have asked this on the forums and the suggestion was that I should log this as a bug as the issue happens in both the vlc windows desktop client, as well as in my libvlcsharp winforms application.
I cannot get LibVLCSharp to display youtube streams with a lower preferred quality.
I init LibVLC like so: LibVLC _libVLC = new LibVLC("--preferred-resolution=240");
and then use the VideoView control to display the stream.
The URL that I've test with: https://www.youtube.com/watch?v=FbVennP7Sqw&t=3308s
The video does have a lower option as I can set it to 240 in the browser and it works. Inside the VLC desktop client, it also seems to ignore the preferred quality setting under Preferences -> Input/Codecs?
Is it a luac issue? I have updated both my youtube.lua and youtube.luac inside my libvlc folder from this url: https://github.com/videolan/vlc-3.0/blo ... outube.lua
It is a blocking issue as I need to be able to show the lower quality stream to use the least amount of bandwidth.