flutter_vlc_player
flutter_vlc_player copied to clipboard
playlist or how to change file when video ends?
Good day! please help! how to create and implement playlist or how to change URL when video ends?
_videoPlayerController = VlcPlayerController.network( URL, hwAcc: HwAcc.full, autoPlay: true, options: VlcPlayerOptions(), );
Hi @pmoraru using this method you can change the URL when a video ends.
_videoPlayerController.setMediaFromNetwork(newURL);