Post

Replies

Boosts

Views

Activity

Reply to AVPlayer not working with iOS 14 beta
I got the same AVPlayer issue with XCode 12.0 beta + iPhone X (iOS 14.0) simulator console log as following: 2020-06-28 09:25:50.179568+0800 Radio.tw[1629:49072]  HALBIOBufferManagerClient::GetIOBuffer: the stream index is out of range 2020-06-28 09:25:50.179857+0800 Radio.tw[1629:49072]  HALBIOBufferManagerClient::GetIOBuffer: the stream index is out of range 2020-06-28 09:25:50.192015+0800 Radio.tw[1629:49072] [aqme] 255: AQDefaultDevice (1): output stream 0: null buffer 2020-06-28 09:25:50.192728+0800 Radio.tw[1629:49072] [aqme] 1778: EXCEPTION thrown (-50): error != 0 2020-06-28 09:26:05.178854+0800 Radio.tw[1629:49062] [aqme] 182: timed out after 15.000s (3 4); suspension count=0 (IOSuspensions: ) 2020-06-28 09:26:05.200816+0800 Radio.tw[1629:49248]  AudioObjectRemovePropertyListener: no object with given ID 0 2020-06-28 09:26:05.201049+0800 Radio.tw[1629:49248]  AudioObjectRemovePropertyListener: no object with given ID 0 2020-06-28 09:26:05.201366+0800 Radio.tw[1629:49248]  AudioObjectRemovePropertyListener: no object with given ID 0 2020-06-28 09:26:05.204455+0800 Radio.tw[1629:49248]  AudioObjectRemovePropertyListener: no object with given ID 0 2020-06-28 09:26:05.204683+0800 Radio.tw[1629:49248]  AudioObjectRemovePropertyListener: no object with given ID 0 2020-06-28 09:26:05.204893+0800 Radio.tw[1629:49248]  AudioObjectRemovePropertyListener: no object with given ID 0 2020-06-28 09:26:05.206997+0800 Radio.tw[1629:49057]  AudioObjectRemovePropertyListener: no object with given ID 0 2020-06-28 09:26:05.207494+0800 Radio.tw[1629:49057]  AudioObjectRemovePropertyListener: no object with given ID 0 2020-06-28 09:26:05.208059+0800 Radio.tw[1629:49057]  AudioObjectRemovePropertyListener: no object with given ID 0
Jun ’20