mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	Add DCA and TrueHD to fMP4 audio codecs to support remuxing
This commit is contained in:
		
							parent
							
								
									3f6a23d7d0
								
							
						
					
					
						commit
						e57c33c442
					
				@ -27,7 +27,7 @@ namespace MediaBrowser.Model.Dlna
 | 
			
		||||
        private readonly ITranscoderSupport _transcoderSupport;
 | 
			
		||||
        private static readonly string[] _supportedHlsVideoCodecs = new string[] { "h264", "hevc" };
 | 
			
		||||
        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" };
 | 
			
		||||
 | 
			
		||||
        /// <summary>
 | 
			
		||||
        /// Initializes a new instance of the <see cref="StreamBuilder"/> class.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user