mirror of
https://github.com/mpv-player/mpv
synced 2024-12-19 05:15:12 +00:00
Use port number embedded in url for mms streams
Patch by Bertrand Baudet git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12969 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f7e04468d6
commit
0ec2337e13
@ -491,7 +491,9 @@ int asf_mmst_streaming_start(stream_t *stream)
|
||||
path=unescpath;
|
||||
|
||||
|
||||
url1->port=1755;
|
||||
if( url1->port==0 ) {
|
||||
url1->port=1755;
|
||||
}
|
||||
s = connect2Server( url1->hostname, url1->port, 1);
|
||||
if( s<0 ) {
|
||||
free(path);
|
||||
|
Loading…
Reference in New Issue
Block a user