0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02: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:
rtognimp 2004-08-07 23:48:35 +00:00
parent f7e04468d6
commit 0ec2337e13

View File

@ -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);