summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-03-19 23:12:54 +0200
committerMartin Storsjö <martin@martin.st>2012-09-12 23:42:16 +0300
commit62c9ae11a7f9716848de0c26df855d6b8071eb16 (patch)
treec818e9f9e796471ac7b6310d04868c995d6bed9b /Changelog
parent29a9b12b10c91c638205da74f3330acd06517ae8 (diff)
downloadffmpeg-streaming-62c9ae11a7f9716848de0c26df855d6b8071eb16.zip
ffmpeg-streaming-62c9ae11a7f9716848de0c26df855d6b8071eb16.tar.gz
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>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index b65d4ba..ad3e211 100644
--- a/Changelog
+++ b/Changelog
@@ -47,6 +47,7 @@ version <next>:
- Ut Video encoder
- Microsoft Screen 2 decoder
- RTP depacketization of JPEG
+- Smooth Streaming live segmenter muxer
version 0.8:
OpenPOWER on IntegriCloud