diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-01-17 16:09:43 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-01-17 16:09:43 -0500 |
| commit | 16bd1df08aef46881ae777845368aa4ba3ff13c9 (patch) | |
| tree | 9beb7b13a34f26b956aadf022f070ff7458c876a | |
| parent | 7533d6a9876b09f81dfdff51eaadc53d23611659 (diff) | |
update sharp profile
| -rw-r--r-- | Emby.Dlna/Profiles/SharpSmartTvProfile.cs | 2 | ||||
| -rw-r--r-- | Emby.Dlna/Profiles/Xml/Sharp Smart TV.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Dlna/Profiles/SharpSmartTvProfile.cs b/Emby.Dlna/Profiles/SharpSmartTvProfile.cs index ac6d4ef53..68da32709 100644 --- a/Emby.Dlna/Profiles/SharpSmartTvProfile.cs +++ b/Emby.Dlna/Profiles/SharpSmartTvProfile.cs @@ -36,7 +36,7 @@ namespace Emby.Dlna.Profiles new TranscodingProfile { - Container = "mkv", + Container = "ts", Type = DlnaProfileType.Video, AudioCodec = "ac3,aac,mp3,dts,dca", VideoCodec = "h264" diff --git a/Emby.Dlna/Profiles/Xml/Sharp Smart TV.xml b/Emby.Dlna/Profiles/Xml/Sharp Smart TV.xml index b4f36d5ec..098595ffe 100644 --- a/Emby.Dlna/Profiles/Xml/Sharp Smart TV.xml +++ b/Emby.Dlna/Profiles/Xml/Sharp Smart TV.xml @@ -43,7 +43,7 @@ </DirectPlayProfiles> <TranscodingProfiles> <TranscodingProfile container="mp3" type="Audio" audioCodec="mp3" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" copyTimestamps="false" context="Streaming" enableSubtitlesInManifest="false" /> - <TranscodingProfile container="mkv" type="Video" videoCodec="h264" audioCodec="ac3,aac,mp3,dts,dca" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" copyTimestamps="false" context="Streaming" enableSubtitlesInManifest="false" /> + <TranscodingProfile container="ts" type="Video" videoCodec="h264" audioCodec="ac3,aac,mp3,dts,dca" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" copyTimestamps="false" context="Streaming" enableSubtitlesInManifest="false" /> <TranscodingProfile container="jpeg" type="Photo" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" copyTimestamps="false" context="Streaming" enableSubtitlesInManifest="false" /> </TranscodingProfiles> <ContainerProfiles /> |
