[Mplayer-advusers] mplayer thinks url is redirector?

compn tempn at twmi.rr.com
Tue Oct 12 14:22:46 CEST 2004


> Hi,
> 
> >>>http://gaudi.enstb.org/webfolder/index.py?id=3&cookie=toto
> >>>
> >>>mplayer tries to parse this as a playlist, wget downloads it fine
> >>>
> >>>please fix :)
> >>
> >>This fixes it, but no idea what it will break...
> >>
> >>--- libmpdemux/asf_streaming.c	21 Jul 2004 10:18:29 -0000	1.49
> >>+++ libmpdemux/asf_streaming.c	11 Oct 2004 19:38:01 -0000
> >>@@ -427,6 +427,7 @@
> >> 	if( 	!strcasecmp(content_type, "application/octet-stream") ||
> >> 		!strcasecmp(content_type, "application/vnd.ms.wms-hdr.asfv1") ||      
> >>   // New in Corona, first request
> >> 		!strcasecmp(content_type, "application/x-mms-framed") ||              
> >>   // New in Corana, second request
> >>+		!strcasecmp(content_type, "video/x-ms-wmv") ||
> >> 		!strcasecmp(content_type, "video/x-ms-asf")) {               
> > 
> > MPlayer does not hang anymore with the patch applied, but playback
> > does not start either, all demuxers fail.  Does this work for anyone?
> 
> It worked yesterday, but it seems the video isn't available anymore... 
> (open in a webbrowser to see what I mean).
> 
> Greetings,
> Reimar Döffinger

thanks for patch, and thanks to philipss for bringing this to attention
and hosting the broken url for a while :)

do you think this new content type will break the previous action of
mplayer treating x-ms-wmv as a playlist? is it always a playlist? (except
on this server)




More information about the MPlayer-advusers mailing list