Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #371  
Old 02-11-2013, 09:47 AM
Rolle Rolle is offline
Junior Member
 
Join Date: Feb 2013
Posts: 1
Rolle is on a distinguished road
Default

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
Reply With Quote
  #372  
Old 02-11-2013, 11:46 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

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


Quote:
Originally Posted by Rolle View Post
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.
Reply With Quote
  #373  
Old 03-20-2013, 03:23 PM
tmk9309252 tmk9309252 is offline
Junior Member
 
Join Date: Mar 2013
Posts: 1
tmk9309252 is on a distinguished road
Default

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


can i have a reup of file please?
Reply With Quote
  #374  
Old 04-04-2013, 01:48 AM
limes limes is offline
Junior Member
 
Join Date: Apr 2013
Posts: 6
limes is on a distinguished road
Default

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

Last edited by limes : 04-04-2013 at 04:05 AM.
Reply With Quote
  #375  
Old 04-04-2013, 04:00 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

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


Quote:
Originally Posted by limes View Post
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.
Reply With Quote
  #376  
Old 04-04-2013, 10:26 AM
limes limes is offline
Junior Member
 
Join Date: Apr 2013
Posts: 6
limes is on a distinguished road
Default

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

Last edited by limes : 04-04-2013 at 11:40 AM.
Reply With Quote
  #377  
Old 04-04-2013, 12:37 PM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

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


Quote:
Originally Posted by limes View Post
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.
Reply With Quote
  #378  
Old 04-04-2013, 01:33 PM
limes limes is offline
Junior Member
 
Join Date: Apr 2013
Posts: 6
limes is on a distinguished road
Default

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.
Reply With Quote
  #379  
Old 04-14-2013, 03:18 AM
mastermind89 mastermind89 is offline
Junior Member
 
Join Date: Dec 2011
Location: Poland
Posts: 26
mastermind89 is on a distinguished road
Default

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
Reply With Quote
  #380  
Old 07-26-2013, 04:09 AM
limes limes is offline
Junior Member
 
Join Date: Apr 2013
Posts: 6
limes is on a distinguished road
Default

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?
Reply With Quote
Reply Post New Thread
Tags: , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 07:51 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons