mirror of
https://github.com/mpv-player/mpv
synced 2025-04-04 15:34:31 +00:00
streaming fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2316 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
edc6389037
commit
befa533362
@ -261,10 +261,12 @@ if(dvd_title){
|
||||
return NULL;
|
||||
}
|
||||
f=streaming_start( &url, f, *file_format );
|
||||
//printf("streaming_start(%d) returned %d\n",*file_format,f);
|
||||
if(f<0){ mp_msg(MSGT_OPEN,MSGL_ERR,MSGTR_UnableOpenURL, url->url); return NULL; }
|
||||
mp_msg(MSGT_OPEN,MSGL_INFO,MSGTR_ConnToServer, url->hostname );
|
||||
stream=new_stream(f,STREAMTYPE_STREAM);
|
||||
return NULL;
|
||||
// return NULL;
|
||||
return stream;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user