What parts are needed for a home music server?
I have a project I want to work on in mono. Essentially I want to create a music server on my ubuntu linux installation?
I understand I need the following:
Webapp
Music folders
A server
A way of streaming the data from the server to the webapp
Im pretty much looking for implementation ideas on a high level?
Re: What parts are needed for a home music server?
Quote:
Originally Posted by
DeanMc
I have a project I want to work on in mono. Essentially I want to create a music server on my ubuntu linux installation?
I understand I need the following:
Webapp
Music folders
A server
A way of streaming the data from the server to the webapp
Im pretty much looking for implementation ideas on a high level?
A friend of mine at work has setup his own streaming music server using Subsonic. I was trying to google for it and found this.
This lets me login to this server and stream music to my android phone using the subsonic app.
Re: What parts are needed for a home music server?
I already use subsonic but I would like to create my own
Re: What parts are needed for a home music server?
Quote:
Originally Posted by
DeanMc
I already use subsonic but I would like to create my own
Sorry,
I misread your post.:o
Re: What parts are needed for a home music server?
I would look at MPD and use that as a guide to what would be basic requirements or features to implement.