Youtube live stream quality issues? #698
-
I have managed to get a live stream using:
This works for my dotnet maui project. Unfortunately it is very low quality video and I have no idea how to get a higher quality stream. I think it just grabs to lowest quality stream and returns it? I'm not sure. I have no idea how to just grab the highest quality. I have tried the other methods outlined in YoutubeExplode but all of them error out with stream being incompatible. The one I have above works but it's so low quality. In chrome the video quality has a bunch of stream options and I was hoping this addon would allow me to choose the quality some how. I imagine this is user error but I have been unable to figure it out. Any advice would be apprecited. It is an ongoing live stream by a podcast network. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Typically, the HLS manifest should have references to streams of various quality. You can test the URL out in VLC or some other video player. That means that whatever layer you're using in MAUI to play the stream, should be able to parse the manifest correctly and provide a way to switch qualities. |
Beta Was this translation helpful? Give feedback.
Typically, the HLS manifest should have references to streams of various quality. You can test the URL out in VLC or some other video player. That means that whatever layer you're using in MAUI to play the stream, should be able to parse the manifest correctly and provide a way to switch qualities.