View Single Post
  #258  
Old 01-04-2012, 12:10 PM
JoveQ JoveQ is offline
Junior Member
 
Join Date: Jan 2012
Posts: 2
JoveQ is on a distinguished road
Default

Re: weeb.tv: Help to download live TV streams


Quote:
Originally Posted by karolp1993 View Post
Hi! Is it possible to record currently watched program?
Change the line 285 in KSV script form:
Quote:
$command = 'rtmpdump -r "' . $rtmp . "/" . $playpath . '" -W "http://static2.weeb.tv/player.swf" --weeb "' . $token . "\" --live | \"$vlc\" -";
to:
Quote:
$command = 'rtmpdump -r "' . $rtmp . "/" . $playpath . '" -W "http://static2.weeb.tv/player.swf" --weeb "' . $token . "\" --live -o \"%USERPROFILE%\Desktop\\$filename.flv\"";
Recorded program will be saved on desktop.

Last edited by JoveQ : 01-05-2012 at 09:37 AM.
Reply With Quote