Quote:
Originally Posted by karolp1993
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.