[MPlayer-users] Mplayer port bug.
Gerrit Groenewold
gerritg at qualcomm.com
Thu Sep 9 20:57:57 CEST 2004
I was using Mplayer-1.0pre5, and found this bug.
When connecting to an mms server, the program will always connect to
port 1755, even if I specify another port on the command line (mplayer
mms://server:port/location). I fixed this by editing the file
libmpdemux/asf_mmst_streaming.c
On line 494, it says:
url1->port=1755;
which I changed to
if (url1->port==0) url1->port=1755;
and then it works.
Gerrit
More information about the MPlayer-users
mailing list