2
0
Luke Pulverenti 10 жил өмнө
parent
commit
0c27ae714d

+ 2 - 1
MediaBrowser.Dlna/Profiles/SamsungSmartTvProfile.cs

@@ -42,7 +42,8 @@ namespace MediaBrowser.Dlna.Profiles
                    Container = "ts",
                    AudioCodec = "ac3",
                    VideoCodec = "h264",
-                   Type = DlnaProfileType.Video
+                   Type = DlnaProfileType.Video,
+                   EstimateContentLength = true
                },
                new TranscodingProfile
                {

+ 1 - 1
MediaBrowser.Dlna/Profiles/Xml/Samsung Smart TV.xml

@@ -52,7 +52,7 @@
   </DirectPlayProfiles>
   <TranscodingProfiles>
     <TranscodingProfile container="mp3" type="Audio" audioCodec="mp3" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" context="Streaming" />
-    <TranscodingProfile container="ts" type="Video" videoCodec="h264" audioCodec="ac3" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" context="Streaming" />
+    <TranscodingProfile container="ts" type="Video" videoCodec="h264" audioCodec="ac3" estimateContentLength="true" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" context="Streaming" />
     <TranscodingProfile container="jpeg" type="Photo" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" context="Streaming" />
   </TranscodingProfiles>
   <ContainerProfiles>