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

Visualizer not working #1

Open
wernight opened this issue Apr 27, 2015 · 5 comments
Open

Visualizer not working #1

wernight opened this issue Apr 27, 2015 · 5 comments
Labels

Comments

@wernight
Copy link
Owner

Opening visualizer show Couldn't open "" for reading PCM data: No such file or directory.

Probably related to visualizer_fifo_path not set properly in the config. See https://wiki.archlinux.org/index.php/Ncmpcpp#Enabling_visualization

@wernight wernight added the bug label Apr 27, 2015
@wernight
Copy link
Owner Author

Blocked by mopidy/mopidy#775 in order to work in Mopidy (which is the main goal use of this project at the moment).

@sammerry
Copy link

I was looking into it. using the udp branch in this project. you can exec into the running container and run nc -klu 127.0.0.1 5555 to view the stream from the mopidy container. However if i try to run cat -f /tmp/mpd.fifo or try tailing the fifo file. It doesn't show any characters. I'm wondering if there's a problem with the nc command. Have you looked into it at all?

@wernight
Copy link
Owner Author

I'm not really an expert with nc, but one way to check may be to try using another program.

@sammerry
Copy link

this fixes it #2 I've pushed to sammerry/ncmpcpp until merged. You'll have to run exporting to port 5555 and link the containers to see it.

@wernight
Copy link
Owner Author

wernight commented Jul 24, 2018

First thanks for your work. I think we're pretty close to getting it working and I included some other fixes as well.

I've merged the changes in master both on Mopidy and ncmpcpp. Still I couldn't get visualizers to work:

$ docker pull wernight/mopidy
$ docker pull wernight/ncmpcpp
$ docker run --rm -it --name mopidy wernight/mopidy mopidy
$ docker run --rm -it --net container:mopidy wernight/ncmpcpp ncmpcpp

(missing here that I mount some media files for testing)

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

No branches or pull requests

2 participants