[vlc-devel] [PATCH 0/3] Updated set of patches to add livehttp access_out module

Keary Griffin kearygriffin at gmail.com
Wed Mar 31 01:48:40 CEST 2010


The changes requested have been made, with the addition of changing:
+    int i_segment;
unsigned

to uint32_t as the segment identifier could be bigger than 65535.

I believe the rest of the changes suggested have been implemented (w/using fopen/fprintf in lieu of asprintf or dprintf)
The patch to the ts muxer and the patch to export vlc_rename are in 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