Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

How to set pulsesink server ? #250

Open
t0k4rt opened this issue Jul 6, 2022 · 2 comments
Open

How to set pulsesink server ? #250

t0k4rt opened this issue Jul 6, 2022 · 2 comments

Comments

@t0k4rt
Copy link

t0k4rt commented Jul 6, 2022

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 t0k4rt changed the title How to set pulsesink server How to set pulsesink server ? Jul 6, 2022
@mill1000
Copy link
Contributor

mill1000 commented Jul 8, 2022

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>'

@t0k4rt
Copy link
Author

t0k4rt commented Jul 11, 2022

Thanks a lot i'll try that !

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants