Closed gamestap99 closed 4 years ago
hey master, i want to create a list video and items not auto init. initialization stars when i click item me want. and at a time i want to only video is playing
This is not an issue. You can use autoplay false
_meeduPlayerController.setDataSource(
DataSource(
type: DataSourceType.network,
source: "https://www.radiantmediaplayer.com/media/big-buck-bunny-360p.mp4",
),
autoplay: false
);
Next you can check if the video was loaded with _meeduPlayerController.dataSatatus
and call to _meeduPlayerController.play()
hey master, i want to create a list video and items not auto init. initialization stars when i click item me want. and at a time i want to only video is playing