make it look nicer
This commit is contained in:
parent
f233795fd4
commit
9df5b03b03
1 changed files with 11 additions and 2 deletions
13
remote-audio
13
remote-audio
|
@ -7,9 +7,18 @@ set -E -o pipefail
|
|||
shopt -s failglob
|
||||
export LC_ALL=C.UTF8
|
||||
|
||||
|
||||
|
||||
start() {
|
||||
roc-recv -s rtp+rs8m://0.0.0.0:10001 -r 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 &
|
||||
roc-recv \
|
||||
--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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue