-
-
Save psyke83/60e6bc858dc9843d56c6274d8ef227a8 to your computer and use it in GitHub Desktop.
Samsung SMT-G7400 (UPC Horizon) DLNA client profile for Plex Media Server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<Clients> | |
<Client name="UPC Horizon"> | |
<!-- Samsung SMT-G7400, the UPC Horizon --> | |
<!-- Author: Rense VanderHoek --> | |
<!-- DLNA Test Certificate: http://certification.dlna.org/certs/REG47816707.pdf --> | |
<Identification> | |
<Header name="User-Agent" substring="Linux/2.6.35 UPnP/1.0 NDS_MHF DLNADOC/1.50"/> | |
<DeviceDescription type="urn:schemas-upnp-org:device:MediaServer:1"> | |
<FriendlyName substring="UPC Horizon"/> | |
<ModelName substring="UPC Horizon"/> | |
<ModelNumber substring="1.0"/> | |
<ModelUrl substring="http://www.xbmc.org/"/> | |
<ModelDescription substring="UPC Hzn SuperCDS"/> | |
<Manufacturer substring="Team XBMC"/> | |
<ManufacturerUrl substring="http://www.xbmc.org/"/> | |
</DeviceDescription> | |
</Identification> | |
<Settings> | |
<Setting name="EmitAlbumArtResources" value="true"/> | |
</Settings> | |
<TranscodeTargets> | |
<VideoProfile container="mpegps" codec="h264" audioCodec="ac3"/> | |
<PhotoProfile container="jpeg"/> | |
</TranscodeTargets> | |
<DirectPlayProfiles> | |
<VideoProfile container="avi" codec="h264,mpeg4,mjpeg,msmpeg4" audioCodec="mp3,ac3,dca"/> | |
<VideoProfile container="mkv" codec="h264,mpeg4,mjpeg" audioCodec="mp3,ac3,dca,aac"/> | |
<VideoProfile container="mov" codec="h264,mpeg4" audioCodec="mp3,aac"/> | |
<VideoProfile container="mp4" codec="h264" audioCodec="aac,ac3"/> | |
<VideoProfile container="mpg,mpeg" codec="mpeg1video,mpeg2video,h264" audioCodec="ac3,mp2,mp3,aac"/> | |
<VideoProfile container="vro,vob" codec="mpeg1video,mpeg2video" audioCodec="ac3,mp2,mp3"/> | |
<VideoProfile container="mpegts" codec="mpeg2video,h264,vc1" audioCodec="ac3,aac,mp3,eac3+,heaac"/> | |
<VideoProfile container="asf" codec="wmv2,wmv3" audioCodec="wmav2,wmavoice"/> | |
<PhotoProfile container="jpeg,png"/> | |
</DirectPlayProfiles> | |
<CodecProfiles> | |
<VideoCodec name="mpeg2video"> | |
<Limitations> | |
<UpperBound name="video.width" value="1920"/> | |
<UpperBound name="video.height" value="1080"/> | |
</Limitations> | |
</VideoCodec> | |
<VideoCodec name="mpeg4"> | |
<Limitations> | |
<UpperBound name="video.width" value="1920"/> | |
<UpperBound name="video.height" value="1080"/> | |
</Limitations> | |
</VideoCodec> | |
<VideoCodec name="h264"> | |
<Limitations> | |
<UpperBound name="video.width" value="1920"/> | |
<UpperBound name="video.height" value="1080"/> | |
</Limitations> | |
</VideoCodec> | |
<VideoCodec name="wmv2,wmv3,vc1"> | |
<Limitations> | |
<UpperBound name="video.width" value="1920"/> | |
<UpperBound name="video.height" value="1080"/> | |
</Limitations> | |
</VideoCodec> | |
<VideoAudioCodec name="ac3,wmav2,dca,aac,mp3"> | |
<Limitations> | |
<UpperBound name="audio.channels" value="6"/> | |
</Limitations> | |
</VideoAudioCodec> | |
</CodecProfiles> | |
</Client> | |
</Clients> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment