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)

KSV 10-18-2011 06:38 AM

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


 
I have modified the rtmpdump to add new option (-J | --weeb) to download or watch weeb.tv without interruption. i have also written a php script to automatically retrieve the authentication ticket and launch vlc. you just need to provide the url of channel page.

you need to install php in order to run this script.
you can launch it from command line
Code:

php WeebTV.php http://weeb.tv/online/hbo2
or

just double click WeebTV.php script and it will ask for url.

Download WeebTV script with modified RTMPdump
Code:

http://www.mediafire.com/file/8dzjru5x5mb5eqm/KSV%20-%20WeebTV.zip




nullacht 10-19-2011 12:37 AM

http://weeb.tv


 
@killerman

This is the BIG advantage of rtmpsuck. You don't need to know any connection parameters!

Quote:

Originally Posted by hyc (Post 25650)
But instead of just collecting parameters that can later be used with rtmpdump, it runs in a passthru mode so that it can just save the data while the client is running. The main reason rtmpsuck is useful is because it should work regardless of whatever silly security token methods might be in use on a client or server. Since it just operates in passthru mode, it doesn't need to understand what those security methods are, it just has to pass them thru faithfully.


killerman 10-19-2011 12:49 AM

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


 
KSV: thx very much, i tried it, it is realy good, can you tell me how can i ad this features to rtmpdump, then i can compile RTMPdump for realtek chip (mips)

nullacht: i run it with rtmpdump because i run on media player based on realtek chipset without browser, if you have solution for this you can write me

KSV 10-19-2011 05:44 AM

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


 
Quote:

Originally Posted by killerman (Post 33611)
can you tell me how can i ad this features to rtmpdump, then i can compile rtmpdump for realtek chip (mips)

here is the patch file. apply it to your RTMPdump sources and then compile as you would normally compile on linux.

Code:

cd your_rtmp_src_dir
patch -p1 -i WeebTV-Patch.diff
make


killerman 10-19-2011 06:33 AM

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


 
Thx Very, Very Much

karlo2105 10-19-2011 06:46 AM

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


 
Coud you explain me how to get Weeb TV tickets? I downloaded your Weeb TV downloader, I also installed PHP. When I open Weeb TV, it asks me http address I write it and after that it closes.

KSV 10-19-2011 06:51 AM

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


 
Quote:

Originally Posted by karlo2105 (Post 33616)
Coud you explain me how to get Weeb TV tickets? I downloaded your Weeb TV downloader, I also installed PHP. When I open Weeb TV, it asks me http address I write it and after that it closes.

script automatically retrieves the ticket and launches vlc for live viewing. do you have vlc installed?

karlo2105 10-19-2011 06:53 AM

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


 
Quote:

Originally Posted by KSV (Post 33617)
script automatically retrieves the ticket and launches vlc for live viewing. do you have vlc installed?

Yes I do. Where do I have to put your script? COuld you give me steps to follow.
I get this in log.

Quote:

KSV WeebTV Downloader
Retrieving html . . .

Fatal error: Call to undefined function curl_init()

KSV 10-19-2011 07:32 AM

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


 
your php installation doesn't have curl module which is used by script. where from you have downloaded php? try the following link.

Code:

http://windows.php.net/downloads/releases/php-5.3.8-Win32-VC9-x86.msi
make sure php_curl.dll exists in C:\Program Files\PHP\ext folder.

karlo2105 10-19-2011 07:42 AM

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


 
Quote:

Originally Posted by KSV (Post 33619)
your php installation doesn't have curl module which is used by script. where from you have downloaded php? try the following link.

Code:

http://windows.php.net/downloads/releases/php-5.3.8-Win32-VC9-x86.msi
make sure php_curl.dll exists in C:\Program Files\PHP\ext folder.

I used this installation. Ok I will install php.
Could you also make Weeb TV script for linux?


All times are GMT -6. The time now is 07:31 PM.