-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathWestern Digital TV Live.xml
60 lines (60 loc) · 2.74 KB
/
Western Digital TV Live.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
<?xml version="1.0" encoding="utf-8"?>
<Client name="Western Digital TV Live">
<!-- Author: Plex Inc. -->
<!-- http://www.wdc.com/wdproducts/library/UM/ENG/4779-705035.pdf -->
<!-- Model number tested: WDBAAN0000NBK -->
<!-- TODO - a few more limitations around codec profiles, which are high enough that they're probably not worth listing at present -->
<Identification>
<Header name="User-Agent" substring="alphanetworks" />
<Header name="User-Agent" substring="ALPHA Networks" />
</Identification>
<Settings>
<Setting name="TimelineBufferOffset" value="5" />
</Settings>
<TranscodeTargets>
<VideoProfile container="mpegts" codec="h264" audioCodec="aac" />
<MusicProfile container="mp3" codec="mp3" />
<PhotoProfile container="jpeg" />
</TranscodeTargets>
<DirectPlayProfiles>
<VideoProfile container="avi" codec="mpeg1video,mpeg2video,mpeg4,h264,vc1" audioCodec="ac3,dca,mp2,mp3,pcm" />
<VideoProfile container="mpeg" codec="mpeg1video,mpeg2video" audioCodec="ac3,dca,mp2,mp3,pcm" />
<VideoProfile container="mkv" codec="mpeg1video,mpeg2video,mpeg4,h264,vc1" audioCodec="ac3,dca,aac,mp2,mp3,pcm" />
<VideoProfile container="mpegts" codec="mpeg1video,mpeg2video,h264,vc1" audioCodec="ac3,dca,mp2,mp3" />
<VideoProfile container="mp4,mov" codec="h264,mpeg4" audioCodec="ac3,aac,mp2,mp3" />
<VideoProfile container="asf" codec="vc1" audioCodec="wmav2,wmapro" />
<VideoProfile container="asf" codec="mpeg2video" audioCodec="mp2,ac3" /> <!-- dvr-ms -->
<MusicProfile container="mp3" codec="mp2,mp3" />
<MusicProfile container="mp4" codec="aac" />
<MusicProfile container="flac" codec="flac" />
<MusicProfile container="asf" codec="wmav2,wmapro,wmavoice" />
<MusicProfile container="ogg" codec="vorbis" />
<PhotoProfile container="jpeg,png,gif,bmp,tiff" />
</DirectPlayProfiles>
<CodecProfiles>
<VideoCodec name="h264">
<Limitations>
<UpperBound name="video.width" value="1920" />
<UpperBound name="video.height" value="1080" />
<UpperBound name="video.level" value="41" />
</Limitations>
</VideoCodec>
<VideoAudioCodec name="aac">
<Limitations>
<UpperBound name="audio.channels" value="2" />
</Limitations>
</VideoAudioCodec>
</CodecProfiles>
<ContainerProfiles>
<PhotoContainer name="*">
<Limitations>
<UpperBound name="media.width" value="1920" />
<UpperBound name="media.height" value="1080" />
</Limitations>
</PhotoContainer>
</ContainerProfiles>
<DlnaMediaProfiles>
<!-- Always setting the PN to this makes the difference between the device rejecting the format and playing it -->
<DlnaVideoProfile container="mpegts" pn="MPEG_TS_SD_NA" />
</DlnaMediaProfiles>
</Client>