[coherence-dev] .config transcoding for sony bravia

Thomas Hecker thomas.hecker at gmail.com
Tue Jan 26 21:06:16 CET 2010


Hi all,

thank you for bootstraping. With this config, I got to stream a mpg to
my TV but it looks ugly, very dissorted. Playing same file with VLC
looks ok. Setting  <transcoding> to yes / no makes no difference.

I didn't understand some basic things:
- how coherence knows that a file has to be transcoded?
- Or will all files be transcoded?
- "but with this config, only mpeg-films could be played back." -> as
ffmpeg is used? If i can transform my xvid-file with ffmpeg on
console, it should work with this transcoder, too, right? But I cannot
see my xvid file on TV.

Sorry, I'm very new to this video and coherence stuff. TV is also a Sony W5800.

Thank you!
Thomas


On Tue, Jan 26, 2010 at 5:57 PM, nemesis <nemesis.edsa at gmx.de> wrote:
> 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
> _______________________________________________
> coherence-dev mailing list
> coherence-dev at lists.beebits.net
> http://lists.beebits.net/cgi-bin/mailman/listinfo/coherence-dev
>


More information about the coherence-dev mailing list