mirror of https://github.com/mpv-player/mpv
Suggest -playlist if asf_stream_start fails
Patch by adland git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12275 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1a4a43962e
commit
482df52206
|
@ -1260,6 +1260,7 @@ try_livedotcom:
|
|||
ret = asf_streaming_start( stream, demuxer_type );
|
||||
if( ret<0 ) {
|
||||
mp_msg(MSGT_NETWORK,MSGL_ERR,"asf_streaming_start failed\n");
|
||||
mp_msg(MSGT_NETWORK,MSGL_STATUS,"Check if this is a playlist which requires -playlist option\nExample: mplayer -playlist <url>\n");
|
||||
}
|
||||
break;
|
||||
#ifdef STREAMING_LIVE_DOT_COM
|
||||
|
|
Loading…
Reference in New Issue