[vlc-devel] [PATCH] Fix http live streaming without bandwith set

Jeroen Ost jeroen.ost at gmail.com
Wed Feb 22 21:48:51 CET 2012


This patch fixes Apple Http Live Streaming of a single stream without
bandwith set.

According to the draft RFC, the bandwith parameter is optional. VLC
treats this as bandwith zero but estimates the bandwith based on time
it takes to download segments to be able to seek accurately. When the
playlist is updated for a live m3u8, the bandwith value of 0 will
cause a new version of the playlist to be created - effectively
stalling the playing stream. This patch makes sure that playlists that
do not specify bandwith reference the same instance of the playlist
object.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-http-live-streaming-without-bandwith-set-optiona.patch
Type: text/x-patch
Size: 1462 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20120222/bcb8e7f2/attachment.bin>


More information about the vlc-devel mailing list