The easiest music streaming server available
Go to file
Paul 06f15420d8
Merge pull request #415 from nguyenbnt/master
Fix config folders when adding a new directory
2023-11-09 09:36:51 -05:00
.github build webapp step 2021-12-29 10:09:24 -05:00
bin code cleanup for syncthing 2021-04-17 14:47:27 -04:00
build v5.4.0 2021-09-27 00:06:03 -04:00
docs install docs 2022-02-26 23:46:37 -05:00
image-cache cleanup 2021-03-04 23:01:49 -05:00
save update server config handling 2021-01-04 23:04:55 -05:00
src Fix config folders when adding a new directory 2023-06-28 10:44:55 +07:00
webapp remove regex validation for username 2022-12-10 23:10:07 -05:00
.gitignore remove jquery 2021-11-27 13:53:08 -05:00
cli-boot-wrapper.js update dependencies 2022-03-24 14:37:23 -04:00
dev-app-update.yml auto updater 2019-10-24 23:33:02 -04:00
LICENSE Create LICENSE 2017-04-29 13:53:32 -04:00
package.json update npm dependencies 2023-11-07 16:04:16 -05:00
README.md selfhost play stoee logo 2022-03-21 14:20:08 -04:00

mStream Music

mStream is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere.

Main Shared Admin
main shared admin

Check Out The Demo!

Discord Channel

Website

Server Features

  • Cross Platform. Works on Windows, OSX, Linux, & FreeBSD
  • Light on memory and CPU
  • Tested on multi-terabyte libraries
  • Runs on ARM boards like the Raspberry Pi

WebApp Features

  • Gapless Playback
  • Milkdrop Visualizer
  • Playlist Sharing
  • Upload Files through the file explorer

Installing mStream

Android App

mStream Android App

This App is Open Source. See the Source Code

iOS App

mStream iOS App

Made by Niera Tech

Quick Install from CLI

Deploying an mStream server is simple.

# Install From Git
git clone https://github.com/IrosTheBeggar/mStream.git

cd mStream

# Install dependencies and run
npm run-script wizard

Technical Details

  • Dependencies: NodeJS v10 or greater

  • Supported File Formats: flac, mp3, mp4, wav, ogg, opus, aac, m4a

Credits

mStream is built on top some great open-source libraries:

  • music-metadata - The best metadata parser for NodeJS
  • LokiJS - A native, in-memory, database written in JavaScript. LokiJS is the reason mStream is so fast and easy to install
  • Butterchurn - A clone of Milkdrop Visualizer written in JavaScript

And thanks to the LinuxServer.io group for maintaining the Docker image!