From a5aea50b8d552b6410dd7ac7d5e5f312dc9179e3 Mon Sep 17 00:00:00 2001 From: Adam Shiervani Date: Tue, 25 Mar 2025 11:49:03 +0100 Subject: [PATCH] Add Firefox-specific troubleshooting steps for WebRTC issues in documentation --- content/docs/getting-started/troubleshooting.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/docs/getting-started/troubleshooting.mdx b/content/docs/getting-started/troubleshooting.mdx index 5c9a081..0129b98 100644 --- a/content/docs/getting-started/troubleshooting.mdx +++ b/content/docs/getting-started/troubleshooting.mdx @@ -34,6 +34,13 @@ The most common issue with JetKVM is getting stuck at "Loading video stream..." - Make sure "Broadcast IP for best WebRTC Performance" is enabled - Restart the browser after making these changes +**For Firefox:** + +- Navigate to `about:config` +- Search for `media.peerconnection.enabled` +- Set it to `true` +- Restart the browser after making these changes + ### 4. Check Browser Autoplay Settings - As noted by some users, browsers may block video autoplay by default