gmrender-resurrect icon indicating copy to clipboard operation
gmrender-resurrect copied to clipboard

How to set pulsesink server ?

Open t0k4rt opened this issue 2 years ago • 2 comments

Hi folks, I'm tryong to setup gmrender on docker with a shared pulseaudio server (socket is mounted in my different containers) According to gstreamer documentation (https://gstreamer.freedesktop.org/documentation/pulseaudio/pulsesink.html?gi-language=c#properties) you can use server property to set the pulseaudio server address. But I cannot find a way to configure this property. Could someone have an idea on how to set this ? Thanks for your help !

t0k4rt avatar Jul 06 '22 12:07 t0k4rt

Have a look at issue #115.

TL;DR: There is a command-line option that allows you to manually specify a gstreamer pipeline. You would probably want something like this:

gmediarender --gstout-audiopipe 'audioresample ! pulsesink server=<server_ip>'

mill1000 avatar Jul 08 '22 16:07 mill1000

Thanks a lot i'll try that !

t0k4rt avatar Jul 11 '22 21:07 t0k4rt