aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/contrib
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-14 09:45:51 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-14 09:45:51 +0100
commit92ce02e64478597f05de6d445660a477083f10b1 (patch)
tree88c0b33225223b9f7d7d0c21a8e9fe5dd57f65d6 /openbsc/contrib
parent558bdb4330bb0961456a5aa51a368e53f73fc855 (diff)
rtp: Take the parameter from the arguments
$ gst rtp_replay.st -a FILE
Diffstat (limited to 'openbsc/contrib')
-rw-r--r--openbsc/contrib/rtp/rtp_replay.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/contrib/rtp/rtp_replay.st b/openbsc/contrib/rtp/rtp_replay.st
index a281570cf..7fa9a4c9d 100644
--- a/openbsc/contrib/rtp/rtp_replay.st
+++ b/openbsc/contrib/rtp/rtp_replay.st
@@ -10,7 +10,7 @@ Eval [
| replay |
- replay := RTPReplay on: 'rtp_ssrc6976010.240.240.1_to_10.240.240.50.state'.
+ replay := RTPReplay on: Smalltalk arguments first.
Transcript nextPutAll: 'Going to stream now'; nl.
replay streamAudio: '127.0.0.1' port: 4000.