Site Tools


Hotfix release available: 2024-02-06a "Kaos". upgrade now! [55.1] (what's this?)
New release available: 2024-02-06 "Kaos". upgrade now! [55] (what's this?)
piplus

This is an old revision of the document!


wayvnc needs pi repo

pacman -S weston wayvnc signal-desktop dmenu xorg-xwayland
WLR_BACKENDS=headless WLR_LIBINPUT_NO_DEVICES=1 sway
wayvnc 0.0.0.0

open vnc port

wf-recorder --muxer=v4l2 --codec=rawvideo --pixel-format=yuv420p --file=/dev/video0
wf-recorder --muxer=v4l2 -f /dev/video4 -c rawvideo -x yuyv422
ffmpeg -loop 1 -i image.jpg -i audio.mp3 -shortest -c:v libx264 -c:a copy result.mkv
ffmpeg -loop 1 -i image.jpg -i audio.mp3 -vf "drawtext=text='My text starting at 640x360':x=640:y=360:fontsize=24:fontcolor=white" -shortest -c:v libx264 -c:a copy result.mkv 
pacman -S linux-headers v4l2loopback-dkms wf-recorder
modprobe v4l2loopback devices=1 max_buffers=2 exclusive_caps=1 card_label="VirtualCam"
gpasswd -a onny video
pactl load-module module-pipe-source source_name=virtmic file=/home/onny/virtmic format=s16le rate=16000 channels=1
pactl set-default-source virtmic
ffmpeg -re -i piplus/result.mkv -map 0:v -vf format=yuv420p -f v4l2 /dev/video0 -map 0:a -f s16le -ar 16000 -ac 1 - > virtmic
  1. use custom signal-ringrtc-node in signal-desktop
git clone https://github.com/signalapp/ringrtc.git
rustup toolchain install 1.49.0
rustup default 1.49.0
pacman -S depot-tools-git
export PATH="/opt/depot_tools:$PATH"
cd ringrtc
make electron PLATFORM=unix
diff --git a/src/rust/src/webrtc/media.rs b/src/rust/src/webrtc/media.rs
index ee1f3e0..8e5eadb 100644
--- a/src/rust/src/webrtc/media.rs
+++ b/src/rust/src/webrtc/media.rs
@@ -483,10 +483,10 @@ impl Default for AudioEncoderConfig {
         Self {
             packet_size_ms: 20,
 
-            bandwidth: AudioBandwidth::Auto,
+            bandwidth: AudioBandwidth::Wide,
 
             start_bitrate_bps: 40000,
-            min_bitrate_bps:   16000,
+            min_bitrate_bps:   40000,
             max_bitrate_bps:   40000,
             complexity:        9,
             enable_cbr:        true,
git clone https://github.com/signalapp/signal-ringrtc-node.git
cd signal-ringrtc-node
ln -s /home/onny/projects/ringrtc/src/node/build/linux/libringrtc.node build/linux/libringrtc.node

new

sudo systemctl stop nftables
nft flush ruleset
export WLR_BACKENDS=headless
export WLR_LIBINPUT_NO_DEVICES=1
export WAYLAND_DISPLAY=wayland-1
export XDG_RUNTIME_DIR=/tmp
export XDG_SESSION_TYPE=wayland
sway &
wayvnc -p 0.0.0.0
pacman -Q signal-desktop sway-git wlroots-git
signal-desktop 5.19.0-1
sway-git r6794.f4db502d-1
wlroots-git 0.14.0.r293.gdc22a061-1
piplus.1645490702.txt.gz · Last modified: 2022/02/22 00:45 by 65.108.64.210