use the full option not the flag
This commit is contained in:
parent
e416332451
commit
b9d8c165c6
1 changed files with 4 additions and 4 deletions
|
@ -13,12 +13,12 @@ start() {
|
||||||
roc-recv \
|
roc-recv \
|
||||||
--source=rtp+rs8m://0.0.0.0:10001 \
|
--source=rtp+rs8m://0.0.0.0:10001 \
|
||||||
--repair=rs8m://0.0.0.0:10002 \
|
--repair=rs8m://0.0.0.0:10002 \
|
||||||
-o alsa://default &
|
--output=alsa://default &
|
||||||
|
|
||||||
roc-send \
|
roc-send \
|
||||||
-s rtp+rs8m://192.168.178.40:10001 \
|
--source=rtp+rs8m://192.168.178.40:10001 \
|
||||||
-r rs8m://192.168.178.40:10002 \
|
--repair=rs8m://192.168.178.40:10002 \
|
||||||
-i alsa://default &
|
--input=alsa://default &
|
||||||
}
|
}
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue