]> git.sesse.net Git - vlc/commitdiff
NEWS: add mention about live-http module with example
authorIlkka Ollakka <ileoo@videolan.org>
Thu, 27 May 2010 07:33:04 +0000 (10:33 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Thu, 27 May 2010 07:33:04 +0000 (10:33 +0300)
NEWS

diff --git a/NEWS b/NEWS
index 38cf4b24d9ffaec123f0275c93811a0cf98c7db3..2adfdca7f44c29ca935c8e53c38420b36cd5a361 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,14 @@ Codecs
 Video Filter:
  * New gradfun filter for debanding videos using dithering
 
+Stream output:
+ * New livehttp-module for HTTP Live Streamin (iphone-stuff),
+   example: vlc inputfile :sout="#transcode{vcodec=h264,acodec=mp3,
+    venc=x264{profile=baseline},width=320,vb=256,ab=96}:std{
+    access=livehttp{index=public_html/iphonestream.m3u8,
+    index-url=http://url-to-iphonestreamfile-###.ts},mux=ts{use-key-frames},
+    dst=public_html/iphonestreamfile-###.ts}"
+
 
 Changes between 1.0.5 and 1.1.0-pre1:
 ------------------------------------