[vlc-commits] chromecast: use the live Matroska muxer as we're live streaming

Steve Lhomme git at videolan.org
Fri Aug 5 16:13:59 CEST 2016


vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Fri Aug  5 09:20:05 2016 +0200| [64e59dce8df23d7f9605fbd90d1b4f6393f315c3] | committer: Jean-Baptiste Kempf

chromecast: use the live Matroska muxer as we're live streaming

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 modules/stream_out/chromecast/cast.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/stream_out/chromecast/cast.cpp b/modules/stream_out/chromecast/cast.cpp
index 36f61c6..dcb289e 100644
--- a/modules/stream_out/chromecast/cast.cpp
+++ b/modules/stream_out/chromecast/cast.cpp
@@ -82,7 +82,7 @@ private:
 
 static const vlc_fourcc_t DEFAULT_TRANSCODE_AUDIO = VLC_CODEC_MP3;
 static const vlc_fourcc_t DEFAULT_TRANSCODE_VIDEO = VLC_CODEC_H264;
-static const char DEFAULT_MUXER[] = "avformat{mux=matroska}";
+static const char DEFAULT_MUXER[] = "avformat{mux=matroska,options={live=1}}}";
 
 
 /*****************************************************************************



More information about the vlc-commits mailing list