| 
					
				 | 
			
			
				@@ -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. 
			 |