aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Dlna/Profiles/DefaultProfile.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Dlna/Profiles/DefaultProfile.cs')
-rw-r--r--MediaBrowser.Dlna/Profiles/DefaultProfile.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Dlna/Profiles/DefaultProfile.cs b/MediaBrowser.Dlna/Profiles/DefaultProfile.cs
index ccecb07c6a..8740dcac5a 100644
--- a/MediaBrowser.Dlna/Profiles/DefaultProfile.cs
+++ b/MediaBrowser.Dlna/Profiles/DefaultProfile.cs
@@ -31,7 +31,7 @@ namespace MediaBrowser.Dlna.Profiles
new TranscodingProfile
{
- Container = "mp4",
+ Container = "ts",
Type = DlnaProfileType.Video,
AudioCodec = "aac",
VideoCodec = "h264",