-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathXbox 360.xml
96 lines (96 loc) · 3.93 KB
/
Xbox 360.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<?xml version="1.0" encoding="utf-8"?>
<Client name="Xbox 360">
<!-- Author: Plex Inc. -->
<!-- http://support.xbox.com/en-US/xbox-360/settings-and-initial-setup/watch-dvds-movies -->
<Identification>
<Header name="User-Agent" substring="Xbox" />
<Header name="User-Agent" substring="Xenon" />
</Identification>
<DeviceDescription>
<ModelName>Windows Media Player Sharing</ModelName>
<ModelNumber>12.0</ModelNumber>
<ModelUrl>http://www.microsoft.com/</ModelUrl>
<Manufacturer>Microsoft Corporation</Manufacturer>
<ManufacturerUrl>http://www.microsoft.com/</ManufacturerUrl>
<X-DlnaDoc>DMS-1.50</X-DlnaDoc>
<X-DlnaCap />
</DeviceDescription>
<Settings>
<Setting name="OnlyPlainVideoItems" value="true" />
<Setting name="OnlyStorageFolders" value="true" />
<Setting name="TimelineBufferOffset" value="40" />
<Setting name="RandomAccessDataModel" value="limited" />
</Settings>
<TranscodeTargets>
<VideoProfile container="asf" codec="wmv2" audioCodec="wmav2">
<Setting name="TranscodeSeekOffering" value="bytes" />
<Setting name="EstimateContentLength" value="true" />
</VideoProfile>
<MusicProfile container="mp3" codec="mp3" />
<PhotoProfile container="jpeg" />
</TranscodeTargets>
<DirectPlayProfiles>
<VideoProfile container="avi" codec="mpeg4" audioCodec="ac3,mp3" />
<VideoProfile container="avi" codec="h264" audioCodec="aac" />
<VideoProfile container="mp4,mov" codec="h264,mpeg4" audioCodec="aac,ac3" />
<VideoProfile container="asf" codec="wmv2,wmv3,vc1" audioCodec="wmav2,wmapro" />
<MusicProfile container="asf" codec="wmav2,wmapro,wmavoice" />
<MusicProfile container="mp3" codec="mp3" />
<PhotoProfile container="jpeg" />
</DirectPlayProfiles>
<CodecProfiles>
<VideoCodec name="mpeg4">
<Limitations>
<UpperBound name="video.width" value="1280" />
<UpperBound name="video.height" value="720" />
<UpperBound name="video.frameRate" value="30" isRequired="false" />
<UpperBound name="video.bitrate" value="5120" isRequired="false" />
</Limitations>
</VideoCodec>
<VideoCodec name="h264">
<Limitations>
<UpperBound name="video.width" value="1920" />
<UpperBound name="video.height" value="1080" />
<UpperBound name="video.bitrate" value="10240" isRequired="false" />
<UpperBound name="video.level" value="41" isRequired="false" />
</Limitations>
</VideoCodec>
<VideoCodec name="wmv2,wmv3,vc1">
<Limitations>
<UpperBound name="video.width" value="1920" />
<UpperBound name="video.height" value="1080" />
<!-- FPS upper bound takes care of requirement that advanced profile level be <= 3 -->
<UpperBound name="video.frameRate" value="30" isRequired="false" />
<UpperBound name="video.bitrate" value="15360" isRequired="false" />
</Limitations>
</VideoCodec>
<VideoAudioCodec name="ac3,wmav2,wmapro">
<Limitations>
<UpperBound name="audio.channels" value="6" isRequired="false" />
</Limitations>
</VideoAudioCodec>
<VideoAudioCodec name="aac">
<Limitations>
<UpperBound name="audio.channels" value="2" isRequired="false" />
<Match name="audio.profile" value="lc" isRequired="false" />
</Limitations>
</VideoAudioCodec>
</CodecProfiles>
<ContainerProfiles>
<VideoContainer name="mp4,mov">
<Limitations>
<!-- Microsoft doesn't document this, but it appears to be true -->
<Match name="part.has64bitOffsets" value="0" isRequired="false" />
</Limitations>
</VideoContainer>
<PhotoContainer name="*">
<Limitations>
<UpperBound name="media.width" value="1920" />
<UpperBound name="media.height" value="1080" />
</Limitations>
</PhotoContainer>
</ContainerProfiles>
<DlnaMediaProfiles>
<DlnaVideoProfile container="avi" mimeType="video/avi" />
</DlnaMediaProfiles>
</Client>