hzeller / gmrender-resurrect

Resource efficient UPnP/DLNA renderer, optimal for Raspberry Pi, CuBox or a general MediaServer. Fork of GMediaRenderer to add some features to make it usable.
GNU General Public License v2.0
834 stars 202 forks source link

How to configure different gstreamer sinks/pipelines #71

Open cehberlin opened 9 years ago

cehberlin commented 9 years ago

I would like to pass the output into a generic gstreamer pipeline for being able to combine your awesome tool with other gstreamer plugins. Is this possible? And if yes, how can this be configured?

terrin2k commented 8 years ago

I'm trying to do the same thing. I had hoped that the --gstout-audiosink option would allow us to pass in a gstreamer pipeline definition (e.g. --gstout-audiosink=equalizer-10bands band0=8.4 band1=7.2 ! alsasink), but it generates an error.

maweki commented 7 years ago

I also can't get it to work

stanelie commented 7 years ago

So, is there any way to use another audio sink besides alsa? Is this documented somewhere?