diff options
author | n8225 <n8225@users.noreply.github.com> | 2019-06-15 12:21:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-15 12:21:28 +0000 |
commit | 343403cbe46d476031b1be1e833fcbda589a11d9 (patch) | |
tree | b4c962df9d20a8f863604df5b5cc7241ce33f9bf | |
parent | Merge pull request #1700 from shacker/patch-1 (diff) | |
parent | Merge branch 'master' into patch-1 (diff) | |
download | awesome-selfhosted-343403cbe46d476031b1be1e833fcbda589a11d9.tar.gz awesome-selfhosted-343403cbe46d476031b1be1e833fcbda589a11d9.zip |
Merge pull request #1702 from Error1000/patch-1
Add gerbera
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -846,6 +846,7 @@ See also <https://en.wikipedia.org/wiki/List_of_streaming_media_systems>, <https ### Multimedia Streaming - [Darwin Streaming Server](https://macosforge.github.io/dss/) - High performance server for streaming QuickTime and MPEG-4 media over RTP and RTSP protocols. Originated as Apple’s QTSS. ([Source Code](https://github.com/macosforge/dss)) `APSL-2.0` `C++` +- [Gerbera](https://gerbera.io/) - Gerbera is an UPnP Media Server. It allows you to stream your digital media throughout your home network and listen to/watch it on a variety of UPnP compatible devices. ([Source Code](https://github.com/gerbera/gerbera)) `GPL-2.0` `C++` - [homehost](https://github.com/ridhwaans/homehost) `⚠` - Self-hosted React + Redux app that streams your media collection (music, movies, books, podcasts, comics etc). `MIT` `Nodejs` - [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), [Clients](http://www.icecast.org/apps/)) `GPL-2.0` `C` - [Jellyfin](https://jellyfin.media) - Streaming audio/video server with a slick UI and robust transcoding capabilities (fork of Emby). ([Source Code](https://github.com/jellyfin/jellyfin)) `GPL-2.0` `C#` |