The easiest music streaming server available
Go to file
Paul 78e42f2ba9 Create LICENSE
Added License
2017-04-29 13:53:32 -04:00
docs 3.0 Update. Removed beets support 2017-04-28 20:56:42 -04:00
image-cache Full metadata support and some bug fixes for mobile 2017-04-11 15:08:51 -04:00
modules Album art fixes 2017-04-29 01:36:24 -04:00
public 3.0 Update. Removed beets support 2017-04-28 20:56:42 -04:00
webapp2 Update login U 2017-04-28 13:32:09 +05:30
.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
LICENSE Create LICENSE 2017-04-29 13:53:32 -04:00
mstream-command-line-boot-wrapper.js Changing boot stuff 2017-04-18 15:03:09 -04:00
mstream.js Album art fixes 2017-04-29 01:36:24 -04:00
package.json 3.0 Update. Removed beets support 2017-04-28 20:56:42 -04:00
README.md More tweaks 2017-04-28 21:01:04 -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.

Devices

Main Features

  • Works on Mac, Linux and Windows
  • 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

mStream Express - v0.2

For Windows & Mac

mStream Express is a port of mStream Server that uses Electron. It packages all the dependencies for mStream in the app, so you can just download and run. It also adds a GUI layer to make managing your server as simple as possible.

mStream Express is so simple you can setup your server in under 30 seconds. The video uses v0.1 of mStream which had a simpler interface

Download it here

mStream Express UI

Install From Source

Install instructions are in the docs