This commit is contained in:
Quentin 2020-02-02 15:51:15 +01:00
parent 156439e390
commit 473368f366
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ dcall \
-t filesrc \
-a file:///assets/i_have_a_dream.mp3 \
-s fakesink \
-b 127.0.0.1
-b 127.0.0.1 \
-l $3 \
-d $4/log/client-dcall-gstreamer.log \
> $4/log/client-dcall-stdout.log 2> $4/log/client-dcall-stderr.log

View file

@ -15,7 +15,7 @@ dcall \
-t filesrc \
-a file:///assets/i_have_a_dream.mp3 \
-s fakesink \
-b 127.0.0.1
-b 127.0.0.1 \
-l $3 \
-d ../log/server-dcall-gstreamer.log \
> ../log/server-dcall-stdout.log 2> ../log/server-dcall-stderr.log