younatics / MediaBrowser

🏞 A simple iOS photo and video browser with optional grid view, captions and selections written in Swift5.0
https://younatics.github.io/MediaBrowser/
MIT License
649 stars 117 forks source link

Problem while playing video in ios13 #79

Open PayalUmraliya opened 4 years ago

PayalUmraliya commented 4 years ago

2019-12-19 12:07:55.317059+0530 WakeUppApp[2339:311223] [StatusBar] Hiding the status bar instance directly is not supported anymore, please update your app. 2019-12-19 12:07:55.317493+0530 WakeUppApp[2339:311223] [Playback] ❗️Error loading tracklist for queue feeder: Error Domain=MediaPlaybackCoreErrorDomain Code=0 "The identifierList changed before the data source finished loading." UserInfo={NSDebugDescription=The identifierList changed before the data source finished loading.}

jeffcare3 commented 4 years ago

did you find a resolution ?

vishwas00 commented 4 years ago

did you find a solution ?

vishwas00 commented 4 years ago

Commenting movieSourceType worked for me: //self.moviePlayer.movieSourceType = MPMovieSourceTypeStreaming;