summaryrefslogtreecommitdiffstats
path: root/libmpdemux/asf_mmst_streaming.c
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-15 19:13:23 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-15 19:13:23 +0000
commit755e127c26dac7beb48f19c2b989d02543afd7ae (patch)
tree411f6a126ada792e263ea481726a23b16f30db69 /libmpdemux/asf_mmst_streaming.c
parent38a2fa46fd084eb21a3b348e6f73fabd5d992edc (diff)
downloadmpv-755e127c26dac7beb48f19c2b989d02543afd7ae.tar.bz2
mpv-755e127c26dac7beb48f19c2b989d02543afd7ae.tar.xz
ftp support. The change on connect2Server is needed bcs we need 2
different level of verbosity for control and data connections. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10626 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/asf_mmst_streaming.c')
-rw-r--r--libmpdemux/asf_mmst_streaming.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/asf_mmst_streaming.c b/libmpdemux/asf_mmst_streaming.c
index 4befcdc1fc..fe377698d0 100644
--- a/libmpdemux/asf_mmst_streaming.c
+++ b/libmpdemux/asf_mmst_streaming.c
@@ -447,7 +447,7 @@ int asf_mmst_streaming_start(stream_t *stream)
path = strchr(url1->file,'/') + 1;
url1->port=1755;
- s = connect2Server( url1->hostname, url1->port );
+ s = connect2Server( url1->hostname, url1->port, 1);
if( s<0 ) {
return s;
}