feat: single publisher

This commit is contained in:
2023-11-08 17:36:04 +00:00
parent 7ca6a3bc6e
commit 224bf5c85c
25 changed files with 16 additions and 24 deletions

View File

@ -26,7 +26,7 @@ export function LiveVideoPlayer(props: VideoPlayerProps) {
const hls = new Hls({
enableWorker: true,
lowLatencyMode: true,
backBufferLength: 90
backBufferLength: 90,
});
hls.loadSource(streamCached);
hls.attachMedia(video.current);