mirror of
https://github.com/davedoesdev/streamana.git
synced 2025-09-27 10:02:08 +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 mrcfg = this.config.media_recorder;
|
||||||
|
|
||||||
const mp4 = async () => {
|
const mp4 = async () => {
|
||||||
if (mfcrg.mp4) {
|
if (mrcfg.mp4) {
|
||||||
// try MediaRecorder MP4 - this should work on Safari MacOS and iOS,
|
// try MediaRecorder MP4 - this should work on Safari MacOS and iOS,
|
||||||
// producing H.264 video and AAC audio
|
// producing H.264 video and AAC audio
|
||||||
await this.media_recorder('video/mp4');
|
await this.media_recorder('video/mp4');
|
||||||
|
Reference in New Issue
Block a user