[vlc-devel] Patch for Trac Ticket #2533 -- MMS startdelay

Kaarlo Räihä kaarlo.raiha at gmail.com
Sat Mar 27 08:42:55 CET 2010


I tested under Win32 with VLC 1.1.0-git-20100326-0002 using URLs mms://
wm9.streaming.telstra.com/UCS-wh_fbi0live1 and
http://www.radio88.nu/listen.asx and delay is almost gone. Unfortunately I
can't test your patch since my own nightly build seems to crash if I try to
open those URLs in it (I have no clue why).

2010/3/26 Keary Griffin <keary.griffin at unwiredappeal.com>

> I'm attaching a patch that I believe takes care of the issue in Ticket
> #2533 "MMS stream opening hangs for few minutes".  (This is a cleaned up
> version of the patch I mentioned in a previous thread)
>
> The problem appears to be that even though VLC sends a request using "GET /
> HTTP/1.0" and does not request a keep-alive connection, the servers in
> question respond with a keep-alive connection.  I believe this is actually a
> server problem but it is pretty common.  This causes VLC to wait for a
> timeout before proceeding.
>
> This patch makes VLC look for a "Connection: Keep-Alive" and Content-Length
> header, and if found only reads that much data from the connection.
>
> Keary
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20100327/3478d4dd/attachment.html>


More information about the vlc-devel mailing list