xxoo / av_media_player

A lightweight media player for flutter.
https://pub.dev/packages/av_media_player
BSD 2-Clause "Simplified" License
11 stars 0 forks source link

Not able to play HLS video #2

Open Sumit258000 opened 4 months ago

Sumit258000 commented 4 months ago

Thanks for the plugin but its not able to play following .m3u8 video. I am not getting any errors in logcat. I used example source code to play.Thanks

xxoo commented 4 months ago

Confirmed on Android

xxoo commented 4 months ago

The bug is fixed, you may use the source in this git for now However there's another issue on Linux since the server is doing some tricky stuff like file type pretending But libmpv always depends on that information to choose demuxer and decoder, even in hls playlist. That leads playbacks fail at the beginning. Currently I don't see any simple solution to avoid this.

Sumit258000 commented 4 months ago

Superb buddy. Thanks for quick fix. +1