www/mozilla-firefox: mention sysctl kern.video.record in pkg-readme

since sysctl kern.audio.record is already mentioned.

OK landry@
This commit is contained in:
caspar 2022-08-07 19:21:20 +00:00
parent 910c139702
commit 468b4fd414
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,7 @@ MOZILLA_VERSION = 103.0.1
MOZILLA_BRANCH = release
MOZILLA_PROJECT = firefox
MOZILLA_CODENAME = browser
REVISION = 0
WRKDIST = ${WRKDIR}/${MOZILLA_DIST}-${MOZILLA_DIST_VERSION:C/b[0-9]*//}
HOMEPAGE = https://www.mozilla.org/firefox/

View File

@ -108,9 +108,10 @@ videos, install the "ffmpeg" package:
WebRTC support
==============
For WebRTC to work properly, you need to enable audio recording:
For WebRTC to work properly, you need to enable audio and video recording:
# sysctl kern.audio.record=1
# sysctl kern.video.record=1
You will also need to change the ownership and/or permissions of the
relevant video(4) device so that your user can access the webcam