[vlc-devel] [PATCH] HttpLive stream_filter: alternative version of ChooseSegment function
Łukasz Korbel
korbel85 at gmail.com
Thu Mar 8 23:05:40 CET 2012
In my opinion choosing first segment in playlist is the most reasonable option.
In previous version it was always choosen last but two segment (the
latest possible).
Protocol draft for HLS states that client can start from any segment
except last two
(http://tools.ietf.org/html/draft-pantos-http-live-streaming-00#section-6.2.2
*/). So I think that is good to leave user the opportunity to select
which segment to start from. This will be just more accurate
implementation of HLS protocol.
Best,
Łukasz Korbel
More information about the vlc-devel
mailing list