@@ -77,6 +77,15 @@ namespace MediaBrowser.Dlna.Profiles
}
};
+ SubtitleProfiles = new[]
+ {
+ new SubtitleProfile
+ Format = "srt",
+ Method = SubtitleDeliveryMethod.Embed
+ }
+ };
+
ResponseProfiles = new[]
{
new ResponseProfile
@@ -192,6 +192,11 @@ namespace MediaBrowser.Dlna.Profiles
SubtitleProfiles = new[]
+ },
new SubtitleProfile
Format = "srt",
@@ -188,6 +188,11 @@ namespace MediaBrowser.Dlna.Profiles
@@ -340,6 +340,11 @@ namespace MediaBrowser.Dlna.Profiles
@@ -44,5 +44,7 @@
<Conditions />
</ResponseProfile>
</ResponseProfiles>
- <SubtitleProfiles />
+ <SubtitleProfiles>
+ <SubtitleProfile format="srt" method="Embed" />
+ </SubtitleProfiles>
</Profile>
<ContainerProfiles />
<CodecProfiles />
<ResponseProfiles />
@@ -61,5 +61,7 @@
</CodecProfile>
</CodecProfiles>
@@ -86,5 +86,7 @@
@@ -81,6 +81,7 @@
<SubtitleProfiles>
<SubtitleProfile format="srt" method="External" />
</SubtitleProfiles>
@@ -50,5 +50,7 @@
@@ -78,6 +78,7 @@
@@ -82,5 +82,7 @@
@@ -119,6 +119,7 @@
<SubtitleProfile format="srt" method="External" didlMode="CaptionInfoEx" />
@@ -106,5 +106,7 @@
@@ -127,5 +127,7 @@
@@ -130,5 +130,7 @@
@@ -105,5 +105,7 @@
@@ -99,5 +99,7 @@
@@ -110,5 +110,7 @@
@@ -117,5 +117,7 @@