mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Add DCA and TrueHD to fMP4 audio codecs to support remuxing
This commit is contained in:
parent
e0344353cd
commit
876a6b9aec
@ -25,7 +25,7 @@ namespace MediaBrowser.Model.Dlna
|
|||||||
private readonly ITranscoderSupport _transcoderSupport;
|
private readonly ITranscoderSupport _transcoderSupport;
|
||||||
private static readonly string[] _supportedHlsVideoCodecs = new string[] { "h264", "hevc" };
|
private static readonly string[] _supportedHlsVideoCodecs = new string[] { "h264", "hevc" };
|
||||||
private static readonly string[] _supportedHlsAudioCodecsTs = new string[] { "aac", "ac3", "eac3", "mp3" };
|
private static readonly string[] _supportedHlsAudioCodecsTs = new string[] { "aac", "ac3", "eac3", "mp3" };
|
||||||
private static readonly string[] _supportedHlsAudioCodecsMp4 = new string[] { "aac", "ac3", "eac3", "mp3", "alac", "flac", "opus" };
|
private static readonly string[] _supportedHlsAudioCodecsMp4 = new string[] { "aac", "ac3", "eac3", "mp3", "alac", "flac", "opus", "dca", "truehd" };
|
||||||
|
|
||||||
public StreamBuilder(ITranscoderSupport transcoderSupport, ILogger logger)
|
public StreamBuilder(ITranscoderSupport transcoderSupport, ILogger logger)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user