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:
parent
910c139702
commit
468b4fd414
@ -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/
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user