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

Use MPD as a backend #74

Open
dfreedm opened this issue Aug 29, 2011 · 1 comment
Open

Use MPD as a backend #74

dfreedm opened this issue Aug 29, 2011 · 1 comment
Labels

Comments

@dfreedm
Copy link
Collaborator

dfreedm commented Aug 29, 2011

Music Player Daemon seems more suited to the task of being in a client/server architecture, as that's how it was designed.
Mplayer has always been a little finnicky.
Music Player Daemon

@avuserow
Copy link
Owner

MPD has some problems:

  • Built in database is almost required. There's a way to get past it and play an arbitrary file path, but I couldn't trigger the condition.
  • There wasn't a way to block on a play command or similar, so you have to poll it. "Done playing yet? Done playing yet?"

A better idea might be moving to a good HTTP streaming server, and just play the stream on the player boxes. We could even do something hacky with ffmpeg, netcat, and mpg123, but that doesn't seem right :P

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