darwin-morocho / flutter-meedu-player

MIT License
21 stars 13 forks source link

I need a idel to create list video! #16

Closed gamestap99 closed 4 years ago

gamestap99 commented 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

darwin-morocho commented 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()