Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

weeb.tv: Help to download live TV streams

(http://stream-recorder.com/forum/showthread.php?t=9823)

Rolle 02-11-2013 08:47 AM

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


 
Hi!

First of all, thank you KSV for creating these scripts and making them available for the community. After about an hour of searching and trial and error I finally got the script working. Since there's no real manual and the wiki is lacking in information I thought I'd share some of my problems and observations I noticed during the installation process.

1. You need the modified version of rtmpdump which can be found here: http://stream-recorder.com/forum/sho...&postcount=349 - thanks KSV. Where ever you extract these make sure to add the directory to the PATH system variable.
2. If you download latest PHP for windows (http://windows.php.net/download/) it comes in a ZIP file only (no installer). That means you have to manually extract it to a folder on the drive and add it to PATH system variable.
3. The zipped PHP comes with pre-packaged configuration file. Go to your PHP folder and find "php.ini-development". Create a copy of that file and rename it to "php.ini" only.
Now, you need to make some changes in this file:

Uncomment line 730:
BEFORE:
Code:

; extension_dir = "ext"
AFTER:
Code:

extension_dir = "ext"
Uncomment line 869:
BEFORE:
Code:

;extension=php_curl.dll
AFTER:
Code:

extension=php_curl.dll
Add below line 869:
Code:

extension=php_com_dotnet.dll
This allows PHP to run with the plugins that are used by KSV's script.

Hope that hopes some of you with easier installation :)

KSV 02-11-2013 10:46 AM

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


 
Quote:

Originally Posted by Rolle (Post 59609)
Since there's no real manual and the wiki is lacking in information I thought I'd share some of my problems and observations I noticed during the installation process.

i don't think you have read the wiki carefully especially the "Installing PHP for dummies" section otherwise you don't have to manually edit the php.ini file.

tmk9309252 03-20-2013 02:23 PM

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


 
can i have a reup of file please?

limes 04-04-2013 12:48 AM

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


 
Help pls KSV on Windows everything is ok but in linux i have an error

Quote:

PHP Notice: Undefined offset: 1 in /home/limes/Desktop/WeebTV.php on line 522
PHP Warning: uksort() expects parameter 1 to be array, null given in /home/limes/Desktop/WeebTV.php on line 529
I understand that is not array but dont know how to repair this :(

KSV 04-04-2013 03:00 AM

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


 
Quote:

Originally Posted by limes (Post 61283)
Help pls KSV on Windows everything is ok but in linux i have an error
...
I understand that is not array but dont know how to repair this :(

i don't think uksort is main issue. most probably you are missing curl extension from your Linux installation so loading the channel list fails.

limes 04-04-2013 09:26 AM

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


 
i have installed php5-curl and it work, but WeebTV.php don't :(

Quote:

$html = $cc->get("http://weeb.tv/channels/live");
echo $html ; ------GOOD
preg_match('/<ul class="channels">(.*?)<\/ul>/is', $html, $html);
$html = $html[1]; ------NOTHING! :(

seems to be preg_match wrong :(

KSV 04-04-2013 11:37 AM

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


 
Quote:

Originally Posted by limes (Post 61301)
seems to be preg_match wrong :(

it may be due to old version of php. make sure you are using at least 5.4 version. i haven't tested it with older versions.

limes 04-04-2013 12:33 PM

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


 
You right!

If I change to:
Quote:

$html = explode('channels">', $html);
$html = explode("</ul>", $html[1]);
$html = $html[0];
It Work! Thanks KSV for compilation patch too :) sorry for my English.

mastermind89 04-14-2013 02:18 AM

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


 
Hi,

TiWi project is live again, forum with app download was moved to

Code:

http://mastermind89.eu/TiWi-WeebTV
Many thanks to KSV for everything! :)

Best regards,
mm89

limes 07-26-2013 03:09 AM

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


 
Hi ! I have toruble with some channels

TVN24, HBO2, DISCOVERY, C+Family1 .. it's possible that weeb.tv secure it with codec or something else?


All times are GMT -6. The time now is 09:12 PM.