You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDK crashes when we try but fail to play DRM protected live streams. More specifically, it tries to insert nil into NSDictionary. *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[3]'
The crash can be easily reproduced by implementing AVAssetResourceLoaderDelegate like this:
SDK crashes when we try but fail to play DRM protected live streams. More specifically, it tries to insert
nil
intoNSDictionary
.*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[3]'
The crash can be easily reproduced by implementing
AVAssetResourceLoaderDelegate
like this:The text was updated successfully, but these errors were encountered: