I'm struggling trying to understand the "Preferred video resolution" setting (Tools>Preferences>Input/Codecs). I don't know if this is a known issue, but I couldn't find any recent posts on it, and most of them are related to Youtube.
Now, I've set my preferred video resolution to SD, so I should be getting 540p or 480p streams or lower, if I understood correctly.
But when I'm opening a couple of random HLS livestreams (most of them are French, not sure if they are georestricted), VLC automatically goes for the highest resolution. Usually 1024x576 or 1280x720, so not what I'm expecting to happen.
Here's an example: http://hdfauthftv-a.akamaihd.net/esi/TA ... index.m3u8.
That stream gives me the following playlist:
Code: Select all
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=231080,CODECS="avc1.66.30,mp4a.40.2",RESOLUTION=256x144
...-video=152400-audio_AACL_fra_65600_315=65600.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=362520,CODECS="avc1.66.30,mp4a.40.2",RESOLUTION=320x180
...-video=276400-audio_AACL_fra_65600_315=65600.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=656352,CODECS="avc1.66.30,mp4a.40.2",RESOLUTION=512x288
....-video=553600-audio_AACL_fra_65600_315=65600.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=933648,CODECS="avc1.77.31,mp4a.40.2",RESOLUTION=704x396
....-video=815200-audio_AACL_fra_65600_315=65600.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1622648,CODECS="avc1.77.31,mp4a.40.2",RESOLUTION=1024x576
...-video=1465200-audio_AACL_fra_65600_315=65600.m3u8
Thanks for you help.