View Single Post
  #10  
Old 10-26-2011, 06:55 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: weeb.tv - How to watch live with rtmpdump


also change

Code:
$oExec    = $WshShell->Run("\"$filename.bat\"", 1, false);
to

Code:
$oExec    = $WshShell->Run("WeebTV.bat", 1, false);
Reply With Quote