Started work on HLS Livestreaming. Created basic HLS Livestream Media Handler.
This commit is contained in:
parent
c6de68b474
commit
dd00a11b92
6 changed files with 208 additions and 72 deletions
|
|
@ -42,6 +42,8 @@ class player{
|
|||
|
||||
//Numbers
|
||||
this.syncTolerance = 0.4;
|
||||
//Might seem weird to keep this here instead of the HLS handler, but remember we may want to support other livestream services in the future...
|
||||
this.streamSyncTolerance = 2;
|
||||
this.syncDelta = 6;
|
||||
this.volume = 1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue