From c5d299c4ec1d396528e9b04eeb8d6fba6deb0289 Mon Sep 17 00:00:00 2001 From: Vanilagy <1696106+Vanilagy@users.noreply.github.com> Date: Mon, 14 Jul 2025 09:53:26 +0200 Subject: [PATCH] =?UTF-8?q?QuickTime=20=F0=9F=98=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/live-recording/live-recording.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/live-recording/live-recording.ts b/examples/live-recording/live-recording.ts index 98326f5..dd4c721 100644 --- a/examples/live-recording/live-recording.ts +++ b/examples/live-recording/live-recording.ts @@ -85,7 +85,7 @@ const startRecording = async () => { // Add the video track, with the canvas as the source videoSource = new CanvasSource(canvas, { - codec: 'vp9', + codec: 'avc', bitrate: QUALITY_MEDIUM, keyFrameInterval: 0.5, latencyMode: 'realtime', // Allow the encoder to skip frames to keep up with real-time constraints