rtp: Take the parameter from the arguments

$ gst rtp_replay.st -a FILE
This commit is contained in:
Holger Hans Peter Freyther 2013-11-14 09:45:51 +01:00
parent 558bdb4330
commit 92ce02e644
1 changed files with 1 additions and 1 deletions

View File

@ -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.