Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl 
    use strict;
    ...
    while(my ($key, $value) = each(%config)) {
        print "key: $key, value: $value\n";
    }
    
  2. or download this
    ServerIP=<10.11.200.189> 
    FirewallIP=<10.11.200.189> 
    ...
    RecordServerIP=<10.11.200.189> 
    MediaPort=<7080> 
    ControlPort=<7081>