|
|
@ -79,7 +79,7 @@ namespace MediaBrowser.Dlna.Profiles
|
|
|
|
|
|
|
|
|
|
|
|
new DirectPlayProfile
|
|
|
|
new DirectPlayProfile
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Container = "ts",
|
|
|
|
Container = "ts,m2ts",
|
|
|
|
Type = DlnaProfileType.Video,
|
|
|
|
Type = DlnaProfileType.Video,
|
|
|
|
VideoCodec = "mpeg1video,mpeg2video,h264,vc1",
|
|
|
|
VideoCodec = "mpeg1video,mpeg2video,h264,vc1",
|
|
|
|
AudioCodec = "ac3,dca,mp2,mp3,aac,dca"
|
|
|
|
AudioCodec = "ac3,dca,mp2,mp3,aac,dca"
|
|
|
|