forked from Github/frigate
Try webrtc when mse fails with decoding error (#11745)
* Try webrtc if enabled and mse fails with decoding error * default to jsmpeg if webrtc times out * check for mic first
This commit is contained in:
@@ -138,6 +138,7 @@ export default function LivePlayer({
|
||||
iOSCompatFullScreen={iOSCompatFullScreen}
|
||||
onPlaying={() => setLiveReady(true)}
|
||||
pip={pip}
|
||||
onError={onError}
|
||||
/>
|
||||
);
|
||||
} else if (liveMode == "mse") {
|
||||
|
||||
Reference in New Issue
Block a user