View Single Post
  #8  
Old 10-26-2011, 06:23 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


it's necessary to create batch file to easily pipe the stream from rtmpdump to vlc. however you can modify the script to create single batch file instead of each one for different channel. replace

Code:
$BatchFile = fopen($filename . '.bat', 'w');
with

Code:
$BatchFile = fopen('WeebTV.bat', 'w');
Reply With Quote