[vlc-devel] [PATCH 0/3] updated livehttp access_out module patch

Keary Griffin kearygriffin at gmail.com
Wed Mar 31 05:00:29 CEST 2010


I tried to send this earlier but it doesn't seem to have made it. (I've changed the SMTP server git was using, hopefully this works better)

I hope I've made all the changes requested to this patch with the exception that it uses vlc_fopen/fprintf instead of vlc_open, dprintf.  I also changed one of the suggested types from unsigned to uint32_t as the segment number can overflow a 16 bit type if streaming for a long time.

The ts muxer patch to include the keyframe flags and the export of vlc_rename are committed as seperate patches.

[PATCH 1/3] Add support to mpeg-ts muxer to pass keyframe flag (BLOCK_FLAG_TYPE_I) to access_out modules
[PATCH 2/3] export vlc_rename
[PATCH 3/3] Added livehttp access_out module to support HTTP Live Streaming



More information about the vlc-devel mailing list