The easiest music streaming server available
Go to file
IrosTheBeggar e2c4e62dcb upnp fix
2017-04-17 18:32:23 -04:00
docs Webapp now works on IE 11 2017-04-13 01:31:49 -04:00
image-cache Full metadata support and some bug fixes for mobile 2017-04-11 15:08:51 -04:00
modules upnp fix 2017-04-17 18:32:23 -04:00
public Webapp now works on IE 11 2017-04-13 01:31:49 -04:00
webapp2 Webapp now works on IE 11 2017-04-13 01:31:49 -04:00
.gitignore Port forwarding fix 2017-04-17 12:36:38 -04:00
Dockerfile Added Dockerfile and modified README 2016-08-26 09:33:39 +02:00
mstream-command-line-boot-wrapper.js Update bcrypt 2017-03-24 23:36:34 +00:00
mstream.js Port forwarding fix 2017-04-17 12:36:38 -04:00
package.json Port forwarding fix 2017-04-17 12:36:38 -04:00
README.md One last tweak for tonight 2017-03-29 02:47:16 -04:00

mStream

mStream is a personal music streaming server written in NodeJS. mStream comes with a RESTful JSON API and a built in web client to access your music on any browser.

Main Features

  • Works on Mac, Linux and Windows
  • Integrates easily with Beets DB
  • Jukebox Mode. Control your browser with any device
  • Secure login system
  • Comes with SQLite built in. No need to setup an external DB
  • Server uses a RESTful JSON API. It's documented and easy to write code against

Installation

mStream Express

mStream Express is a special version of the server that comes with all the dependencies pre-packaged. It also comes with a GUI config tool to make setup as simple as possible. Works on Mac, Windows, and Linux

Download it from our website

mStream Express UI

Install From Source

Read the docs on other methods of installation