MediaBrowser icon indicating copy to clipboard operation
MediaBrowser copied to clipboard

Problem while playing video in ios13

Open PayalUmraliya opened this issue 4 years ago • 3 comments

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.}

PayalUmraliya avatar Dec 19 '19 07:12 PayalUmraliya

did you find a resolution ?

jeffcare3 avatar Jan 30 '20 01:01 jeffcare3

did you find a solution ?

vishwas00 avatar Feb 06 '20 09:02 vishwas00

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

vishwas00 avatar Feb 06 '20 10:02 vishwas00