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 \
|
||||
--source=rtp+rs8m://0.0.0.0:10001 \
|
||||
--repair=rs8m://0.0.0.0:10002 \
|
||||
-o alsa://default &
|
||||
--output=alsa://default &
|
||||
|
||||
roc-send \
|
||||
-s rtp+rs8m://192.168.178.40:10001 \
|
||||
-r rs8m://192.168.178.40:10002 \
|
||||
-i alsa://default &
|
||||
--source=rtp+rs8m://192.168.178.40:10001 \
|
||||
--repair=rs8m://192.168.178.40:10002 \
|
||||
--input=alsa://default &
|
||||
}
|
||||
|
||||
stop() {
|
||||
|
|
Loading…
Reference in a new issue