티스토리 뷰
반응형
MPMoviePlayerViewController를 사용하여 동영상 재생중 에러 발생.
CGContextSaveGState: invalid context 0x0
CGContextClipToRect: invalid context 0x0
CGContextTranslateCTM: invalid context 0x0
CGContextDrawShading: invalid context 0x0
CGContextRestoreGState: invalid context 0x0
"Error Domain=MediaPlayerErrorDomain Code=-1 \"unknown error\" UserInfo=0x1d5f20b0 {NSLocalizedDescription=unknown error}";
다음과 같은 에러를 토해내고 플레이어가 내려가 버린다.
문제는 파일 경로를 가져올 때 URL인지 내부 경로인지 확인이 필요하다는것을 또 깜박 했던것이다. 쩝 ㅠ
[NSURL fileURLWithPath:path], [NSURL URLWithString:path]
기존 소스를 활용하다 보니 한번씩 이런 사태가 발생하는데 나중에 이정도는 알아서 수정 하겠지 라고 주석을 지웠을 뿐인데. 그냥 남겨놔야 겠군...
반응형
'iOS > 에라고만...' 카테고리의 다른 글
[iOS]custom framework error. (0) | 2014.06.26 |
---|---|
[iOS]The requested URL was not found on this server. (0) | 2014.06.12 |
[iPhone]duplicate symbol for architecture armv7s (0) | 2014.04.01 |
[iOS7] Statusbar 20pixel 겹치는 문제 해결하기. (0) | 2013.12.20 |
[iPhone] apple llvm 5.0 error (0) | 2013.12.19 |
댓글
반응형