Started work on HLS Livestreaming. Created basic HLS Livestream Media Handler.

This commit is contained in:
rainbow napkin 2025-05-12 17:54:47 -04:00
parent c6de68b474
commit dd00a11b92
6 changed files with 208 additions and 72 deletions

View file

@ -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;