newtaDev / pod_player

Video player for flutter web & mobile devices, Play video from youtube or vimeo or network in flutter using pod player
https://pub.dev/packages/pod_player
MIT License
106 stars 202 forks source link

allowBackgroundPlayback doesn't work #240

Open ceellyy9711 opened 1 month ago

ceellyy9711 commented 1 month ago

videoPlayerOptions: VideoPlayerOptions(allowBackgroundPlayback: true)

I set this up, but when I turn off the screen, the video stops. Background play doesn't work