mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-01 19:17:23 -04:00 
			
		
		
		
	update lg dlna profile
This commit is contained in:
		
							parent
							
								
									140201d935
								
							
						
					
					
						commit
						0b73c25aa4
					
				| @ -55,14 +55,14 @@ namespace Emby.Dlna.Profiles | ||||
|                 { | ||||
|                     Container = "ts,mpegts,avi,mkv", | ||||
|                     VideoCodec = "h264", | ||||
|                     AudioCodec = "aac,ac3,mp3,dca,dts", | ||||
|                     AudioCodec = "aac,ac3,eac3,mp3,dca,dts", | ||||
|                     Type = DlnaProfileType.Video | ||||
|                 }, | ||||
|                 new DirectPlayProfile | ||||
|                 { | ||||
|                     Container = "mp4,m4v", | ||||
|                     VideoCodec = "h264,mpeg4", | ||||
|                     AudioCodec = "aac,ac3,mp3,dca,dts", | ||||
|                     AudioCodec = "aac,ac3,eac3,mp3,dca,dts", | ||||
|                     Type = DlnaProfileType.Video | ||||
|                 }, | ||||
|                 new DirectPlayProfile | ||||
| @ -168,7 +168,7 @@ namespace Emby.Dlna.Profiles | ||||
|                new CodecProfile | ||||
|                { | ||||
|                    Type = CodecType.VideoAudio, | ||||
|                    Codec = "ac3,aac,mp3", | ||||
|                    Codec = "ac3,eac3,aac,mp3", | ||||
| 
 | ||||
|                    Conditions = new[] | ||||
|                    { | ||||
|  | ||||
| @ -35,8 +35,8 @@ | ||||
|   <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests> | ||||
|   <XmlRootAttributes /> | ||||
|   <DirectPlayProfiles> | ||||
|     <DirectPlayProfile container="ts,mpegts,avi,mkv" audioCodec="aac,ac3,mp3,dca,dts" videoCodec="h264" type="Video" /> | ||||
|     <DirectPlayProfile container="mp4,m4v" audioCodec="aac,ac3,mp3,dca,dts" videoCodec="h264,mpeg4" type="Video" /> | ||||
|     <DirectPlayProfile container="ts,mpegts,avi,mkv" audioCodec="aac,ac3,eac3,mp3,dca,dts" videoCodec="h264" type="Video" /> | ||||
|     <DirectPlayProfile container="mp4,m4v" audioCodec="aac,ac3,eac3,mp3,dca,dts" videoCodec="h264,mpeg4" type="Video" /> | ||||
|     <DirectPlayProfile container="mp3" type="Audio" /> | ||||
|     <DirectPlayProfile container="jpeg" type="Photo" /> | ||||
|   </DirectPlayProfiles> | ||||
| @ -71,7 +71,7 @@ | ||||
|       </Conditions> | ||||
|       <ApplyConditions /> | ||||
|     </CodecProfile> | ||||
|     <CodecProfile type="VideoAudio" codec="ac3,aac,mp3"> | ||||
|     <CodecProfile type="VideoAudio" codec="ac3,eac3,aac,mp3"> | ||||
|       <Conditions> | ||||
|         <ProfileCondition condition="LessThanEqual" property="AudioChannels" value="6" isRequired="true" /> | ||||
|       </Conditions> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user