I can't find any solution for M3U8 Url player on iOS
I tried these plugins;
- video_player (Can't play)
- flutter_simple_video_player (Only support Android)
I can't find any solution for M3U8 Url player on iOS
I tried these plugins;
yoyo player is best choice but this package dont support your project, you can use this package, i changed yaml and update this package , for update flutter,
yoyo_player:
git:
url: https://github.com/AmiirTorabii/yoyo_player_update
its work for me:)
YoYo player is a great choice.
yoyo_player: #latest
YoYoPlayer(
aspectRatio: 16 / 9,
url: "",
videoStyle: VideoStyle(),
videoLoadingStyle: VideoLoadingStyle(),
),
chewie
lib will be used for playing m3u8 filesAdd Dependency
Code Snippet: