Skip to content
Snippets Groups Projects
Commit 64e59dce authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf
Browse files

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


Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 6b093b50
No related branches found
No related tags found
No related merge requests found
......@@ -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}}}";
/*****************************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment