Browse Source

update dlna profiles

Luke Pulverenti 8 years ago
parent
commit
eece9d77a5
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Emby.Dlna/Profiles/MarantzProfile.cs
  2. 1 1
      Emby.Dlna/Profiles/Xml/Marantz.xml

+ 1 - 1
Emby.Dlna/Profiles/MarantzProfile.cs

@@ -31,7 +31,7 @@ namespace Emby.Dlna.Profiles
             {
                 new DirectPlayProfile
                 {
-                    Container = "aac,mp3,mpa,wav,wma,mp2,ogg,oga",
+                    Container = "aac,mp3,wav,wma,flac",
                     Type = DlnaProfileType.Audio
                 },
             };

+ 1 - 1
Emby.Dlna/Profiles/Xml/Marantz.xml

@@ -35,7 +35,7 @@
   <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
   <XmlRootAttributes />
   <DirectPlayProfiles>
-    <DirectPlayProfile container="aac,mp3,mpa,wav,wma,mp2,ogg,oga" type="Audio" />
+    <DirectPlayProfile container="aac,mp3,wav,wma,flac" type="Audio" />
   </DirectPlayProfiles>
   <TranscodingProfiles>
     <TranscodingProfile container="mp3" type="Audio" audioCodec="mp3" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" copyTimestamps="false" context="Streaming" enableSubtitlesInManifest="false" minSegments="0" segmentLength="0" breakOnNonKeyFrames="false" />