View Single Post
  #5  
Old 06-14-2013, 04:52 AM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

Re: a problem to stream is it secure token?


Install php.

Installing PHP for dummies (Windows only):

1. Download PHP 5.4 zip package and extract it to C:\PHP folder :
Code:
http://windows.php.net/download/
2. Download PHP.ini and copy it to the same folder.
Code:
http://www.mediafire.com/file/73pmlxqeuwdwdep/PHP.ini
3. Right click on "My Computer" and go to Properties->Advanced->Environment Variables and add following string to the end of Path Variable.

Code:
    ;C:\PHP
4. Open cmd prompt and type php -v. if you have done above steps correctly then you will see something like following.

Code:
 PHP 5.4.13 (cli) (built: Mar 15 2013 02:07:14)
    Copyright (c) 1997-2013 The PHP Group
    Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
It goes like that.

Code:
%systemdrive%\progra~1\php\php WeebTV.php --url "http://weeb.tv/online/filmbox"

                             KSV WeebTV Downloader

Retrieving html....
RTMP Url: rtmp://95.211.215.129/live/108
Playpath: liveHI
Token   : 18839217
Premium : No
Command : rtmpdump -r "rtmp://95.211.215.129/live/108/liveHI" -W "http://static2.weeb.tv/static2/player.swf" --weeb "18839217" --live | "C:\Program Files\VideoLAN\VLC\vlc.exe" --meta-title "filmbox" -
Finished
Reply With Quote