Add a smooth streaming segmenter muxer
This muxer splits the output from the ismv muxer into individual files, in realtime. The same can also be done by the standalone tool ismindex, but this muxer is needed for doing it in realtime (especially for live streams that need extra handling for updating the lookahead fields in the fragment headers). Using this muxer, one can deliver live smooth streaming from a normal static file web server. (Using ismindex, one can deliver premade smooth streaming files from a static file web server, or prepare files for serving with IIS.) Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -207,6 +207,7 @@ void av_register_all(void)
|
||||
REGISTER_DEMUXER (SIFF, siff);
|
||||
REGISTER_DEMUXER (SMACKER, smacker);
|
||||
REGISTER_MUXDEMUX (SMJPEG, smjpeg);
|
||||
REGISTER_MUXER (SMOOTHSTREAMING, smoothstreaming);
|
||||
REGISTER_DEMUXER (SOL, sol);
|
||||
REGISTER_MUXDEMUX (SOX, sox);
|
||||
REGISTER_MUXDEMUX (SPDIF, spdif);
|
||||
|
||||
Reference in New Issue
Block a user