Skip to content

Instantly share code, notes, and snippets.

@SoundBlaster
Last active January 23, 2024 09:27
Show Gist options
  • Save SoundBlaster/dfcb7d990d80920aa33f5945231aa26a to your computer and use it in GitHub Desktop.
Save SoundBlaster/dfcb7d990d80920aa33f5945231aa26a to your computer and use it in GitHub Desktop.
https://www.osstatus.com
-12884 - Media File not received
code -1008, underlying -12884 - Playlist File not received
-11819 AVErrorMediaServicesWereReset with NSOSStatusErrorDomain Code=-12178, solution: rebuild AVPlayer|Item and asset
HTTP | errorStatusCode | errorDomain | errorComment
204 -12667 CoreMediaErrorDomain HTTP 204: (unhandled)
400 -12666 CoreMediaErrorDomain unrecognized http response 400
401 -12937 CoreMediaErrorDomain Authentication Error
401 -16840 CoreMediaErrorDomain HTTP 401: Unauthorized. iOS11 (16848 / 16847 - something same)
402 -12666 CoreMediaErrorDomain unrecognized http response 402
403 -12660 CoreMediaErrorDomain HTTP 403: Forbidden
404 -12938 CoreMediaErrorDomain HTTP 404: File not found
405 -12666 CoreMediaErrorDomain unrecognized http response 405
406 -12666 CoreMediaErrorDomain unrecognized http response 406
407 -12937 CoreMediaErrorDomain Authentication Error
409 -12666 CoreMediaErrorDomain unrecognized http response 409
415 -12666 CoreMediaErrorDomain unrecognized http response 415
500 -12666 CoreMediaErrorDomain unrecognized http response 500
501 -12666 CoreMediaErrorDomain unrecognized http response 501
502 -12666 CoreMediaErrorDomain unrecognized http response 502
403 -12660 CoreMediaErrorDomain The operation couldn’t be completed. Forbidden
503 -12661 CoreMediaErrorDomain HTTP 503: Unavailable
504 -12666 CoreMediaErrorDomain unrecognized http response 504
505 -12666 CoreMediaErrorDomain unrecognized http response 505
-12971 CoreMediaErrorDomain The operation couldn’t be completed failed to parse segment as either an MPEG-2 TS or an ES
-12666 — have 206 with no Content-Range, and no end length
-12903 NSOSStatusErrorDomain CMSampleBufferRef decompression error
-12847 This media format is not supported, Cannot Open
-12848 kFigFormatReaderError_ParsingFailure) ('moov' atom could not be parsed) NSLocalizedDescription: Cannot Open
-12939 MediaPlayerErrorDomain The server is not correctly configured.
-12645 CoreMediaErrorDomain Internal error: restarting too far ahead
-12889 CoreMediaErrorDomain No response for media file in N s
-12318 CoreMediaErrorDomain Segment exceeds specified bandwidth for variant
-12642 CoreMediaErrorDomain Playlist File unchanged for 2 consecutive reads (indicates that there was an error in the HLS playlist)
-12875 indicates a request timeout (source: https://developer.apple.com/forums/thread/37925 )
-15490 CoreMediaErrorDomain kCMMemoryPoolError_AllocationFailed
-15491 CoreMediaErrorDomain kCMMemoryPoolError_InvalidParameter
if wrong host ip -1004 kCFErrorDomainCFNetwork -
if wrong dns host name -1003 kCFErrorDomainCFNetwork -
if bad formatted URL -1000 kCFErrorDomainCFNetwork -
if invalid https/ssl request -1202 kCFErrorDomainCFNetwork -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment