[coherence-dev] multiple gstreamer players using 'alsasink device='?
Frank Scholz
fs at beebits.net
Mon Jan 12 16:21:00 CET 2009
Hi Jim,
> I would like to take GStreamer player and use it to send audio to the
> rear speakers this way. My knowledge of python and gstreamer are
> weak, but I assume this wouldn't bee too difficult.
>
> Any help would be greatly appreciated.
we use there a simple playbin based pipeline.
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-playbin.html
gst-launch-0.10 playbin uri=file:///path/to/file
There is a way to change the audio-/video sinks of it, but
if I understand that right, we have to create our own pipeline element
for that. See "Advanced Usage: specifying the audio and video sink"
in the link above.
Probably the only way to do that is adding sink options to the config.
Any other ideas from the GStreamer specialists?
Regards,
Frank
More information about the coherence-dev
mailing list