Skip to content

Instantly share code, notes, and snippets.

@sdebruyn
Created July 21, 2014 16:18
Show Gist options
  • Save sdebruyn/5f6a7b3669706153f868 to your computer and use it in GitHub Desktop.
Save sdebruyn/5f6a7b3669706153f868 to your computer and use it in GitHub Desktop.
Plex Telenet Yelo TV renderer profile
<?xml version="1.0" encoding="utf-8"?>
<Clients>
<Client name="YeloTV">
<Identification>
<Header name="FriendlyName.dlna.org" substring="5810CX" />
<Header name="User-Agent" substring="L21XTLNDGRD/v4.11-rc-356-g90f6124"/>
<Header name="User-Agent" substring="L21XTLNDGRD"/>
</Identification>
<TranscodeTargets>
<VideoProfile container="mpegts" codec="h264" audioCodec="aac">
<Setting name="SubtitleSize" value="100"/>
<!-- put the above line (SubtitleSize) in comments if you don't want any subtitles encoded in the stream -->
<Setting name="AudioSyncFlags" value="3"/>
<Setting name="MpegtsM2tsMode" value="true"/>
</VideoProfile>
<MusicProfile container="aac" codec="aac"/>
<PhotoProfile container="jpeg"/>
</TranscodeTargets>
<DirectPlayProfiles>
<VideoProfile container="mpeg" codec="mpeg2video" audioCodec="ac3"/>
<VideoProfile container="mpegts" codec="mpeg2video" audioCodec="ac3"/>
<VideoProfile container="mp4" codec="h264" audioCodec="aac"/>
<MusicProfile container="mp3" codec="mp3"/>
<MusicProfile container="aac" codec="aac"/>
<PhotoProfile container="jpeg,png"/>
</DirectPlayProfiles>
</Client>
</Clients>
@Bart274
Copy link

Bart274 commented Aug 30, 2018

Dag @SamuelDeBruyn

Waarvoor heb je deze file juist gemaakt en hoe gebruik je die?

Met vriendelijke groeten

Bart

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