Skip to content

Instantly share code, notes, and snippets.

@rense
Created October 31, 2012 23:25
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save rense/3990611 to your computer and use it in GitHub Desktop.
Save rense/3990611 to your computer and use it in GitHub Desktop.
Samsung SMT-G7400 (UPC Horizon) DLNA client profile for Plex Media Server
<?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>
@pmalik
Copy link

pmalik commented Jun 17, 2013

crashes the media server on browsing and art work doesnt work

setting it to false works but no artwork ofcourse

@tomasharkema
Copy link

Bedankt!

@ZeroQI
Copy link

ZeroQI commented Nov 15, 2013

Comparing with the syntax of the same file under Plex version 0.9.6.3:
. there is a space missing between the double brackets and the /> in all but the first instance
. "PhotoProfile container="jpeg"" is to be replaced by "PhotoProfile codec="jpeg""

@ZeroQI
Copy link

ZeroQI commented Nov 15, 2013

368MB source code can be downloaded on http://opensource.samsung.com/ under set-top box and SMT-G7400.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment