diff options
author | Matt Hazinski <matt@matthazinski.com> | 2017-10-28 00:13:04 +0000 |
---|---|---|
committer | Matt Hazinski <matt@matthazinski.com> | 2017-10-28 00:26:12 +0000 |
commit | 8988a800256c7dd1c467a1a222fad9f697688dc0 (patch) | |
tree | 06c4a9063536213421f094b03d782c1cd1cb655e | |
parent | Merge pull request #1209 from cavebeat/seeks (diff) | |
download | awesome-selfhosted-8988a800256c7dd1c467a1a222fad9f697688dc0.tar.gz awesome-selfhosted-8988a800256c7dd1c467a1a222fad9f697688dc0.zip |
Replace Airtime with LibreTime
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -764,7 +764,6 @@ See also <https://en.wikipedia.org/wiki/List_of_streaming_media_systems>, <https ### Audio 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` @@ -774,6 +773,7 @@ See also <https://en.wikipedia.org/wiki/List_of_streaming_media_systems>, <https * [Icecast 2](http://www.icecast.org/) - streaming audio/video 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` * [Libresonic](http://libresonic.org/) - Open-source web-based media streamer and jukebox. A fork of Subsonic's last open-source release, before it switched licenses. `GPLv3` `Java` + * [LibreTime](http://libretime.org) - Simple, open source platform that lets you broadcast streaming radio on the web. ([Source Code](https://github.com/LibreTime/libretime)) `AGPLv3` `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` * [Moped](https://github.com/martijnboland/moped) - Responsive HTML5 + Javascript client for the Mopidy music server. `MIT` `HTML5` * [Mopidy MusicBox](https://github.com/pimusicbox/mopidy-musicbox-webclient) - Web Client for Mopidy Music Server. `Apache` `HTML5` |