Pick up fix from 948fef2f40

This commit is contained in:
David Halls
2022-06-10 22:11:26 +01:00
parent 184d0a47bb
commit 44f544da85

View File

@@ -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');