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

Chrome OS Support #411

Open
cvhicks opened this issue Nov 3, 2020 · 0 comments
Open

Chrome OS Support #411

cvhicks opened this issue Nov 3, 2020 · 0 comments

Comments

@cvhicks
Copy link

cvhicks commented Nov 3, 2020

The Linux VMs in Chrome OS use an internal ip address which is unreachable from the local LAN. However, ports, such as 1900 UDP and 8080 TCP, can be opened via the recent Port Forwarding UI in Chrome OS. So, pulseaudio-dlna can be made to work, but the ip address for the mp3 stream, sent to the ChromeCast/Sonos devices, must be that of the device, not the Linux VM.

A quick hack to do that involves adding a line in plugins/renderer.py, in the _encode_settings() method, like this:

server_ip='192.168.xxx.xxx' #server_ip = device ip of ChromeBox / ChromeBook

Obviously, this should be done via another command-line parameter, but this will, at least, get it working...

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

1 participant