[vlc-commits] chromecast: transcode in AAC when needed
Thomas Guillem
git at videolan.org
Fri Jan 5 09:47:41 CET 2018
vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Jan 4 15:23:53 2018 +0100| [5e8408d0f7f84c234c7fb5f428675ebfee97b5dd] | committer: Thomas Guillem
chromecast: transcode in AAC when needed
In order to support more than 2 audio channels.
(cherry picked from commit 1ba28615290826aef008559e366edf3867098188)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=5e8408d0f7f84c234c7fb5f428675ebfee97b5dd
---
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 bca206045d..2cb332d30c 100644
--- a/modules/stream_out/chromecast/cast.cpp
+++ b/modules/stream_out/chromecast/cast.cpp
@@ -83,7 +83,7 @@ private:
#define SOUT_CFG_PREFIX "sout-chromecast-"
-static const vlc_fourcc_t DEFAULT_TRANSCODE_AUDIO = VLC_CODEC_MP3;
+static const vlc_fourcc_t DEFAULT_TRANSCODE_AUDIO = VLC_CODEC_MP4A;
static const vlc_fourcc_t DEFAULT_TRANSCODE_VIDEO = VLC_CODEC_H264;
static const char DEFAULT_MUXER[] = "avformat{mux=matroska,options={live=1}}}";
More information about the vlc-commits
mailing list