make it look nicer

This commit is contained in:
Ranomier 2024-12-15 17:23:10 +01:00
parent f233795fd4
commit 9df5b03b03

View file

@ -7,9 +7,18 @@ set -E -o pipefail
shopt -s failglob shopt -s failglob
export LC_ALL=C.UTF8 export LC_ALL=C.UTF8
start() { start() {
roc-recv -s rtp+rs8m://0.0.0.0:10001 -r rs8m://0.0.0.0:10002 -o alsa://default & roc-recv \
roc-send -s rtp+rs8m://192.168.178.40:10001 -r rs8m://192.168.178.40:10002 -i alsa://default & --source=rtp+rs8m://0.0.0.0:10001 \
--repair=rs8m://0.0.0.0:10002 \
-o alsa://default &
roc-send \
-s rtp+rs8m://192.168.178.40:10001 \
-r rs8m://192.168.178.40:10002 \
-i alsa://default &
} }
stop() { stop() {