-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathRokuDLNA-3.1.xml
More file actions
54 lines (54 loc) · 2.19 KB
/
RokuDLNA-3.1.xml
File metadata and controls
54 lines (54 loc) · 2.19 KB
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
<?xml version="1.0" encoding="utf-8"?>
<Client name="RokuDLNA-3.1">
<!-- Roku Network Streaming Player -->
<!-- Author: Dale Luck, Roku, Inc -->
<!-- Version: 1.0.0.5 2014/1/14 YMD -->
<!-- Roku Classic profile -->
<Identification>
<Header name="User-Agent" substring="Roku/DVP-3." />
</Identification>
<TranscodeTargets>
<VideoProfile container="mpegts" audioCodec="aac" codec="h264">
<Setting name="VideoEncodeFlags" value="-vsync 0 -x264opts cabac=1" />
<Setting name="AudioSyncFlags" value="1" />
</VideoProfile>
<MusicProfile container="mp3" codec="mp3" />
<PhotoProfile container="jpeg" />
</TranscodeTargets>
<DirectPlayProfiles>
<VideoProfile container="mpegts" codec="h264" audioCodec="aac,mp3,mp2" />
<VideoProfile container="mp4" codec="h264,mpeg4" audioCodec="aac,mp3,mp2" />
<VideoProfile container="mov" codec="h264,mpeg4" audioCodec="aac,mp3,mp2" />
<VideoProfile container="mpeg" codec="h264,mpeg4" audioCodec="aac,mp3,mp2" />
<VideoProfile container="asf" codec="wmv2,wmv3,vc1" audioCodec="wmav2,wmapro" />
<VideoProfile container="mkv" codec="h264,mpeg4" audioCodec="aac,mp3,mp2" />
<MusicProfile container="mp3" codec="mp2,mp3" />
<MusicProfile container="mp4" codec="aac" />
<MusicProfile container="asf" codec="wmav2,wmapro,wmavoice" />
<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="8000" />
<UpperBound name="video.refFrames" value="5" isRequired="false" />
<UpperBound name="video.bitDepth" value="8" 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>
</Client>