diff options
author | chriszero <zerov83@gmail.com> | 2015-02-19 20:29:12 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-02-19 20:29:12 +0100 |
commit | 7de1748cbaf31337f1f592cc9ee47f7872333f33 (patch) | |
tree | b170afeb9e656675adfe0afa33b7b494be52fad6 /VDR Plex Plugin.xml | |
parent | 216db1e9eb1800df1969ba3fd6755f898a0b2526 (diff) | |
download | vdr-plugin-plex-7de1748cbaf31337f1f592cc9ee47f7872333f33.tar.gz vdr-plugin-plex-7de1748cbaf31337f1f592cc9ee47f7872333f33.tar.bz2 |
Supporting custom transcoding profile.
Diffstat (limited to 'VDR Plex Plugin.xml')
-rw-r--r-- | VDR Plex Plugin.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/VDR Plex Plugin.xml b/VDR Plex Plugin.xml new file mode 100644 index 0000000..a492308 --- /dev/null +++ b/VDR Plex Plugin.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Edit for your needs (audioCodec) +Copy this custom transcode profile to your "/Library/Application Support/Plex Media Server/Profiles" +Restart the PMS. +In the pluign options set "Use custom transcode profile" to "yes" +--> +<Client name="VDR Plex Plugin"> + <TranscodeTargets> + <VideoProfile protocol="hls" container="mpegts" codec="h264" audioCodec="ac3,mp2,dts" context="streaming"> + <Setting name="VideoEncodeFlags" value="-x264opts bframes=3:cabac=1" /> + </VideoProfile> + <MusicProfile container="mp3" codec="mp3" /> + <PhotoProfile container="jpeg" /> + </TranscodeTargets> + <DirectPlayProfiles> + </DirectPlayProfiles> + <CodecProfiles> + </CodecProfiles> +</Client> |