Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Readme: Correct configuration for firefox #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ If you have access to a TURN server and you want your balenaCam devices to use i
- Chrome browsers will hide the local IP address from WebRTC, making the page appear but no camera view. To resolve this try the following
- Navigate to chrome://flags/#enable-webrtc-hide-local-ips-with-mdns and set it to Disabled
- You will need to relaunch Chrome after altering the setting
- Firefox may also hide local IP address from WebRTC, confirm following in 'config:about'
- Firefox may also hide local IP address from WebRTC, confirm following in 'about:config'
- media.peerconnection.enabled: true
- media.peerconnection.ice.obfuscate_host_addresses: false

Expand Down