Displaying 1 result from an estimated 1 matches for "icecasthost".
2004 Aug 06
0
reencoding: ices/lame with otto
...H switch into the system call of ices:
     system
         $icesexe,
#       "-B",  # this flag makes the ices process detach and go into 
background (async) mode
         "-H 96",
         "-s",
         "-S", "builtin",
         "-h", $icecasthost,
         "-p", $icecastport,
         "-P", $icecastpass,
#       "-b", $kbps,
         "-n", $name,
#       "-g", "Various Specific",
#       "-d", $name,
         "-u", $url,
         "-m", $icecastmountpoi...