Latest revision |
Your text |
Line 1: |
Line 1: |
| {{channels}} | | {{channels}} |
− | {{headerbox}} | + | {{boxstart}} |
− | | + | We conduct meetings in person when possible and live-streaming on Jitsi at [https://meet.jit.si/noisebridge Noisebridge Jitsi]. |
− | ''[https://jitsi.org/ Jitsi] is a free open-source videoconferencing system we use to conduct [[meetings]] and many [[events]] and [[classes]] as hybrid events both in-person at the space and [[streaming]] for remote participants.''
| |
− | | |
− | '''Click a link below to join online!'''
| |
− | * [https://meet.jit.si/noisebridge Noisebridge main Jitsi] used for Tuesday [[meetings]]
| |
− | * [https://meet.jit.si/hackatorium Hackitorium Jitsi] used for general [[events]] taking place there.
| |
− | * [https://meet.jit.si/church Church Room Jitsi]
| |
− | * [https://meet.jit.si/turing Turing Room Jitsi]
| |
− | | |
− | [[Streaming]] instructions are part of our [[Event Support]] guidelines. <br>
| |
− | Streaming is not a requirement at Noisebridge (it was [https://www.noisebridge.net/wiki/Consensus_Items_History blocked as a consensus item 6/2020]), so you may need to advocate for an event to be streamed and/or try to get technical support issues solved. <br>
| |
− | If you want to see more events and classes streamed, please speak up at the [https://www.noisebridge.net/wiki/Meetings Tuesday meetings] and ask [[Event Support]] volunteers to assist event hosts in streaming successfully. Do-ocracy!''
| |
− | | |
− | '''RELATED:''' Some events or conversations like [[Machine Learning]] and [[Gamebridge]] are also held on [[Discord]].
| |
| {{boxend}} | | {{boxend}} |
| | | |
− | == Rooms ==
| |
− | There are a few regular and persistent rooms regularly on-line. Any room can be created by just specifying a web path to your name of choice, or by entering any value in to the form on the home page and pressing "Start Meeting"
| |
| | | |
− | === Hackitorium ===
| + | We are also currently streaming the [https://jitsi.noisebridge.io/hackatorium Jitsi Virtual Hackitorium]. |
− | On-line via the [[Telebridge]] station whenever people want to be visible with a feed of the [[Noise_Square_Table]] from inside [[272 Capp]] St. Weekly [[meetings]] are held here Tuesday nights, and there is regular [[To-Doocratic]] Thursday Eve.
| |
− | | |
− | === Turing ===
| |
− | | |
− | === Ohsnap ===
| |
− | | |
− | === Capp ===
| |
− | | |
− | === ft ===
| |
− | | |
− | = Noisebridge Jitsi Server Self-Hosted Rooms=
| |
− | Noisebridge's https://jitsi.noisebridge.io Jitsi server is offline at the moment so we are using the free public Jitsi hosted rooms instead till these get fixed:
| |
− | *[https://jitsi.noisebridge.io/turing Event Room 1] main events room <br>
| |
− | *[https://jitsi.noisebridge.io/church Event Room 2 / Side Convos] for simultaneous events or side conversations.<br>
| |
− | | |
− | | |
− | == some admin commands ==
| |
− | This looks possibly useful as a crib sheet
| |
− | https://community.jitsi.org/t/how-to-how-to-upgrade-jitsi-meet-monitor-the-logs/73746
| |
| | | |
| == Webcam control on Arch (v4l2-ctl) == | | == Webcam control on Arch (v4l2-ctl) == |
Line 72: |
Line 38: |
| [x@replicator ~]$ v4l2-ctl -d /dev/video3 --list-ctrls | | [x@replicator ~]$ v4l2-ctl -d /dev/video3 --list-ctrls |
| [x@replicator ~]$ | | [x@replicator ~]$ |
− | </pre>
| |
− |
| |
− | <pre>
| |
− | [x@replicator ~]$ v4l2-ctl -d /dev/video2 -C zoom_absolute
| |
− | zoom_absolute: 100
| |
− | [x@replicator ~]$ v4l2-ctl -d /dev/video2 -c zoom_absolute=200
| |
− | [x@replicator ~]$ v4l2-ctl -d /dev/video2 -c zoom_absolute=150
| |
− | [x@replicator ~]$ v4l2-ctl -d /dev/video2 -C zoom_absolute
| |
− | zoom_absolute: 150
| |
− | [x@replicator ~]$ v4l2-ctl -d /dev/video2 -C pan_absolute
| |
− | pan_absolute: 0
| |
− | [x@replicator ~]$ v4l2-ctl -d /dev/video2 -c pan_absolute=3600
| |
− | [x@replicator ~]$ v4l2-ctl -d /dev/video2 -c pan_absolute=-3600
| |
− | [x@replicator ~]$ v4l2-ctl -d /dev/video2 -c pan_absolute=0
| |
− | [x@replicator ~]$ v4l2-ctl -d /dev/video2 -c tilt_absolute=-3600
| |
− | [x@replicator ~]$ v4l2-ctl -d /dev/video2 -c tilt_absolute=-7200
| |
− | [x@replicator ~]$ v4l2-ctl -d /dev/video2 -C focus_absolute
| |
− | focus_absolute: 0
| |
− | [x@replicator ~]$ v4l2-ctl -d /dev/video2 -c focus_absolute=50
| |
− | VIDIOC_S_EXT_CTRLS: failed: Invalid or incomplete multibyte or wide character
| |
− | focus_absolute: Invalid or incomplete multibyte or wide character
| |
− | [x@replicator ~]$ v4l2-ctl -d /dev/video2 -C focus_auto
| |
− | focus_auto: 1
| |
− | [x@replicator ~]$ v4l2-ctl -d /dev/video2 -c focus_auto=0
| |
− | [x@replicator ~]$ v4l2-ctl -d /dev/video2 -C focus_auto
| |
− | focus_auto: 0
| |
− | [x@replicator ~]$ v4l2-ctl -d /dev/video2 -c focus_absolute=50
| |
− | [x@replicator ~]$ v4l2-ctl -d /dev/video2 -c focus_absolute=20
| |
− | [x@replicator ~]$ v4l2-ctl -d /dev/video2 -c focus_absolute=0
| |
| </pre> | | </pre> |