[coherence-dev] .config transcoding for sony bravia

nemesis nemesis.edsa at gmx.de
Tue Jan 26 17:57:09 CET 2010


I got streaming of mpeg-files working. My config looks like:

<config>
   <logging level="debug">
     <logfile active="yes">coherence.log</logfile>
   </logging>
<controlpoint>no</controlpoint>
<plugin active="yes">
     <content>/path/to/movies/</content>
   <uuid>41c63302-5a8d-48fe-a3d6-32cc0eeb98dc</uuid>
   <name>Moviez</name>
   <backend>FSStore</backend>
</plugin>

<transcoding>yes</transcoding>
<transcoder>
  # <pipeline>ffmpeg -i %s -acodec pcm_s16le -vcodec libx264 -vpre hq -vpre main 
-crf 22 -threads 0 -muxrate 15360 -f vob -</pipeline>
    <pipeline>ffmpeg -i %s -acodec mp2 -ab 128k -vcodec mpeg2video -b 10M 
-bufsize 8388608 -muxrate 15360 -f vob -</pipeline>
   <type>process</type>
   <name>mpegts</name>
   <target>video/mpeg</target>
</transcoder>

<use_dbus>yes</use_dbus>
<web-ui>yes</web-ui>
<serverport>30020</serverport>
<interface>eth0</interface>
</config>

but with this config, only mpeg-films could be played back.
The TV I use is a Bravia KDL40W5800


MfG,
Nemesis

-- 
   ·''`.    Open Minds.              -°)
  : :' :        Open Sources.        /\\   -°)  -°)
  `. `'             Open Future.    _\_V  _(/) _(\)
    `-      Proudly running unstable Debian GNU/Linux


More information about the coherence-dev mailing list