diff options
author | nodiscc <nodiscc@gmail.com> | 2016-03-06 16:01:01 +0000 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2016-03-06 16:05:41 +0000 |
commit | 87cc439acf2a45148a1f941abe0bbde21f6d6b29 (patch) | |
tree | 5c059a25fc6784abedd8f0452b9fd4d785717980 | |
parent | add external wikipedia links for media streaming, fix whitespace (diff) | |
download | awesome-selfhosted-87cc439acf2a45148a1f941abe0bbde21f6d6b29.tar.gz awesome-selfhosted-87cc439acf2a45148a1f941abe0bbde21f6d6b29.zip |
add airtime and icecast2 to streaming audio servers
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -553,11 +553,13 @@ See also <https://en.wikipedia.org/wiki/List_of_streaming_media_systems>, <https ### Music Streaming + * [Airtime](https://www.sourcefabric.org/en/airtime/) - Simple, open source platform that lets you broadcast streaming radio on the web. [Source Code](https://github.com/sourcefabric/Airtime) `AGPLv3` `PHP` * [Ampache](http://ampache.org/) - A web based audio/video streaming application. ([Demo](http://play.dogmazic.net/), [Source Code](https://github.com/ampache/ampache)) `AGPLv3` `PHP` * [CherryMusic](http://www.fomori.org/cherrymusic/) - Minimalistic Web-Mediaplayer. ([Source Code](https://github.com/devsnd/cherrymusic)) `GPLv3` `Python` * [cloudtunes](https://github.com/jkbrzt/cloudtunes) - Web-based music player for the cloud. `MIT` `Python/Javascript` * [GNU FM](https://gnu.io/fm/) - Running music community websites, alternative to last.fm. ([Source Code](http://git.savannah.gnu.org/cgit/librefm.git/)) `GPLv3` `PHP` * [Groove Basin](http://groovebasin.com/) - A music player server with a web-based user interface inspired by Amarok 1.4 ([Source Code](https://github.com/andrewrk/groovebasin)) `MIT` `Nodejs` + * [Icecast 2](http://www.icecast.org/) - streaming audio server which can be used to create an Internet radio station or a privately running jukebox and many things in between. ([Source Code](https://git.xiph.org/?p=icecast-server.git;a=summary)) `GPLv2` `C` * [koel](http://koel.phanan.net/) - A personal music streaming server that works. ([Source Code](https://github.com/phanan/koel)) `MIT` `PHP` * [Mopidy](http://mopidy.readthedocs.org/) - Extensible music server. Offers a superset of the mpd API, as well as integration with 3rd party services like Spotify, SoundCloud etc. ([Source Code](https://github.com/mopidy/mopidy)) `Apache` `Python` * [mpd](http://www.musicpd.org/) - Daemon to remotely play music, stream music, handle and organize playlists. Many clients available. `GPLv2` `C++` |