[vlc-devel] [PATCH 3/3] chromecast: use the live Matroska muxer as we're live streaming

Steve Lhomme robux4 at videolabs.io
Fri Aug 5 09:20:05 CEST 2016


---
 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}}}";
 
 
 /*****************************************************************************
-- 
2.8.2



More information about the vlc-devel mailing list