I will be very grateful for help.
I have many .m3u8 network which are video streams, and I want to play them inside a flutter app.
I'm aware of the video_player package but it doesn't seem to have the ability to play them.
Can you help
I will be very grateful for help.
I have many .m3u8 network which are video streams, and I want to play them inside a flutter app.
I'm aware of the video_player package but it doesn't seem to have the ability to play them.
Can you help
This answer might help.
https://stackoverflow.com/a/65640479/20903485.
If not, let's see how you tried to implement the video_player
package.