From 44f544da858290c2d8c6da8698046ffb5a8d80df Mon Sep 17 00:00:00 2001 From: David Halls Date: Fri, 10 Jun 2022 22:11:26 +0100 Subject: [PATCH] Pick up fix from https://github.com/Snappers-tv/streamana/commit/948fef2f40786054fee0639410a289a65bccb251 --- site/streamer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/streamer.js b/site/streamer.js index 3da9a2e..de1f5c4 100644 --- a/site/streamer.js +++ b/site/streamer.js @@ -85,7 +85,7 @@ export class Streamer extends EventTarget { const mrcfg = this.config.media_recorder; const mp4 = async () => { - if (mfcrg.mp4) { + if (mrcfg.mp4) { // try MediaRecorder MP4 - this should work on Safari MacOS and iOS, // producing H.264 video and AAC audio await this.media_recorder('video/mp4');