[vlc-commits] commit: NEWS: add mention about live-http module with example ( Ilkka Ollakka )

git at videolan.org git at videolan.org
Thu May 27 09:33:24 CEST 2010


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Thu May 27 10:33:04 2010 +0300| [1c02d8d5ddb2ee9f470e65d46a235be14324b810] | committer: Ilkka Ollakka 

NEWS: add mention about live-http module with example

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1c02d8d5ddb2ee9f470e65d46a235be14324b810
---

 NEWS |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index 38cf4b2..2adfdca 100644
--- 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:
 ------------------------------------



More information about the vlc-commits mailing list