Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Jpfonseca/Adaptive_Live_Streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adaptive Live-streaming

This project aims to provide a easy configurable way to livestream a video and adapt the stream to the changes in a network.
This means that when the bandwidth available decreases/increases, the quality of the video should follow the same behaviour.

To analyse the Network status we check the information of the Average RTT and the percentage of Packets Lost.

Documentation

All the documentation is available in the docs/ folder.

This documentation was made using Gitbooks, you can read it on your browser offline by installing the Gitbooks Client. It requires nodejs and npm installed on your computer.
Give it a try ;) :

  1. Open a terminal and download/clone the repository
  2. cd Adaptive_Livestreaming/
  3. Install Gitbooks npm install gitbook-cli -g
  4. Preview and serve the book using gitbook serve
  5. On your browser and access http://localhost:portwherethebookisbeingserved

Or if you want, you can read the documentation online here