Allow the latency compensator to be dynamic

This commit is contained in:
Gabe Kangas
2022-03-16 23:34:17 -07:00
parent 4d5de61148
commit d8ead6d954
2 changed files with 14 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ import videojs from '/js/web_modules/videojs/dist/video.min.js';
import { getLocalStorage, setLocalStorage } from '../utils/helpers.js';
import { PLAYER_VOLUME, URL_STREAM } from '../utils/constants.js';
import PlaybackMetrics from '../metrics/playback.js';
import LatencyCompensator from './latencyCompensator.js';
const VIDEO_ID = 'video';