Relative Content

Tag Archive for flutterhttp-live-streamingvideo-playerm3u8

does video_player support multivariant resolutions in a master.m3u8 manifest file in ios?

I’ve been out a video streaming feature in a flutter app. i generate mutliple resolution files and have at least to different playlists. both are listed in a master.m3u8 file however i can’t seem to get this file to load the at all. either playlist works perfectly fine and streams the video content but it appears that video_player package doesn’t handle this kind of file. I would just like to know for clarity if thats correct or if there are alternative players that would manage this issue in flutter.