diff --git a/src/components/maincontroller.ts b/src/components/maincontroller.ts index 0418e24f..3c84ebd0 100644 --- a/src/components/maincontroller.ts +++ b/src/components/maincontroller.ts @@ -925,6 +925,7 @@ if (!import.meta.env.PROD) { window.castReceiverContext.setLoggerLevel(cast.framework.LoggerLevel.NONE); } +options.useShakaForHls = true; options.playbackConfig = new cast.framework.PlaybackConfig(); // Set the player to start playback as soon as there are five seconds of // media content buffered. Default is 10.