-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Ensure proper lifecycle and error handling in iOS and Android im…
…plementations - Added requiresMainQueueSetup method to iOS to prevent warnings and ensure proper initialization on the main queue. - Enhanced error handling in iOS to match Android implementation. - Properly observe and clean up AVPlayerItem's status in iOS. - Improved consistency and resource management in both iOS and Android. - Fixed potential null pointer issues in Android MediaPlayer initialization.
- Loading branch information
1 parent
8252aea
commit 5ca002c
Showing
4 changed files
with
205 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.