-
Notifications
You must be signed in to change notification settings - Fork 30.2k
[video_player] BehindLiveWindowException #100478
Copy link
Copy link
Closed
flutter/packages
#5869Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listp: video_playerThe Video Player pluginThe Video Player pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listp: video_playerThe Video Player pluginThe Video Player pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
Steps to Reproduce
Expected results:
According to exoplayer official documentations BehindLiveWindowException, this should be a special case and the player need to be prepared again
official docs
*Actual results:
the current implementation is considering it as a general exception, and this maybe will lead to a bad user experience
The current implementation
I am submitting this issue because I am unable to make PR for this case. Thanks for your time