Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[Feature Request] GUI for entering the AirPlay password #71

Open
Redsandro opened this issue Apr 5, 2019 · 5 comments
Open

[Feature Request] GUI for entering the AirPlay password #71

Redsandro opened this issue Apr 5, 2019 · 5 comments

Comments

@Redsandro
Copy link

Redsandro commented Apr 5, 2019

Where do I enter the AirPlay password?

I can see the AirPlay devices, but I can't play anything. On an Apple computer, I need to enter the AirPlay password when connecting. Ubuntu doesn't ask me for a password. Can I specify the password somewhere?

@hfujita
Copy link
Owner

hfujita commented Apr 6, 2019

Unfortunately the password support is not available through GUI as far as I know.
You'd have to manually load the raop-sink module by pacmd load-module command.
Parameters are also not documented well, but here you can see the list of available parameters. https://gitlab.freedesktop.org/pulseaudio/pulseaudio/blob/master/src/modules/raop/module-raop-sink.c#L35

@Redsandro Redsandro changed the title Where do I enter the AirPlay password? [Feature Request] GUI for entering the AirPlay password Apr 8, 2019
@Redsandro
Copy link
Author

Ok gotcha. I've edited the title to change this issue to a feature request.

Unfortunately I don't know how to use these commands, as the AirPlay capable endpoints show up in the GUI simply after installing apt install pulseaudio-module-raop. Would you be willing to show what command one would type to unload the module (automatically loaded on startup), and then what to type to reload the module with a specific password?

This is wrong:

pacmd load-module module-raop-sink --username=foo --password=bar

The folks that come here from Google will be thankful, as will I. 😎

@Redsandro
Copy link
Author

Looking for something like:

pacmd update-sink-proplist 1 password=******

Did anyone get this working?

@hfujita
Copy link
Owner

hfujita commented Apr 21, 2019

You have to specify all the necessary options, e.g.

pacmd load-module module-raop-sink --name=X --sink_name=Y --server=Z ... --username=foo --password=bar

I don't think the following would work, as the raop-sink module receives modules parameter at the initialization time and never check it again.

pacmd update-sink-proplist 1 password=******

@giggywithit
Copy link

I would think that if you do manage to get it working, that you can create a custom command on your desktop for connecting.? Sounds slightly painful way of doing it.

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

No branches or pull requests

3 participants