MrJai / flutter_to_airplay

Flutter plugin that offers two widgets, one to play a video for a given URL or file path using native AVPlayer and second with an option to airplay it on available Apple devices.
MIT License
30 stars 24 forks source link

Video Pauses when App is in background or screen gets locked. #25

Closed mazanaqvi closed 12 months ago

mazanaqvi commented 1 year ago

In flutter the video casting to flutter works properly , but when app is switched with other app (app is in background ) or screen is locked the video playing is stoped on the apple tv . Is there any way to keep video playing on tv when App is in background .