Relative Content

Tag Archive for flutterdartflutter-video-player

How to restart video playback

I have a VideoPlayerItem widget that plays a video and triggers an onVideoEnd callback when the video ends. I also have a refresh button that I want to use to restart the video playback. How do I do this?

Playing audio from different sources in Flutter video_player

Can I play audio files from separate sources in Flutter video_player, specially ones from network? Like for example, .m3u8 files can contain URLs to different audio files for the same video so I want to be able to play them and switch between them.