[talk] Aug meeting

Jonathan Drews jondrews at fastmail.com
Wed Jul 28 21:22:26 EDT 2021


On Tue, Jul 27, 2021 at 06:41:21PM -0400, Pat McEvoy wrote:
> 
> I am glad you like the round table idea. We are overdue in testing Jitsi for our meetings. I will give it a try over the weekend and see. As for time it would be the same 18:45 EDT we have always had. 
> 

Pat and others:

 Here is a little help for configuring Audio and Video on OpenBSD:

The primary reference is:

https://www.openbsd.org/faq/faq13.html
in addition to the man pages.
 To get audio and video working on OpenBSD:

Add yourself to group wheel in /etc/group. Then do as root:
# chmod g+rw /dev/video0
or whatever your video device is. Find it in dmesg.

In  /etc/sysctl.conf (file is in /etc/examples) add:

kern.audio.record=1
kern.video.record=1

This file should be moved to /etc

Add the following lines to /etc/mixerctl.conf (mixerctl.conf
is in /etc/examples).

---------------------------
# $OpenBSD: mixerctl.conf,v 1.1 2014/07/16 13:21:33 deraadt Exp $
#
# mixerctl(1) configurable parameters. See mixerctl.conf(5) for
details.
#

# output volume value for most audio cards
# outputs.master=200
record.enable=on    <------ add this line.
--------------------------

Again, mixerctl.conf should be in /etc

You'll have to experiment as your laptop may not have the same
entries as my mixerctl.conf. Invariably they should begin with
"record." Do # mixerctl -av  to find the settings

As an aid in getting your microphone to work use aucat (see man 1
aucat).
To do a test recoding do:
$ aucat -o test.wav
to play back the rscording, to see if your microphone is working do:
$ aucat -i test.wav

I have used Jitsi several times from my OpenBSD T440 Laptop. The
only difficulty was sharing my desktop. Firefox froze when doing
that. My guess is that happens because of pledge. Video and audio
worked great. Response times can be bad if you use Jitsi over WiFi.
I switched to ethernet and my signal strength improved.

To adjust the volume of the microphone and speakers use cmixer.
cmixer is in packages.


We can have a test meeting this weekend, if anyone wants to participate.
https://meet.jit.si/  is the site I use.

--
Kind regards,
Jonathan



More information about the talk mailing list