|
|
|
@ -7,7 +7,7 @@ namespace MediaBrowser.Dlna.Profiles
|
|
|
|
|
[XmlRoot("Profile")]
|
|
|
|
|
public class Windows81Profile : DefaultProfile
|
|
|
|
|
{
|
|
|
|
|
public Windows81Profile()
|
|
|
|
|
public Windows81Profile()
|
|
|
|
|
{
|
|
|
|
|
Name = "Windows 8/RT";
|
|
|
|
|
|
|
|
|
@ -55,7 +55,7 @@ namespace MediaBrowser.Dlna.Profiles
|
|
|
|
|
{
|
|
|
|
|
new DirectPlayProfile
|
|
|
|
|
{
|
|
|
|
|
Container = "mp4",
|
|
|
|
|
Container = "mp4,mov",
|
|
|
|
|
VideoCodec = "h264,mpeg4",
|
|
|
|
|
AudioCodec = "aac,ac3,eac3,mp3,pcm",
|
|
|
|
|
Type = DlnaProfileType.Video
|
|
|
|
|