mirror of
https://github.com/mpv-player/mpv
synced 2025-03-05 13:47:39 +00:00
Added ICY error 401: Service unavailable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5893 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c041927ead
commit
bd65848f56
@ -436,6 +436,9 @@ extension=NULL;
|
||||
*file_format = DEMUXER_TYPE_AUDIO;
|
||||
return 0;
|
||||
}
|
||||
case 401: // Service Unavailable
|
||||
printf("Error: ICY-Server return service unavailable, skipping!\n");
|
||||
return -1;
|
||||
case 404: // Resource Not Found
|
||||
printf("Error: ICY-Server couldn't find requested stream, skipping!\n");
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user