for anyone interested in trying to trace weird AV errors, we ran across these methods on AVPlayerItem which seem like they may give more info
AVPlayerItemAccessLog * accessLog = [_playerItem accessLog];
AVPlayerItemErrorLog * errorLog = [_playerItem errorLog];
NSString * errorString = [[NSString alloc] initWithData:[errorLog extendedLogData] encoding:[errorLog extendedLogDataStringEncoding]];
printf("video error string = %s\n", [errorString UTF8String]);
Topic:
Media Technologies
SubTopic:
Audio
Tags: