-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathRokuDLNA-5.1.xml
57 lines (57 loc) · 2.32 KB
/
RokuDLNA-5.1.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
<?xml version="1.0" encoding="utf-8"?>
<Client name="RokuDLNA-5.1">
<!-- Roku Network Streaming Player -->
<!-- Author: Dale Luck, Roku, Inc. -->
<!-- Version: 1.0.0.5 2014/1/14 YMD -->
<Identification>
<Header name="User-Agent" substring="Roku/DVP-5." />
</Identification>
<TranscodeTargets>
<VideoProfile container="mpegts" audioCodec="aac" codec="h264">
<Setting name="VideoEncodeFlags" value="-x264opts cabac=1" />
</VideoProfile>
<MusicProfile container="mp3" codec="mp3" />
<PhotoProfile container="jpeg" />
</TranscodeTargets>
<DirectPlayProfiles>
<VideoProfile container="mpegts" codec="h264" audioCodec="aac,mp3,mp2,pcm" />
<VideoProfile container="mp4" codec="h264,mpeg4" audioCodec="aac,mp3,mp2,pcm" />
<VideoProfile container="mov" codec="h264,mpeg4" audioCodec="aac,mp3,mp2,pcm" />
<VideoProfile container="mpeg" codec="h264,mpeg4" audioCodec="aac,mp3,mp2,pcm" />
<VideoProfile container="mkv" codec="h264,mpeg4" audioCodec="aac,mp3,mp2,pcm,flac" />
<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="wav" codec="pcm" />
<PhotoProfile container="jpeg,png,gif" />
</DirectPlayProfiles>
<CodecProfiles>
<VideoCodec name="*">
<Limitations>
<UpperBound name="video.width" value="1920" />
<UpperBound name="video.height" value="1080" />
<UpperBound name="video.bitrate" value="12000" />
<UpperBound name="video.refFrames" value="8" isRequired="false" />
<UpperBound name="video.bitDepth" value="8" isRequired="false" />
<NotMatch name="video.scanType" value="interlaced" isRequired="false" />
</Limitations>
</VideoCodec>
<VideoAudioCodec name="*">
<Limitations>
<UpperBound name="audio.channels" value="2" />
</Limitations>
</VideoAudioCodec>
</CodecProfiles>
<ContainerProfiles>
<PhotoContainer name="*">
<Limitations>
<UpperBound name="media.width" value="1280" />
<UpperBound name="media.height" value="720" />
</Limitations>
</PhotoContainer>
</ContainerProfiles>
<DlnaMediaProfiles>
<DlnaMusicProfile container="wav" mimeType="audio/wav" />
</DlnaMediaProfiles>
</Client>