diff options
author | nodiscc <nodiscc@gmail.com> | 2017-11-26 13:48:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-26 13:48:17 +0000 |
commit | fa1568bf0a71a5ffda9ff968bbd42ee0c6ef6e78 (patch) | |
tree | f69581e7f7d32da1358eeebef2daa7bc89079543 | |
parent | add PeerTube (diff) | |
download | awesome-selfhosted-fa1568bf0a71a5ffda9ff968bbd42ee0c6ef6e78.tar.gz awesome-selfhosted-fa1568bf0a71a5ffda9ff968bbd42ee0c6ef6e78.zip |
fix missing '.'
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -804,7 +804,7 @@ See also <https://en.wikipedia.org/wiki/List_of_streaming_media_systems>, <https * [MistServer](http://mistserver.org/) - A streaming media server that works well in any streaming environment. ([Source Code](https://github.com/DDVTECH/mistserver)) `AGPLv3` `C++` * [Myflix](https://github.com/pastapojken/Myflix) - Self-hosted, super lightweight Netflix alternative. `MIT` `Shell` * [Odd Networks](http://oddnetworks.com) - Open source video management system (VMS) and API for collections and videos with supporting SDKs for Roku, Apple iOS/tvOS, Google Android, and Amazon FireTV. ([Source Code](https://github.com/oddnetworks/oddworks)) `MIT` `Nodejs` - * [PeerTube](https://framagit.org/chocobozzz/PeerTube) - Decentralized video streaming platform using P2P (BitTorrent) directly in the web browser `AGPLv3` `Nodejs` + * [PeerTube](https://framagit.org/chocobozzz/PeerTube) - Decentralized video streaming platform using P2P (BitTorrent) directly in the web browser. `AGPLv3` `Nodejs` * [ReadyMedia](http://sourceforge.net/projects/minidlna/) - A simple media server software, with the aim of being fully compliant with DLNA/UPnP-AV clients. `GPLv2` `C` * [Restreamer](https://datarhei.github.io/restreamer/) - Restreamer allows you to do h.264 real-time video streaming on your website without a streaming provider. ([Source Code](https://github.com/datarhei/restreamer)) `Apache` `Nodejs/Docker` * [Rygel](https://wiki.gnome.org/action/show/Projects/Rygel) - Rygel is a UPnP AV MediaServer that allows you to easily share audio, video, and pictures. Media player software may use Rygel to become a MediaRenderer that may be controlled remotely by a UPnP or DLNA Controller. `GPLv3` `C` |