From 92ce02e64478597f05de6d445660a477083f10b1 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 14 Nov 2013 09:45:51 +0100 Subject: [PATCH] rtp: Take the parameter from the arguments $ gst rtp_replay.st -a FILE --- openbsc/contrib/rtp/rtp_replay.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.