-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathSony Streaming Player.xml
54 lines (54 loc) · 2.14 KB
/
Sony Streaming Player.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
<?xml version="1.0" encoding="utf-8"?>
<Client name="Sony Streaming Player">
<!-- Author: Plex Inc. -->
<!-- http://www.docs.sony.com/release/SMP-N200_NX20.pdf -->
<Identification>
<Header name="X-AV-Client-Info" regex="cn="Sony Corporation";.*mn="Media Player" />
</Identification>
<TranscodeTargets>
<VideoProfile container="mpegts" codec="h264" audioCodec="aac" />
<MusicProfile container="mp3" codec="mp3" />
<PhotoProfile container="jpeg" />
</TranscodeTargets>
<DirectPlayProfiles>
<VideoProfile container="avi" codec="mpeg4" audioCodec="mp2,mp3" />
<VideoProfile container="mkv" codec="h264,mpeg4" audioCodec="aac,ac3,mp2,mp3,pcm" />
<VideoProfile container="mp4" codec="h264,mpeg2video,mpeg4" audioCodec="aac,ac3,mp2,mp3" />
<VideoProfile container="mpeg" codec="mpeg1video,mpeg2video" audioCodec="mp2" />
<MusicProfile container="mp3" codec="mp3" />
<MusicProfile container="mp4" codec="aac" />
<MusicProfile container="asf" codec="wmav2,wmapro,wmavoice" />
<MusicProfile container="wav" codec="pcm" />
<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.frameRate" value="30" />
<UpperBound name="video.bitrate" value="15360" />
<UpperBound name="video.level" value="41" />
</Limitations>
</VideoCodec>
<VideoAudioCodec name="ac3">
<Limitations>
<UpperBound name="audio.channels" value="6" />
<UpperBound name="audio.bitrate" value="640" />
</Limitations>
</VideoAudioCodec>
<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>
</Client>