[MPlayer-dev-eng] [PATCH] fix for issue cant play filenames with spaces

Roberto Togni r_togni at tiscali.it
Thu Apr 29 22:44:30 CEST 2004


On 2004.04.29 21:58, adland wrote:
> >>try this instead mplayer -v "http://10.0.0.2/zz
> >>top-tres hombres102_NEW.wav"
>
]...]
> issue was a change to file libmpdemux/url.c
> which escapes % character now.
> 
> I have a patch which does not do this if part of a
> previous escape sequence
> 
> this allows both types of url's
> 
> mplayer -v -v -v "http://10.0.0.2/bluesbros-briefcase
> full of blues102_NEW.ogg"
> and
> mplayer -v -v -v
> http://10.0.0.2/bluesbros-briefcase%20full%20of%20blues102_NEW.ogg
> 
> to work with my testing on local webserver and my
> music file.
> 
> please consider this patch.
> thanks
adland, waht about unescaping and escaping again url in open.c ?
I'm going to test it, if it works it requires changing less code.

Ciao,
 Roberto




More information about the MPlayer-dev-eng mailing list