Browse Source

rename option

git.mgm/mediaproxy-ng/github/master
Richard Fuchs 13 years ago
parent
commit
446a89c7f7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/simulator-ng.pl

+ 1
- 1
tests/simulator-ng.pl View File

@ -25,7 +25,7 @@ GetOptions(
'reinvites' => \$REINVITES,
'branches' => \$BRANCHES,
'max-streams=i' => \$STREAMS,
'protos=s' => \$PROTOS, # "RTP/AVP,RTP/SAVP"
'protocols=s' => \$PROTOS, # "RTP/AVP,RTP/SAVP"
) or die;
($IP || $IPV6) or die("at least one of --local-ip or --local-ipv6 must be given");


Loading…
Cancel
Save