gmrender-resurrect
gmrender-resurrect copied to clipboard
How to set pulsesink server ?
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 !
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>'
Thanks a lot i'll try that !