mirror of
https://github.com/davedoesdev/streamana.git
synced 2025-09-26 17:51:12 +08:00
Pick up fix from 948fef2f40
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user