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)

Prior 12-13-2011 05:37 PM

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


 
Quote:

Originally Posted by KSV (Post 35551)
Latest script is in the following post and it's working fine for me. (just tested on a HD stream).
Code:

http://stream-recorder.com/forum/showpost.php?p=35492&postcount=136

This one works for me so far :) Thanks!
Do you still want premium account for few days to test things?

KSV 12-14-2011 12:54 AM

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


 
Quote:

Originally Posted by Prior (Post 35564)
This one works for me so far :) Thanks!
Do you still want premium account for few days to test things?

things are working for now. will tell you if required.

for non windows users:

for the people who are trying to compile the patch for other systems instead of using just the make command add following switch to it.

Code:

XLDFLAGS="-lm -static"
-lm will link the math library required by combined patch (included by default in MinGW) and -static will compile the rtmpdump statically removing dependency on shared librtmp.so and thus avoiding problems in which rtmpdump loads the wrong librtmp.so installed elsewhere on the system.

Ratownik 12-14-2011 02:30 AM

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


 
Quote:

Originally Posted by KSV (Post 35551)
Latest script is in the following post and it's working fine for me. (just tested on a HD stream).
Code:

http://stream-recorder.com/forum/showpost.php?p=35492&postcount=136

I downloaded your version again.. and.... works! :)
THX!

edit
I dont understand ... working time, and once an error pops up:

kwiecu 12-14-2011 03:05 AM

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


 
Quote:

Originally Posted by Ratownik (Post 35602)
I downloaded your version again.. and.... works! :)
THX!

edit
I dont understand ... working time, and once an error pops up:

You see this error when channel is off(@ website)

Ratownik 12-14-2011 03:08 AM

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


 
Quote:

Originally Posted by kwiecu (Post 35606)
You see this error when channel is off(@ website)

You are right :D :)

edit
I noticed that if you turn on the channel, which is then turned off the channels that are included in this error pops up. You have to wait a few minutes until the program unlocks.
Sorry for my English:)

Kris 12-14-2011 08:36 AM

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


 
How do I change the resolution in the channels of sports? Removal of the "HI" helped the movie channels, sports still at 1280x720. How do I change it?

strzelec4 12-15-2011 07:40 AM

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


 
I downloaded TiWi, but when i click on any of the listed channels, it asks me for login and password. Why?? Can't I watch it without premium account?

mastermind89 12-15-2011 02:00 PM

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


 
@up - you can, but you have to create member account for free

strzelec4 12-15-2011 04:14 PM

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


 
I tried with a free account but when i click on a channel nothing happens

mastermind89 12-16-2011 02:14 AM

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


 
you have to wait a while, check what message you've got at command line window

rusty89 12-16-2011 05:49 AM

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


 
I have a problem:

RTMPDump v2.4 GIT-2011-11-14 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
ERROR: Closing connection: NetStream.Play.Failed

Anyone know a solution??

Ratownik 12-16-2011 06:47 AM

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


 
Updated until 1.00PM, you may experience short breaks ...
Today the new update came out ... TV from KSV is not working.

KSV 12-16-2011 07:15 AM

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


 
update in progress. wait for few mins.

KSV 12-16-2011 08:09 AM

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


 
They have pushed the update to premium servers also. so it requires a little change in the script. now script also contains settings file "WeebTV.xml" which has the following settings so you no longer have to directly edit the script file.
Code:

<?xml version="1.0" encoding="UTF-8"?>
<settings>
        <quality>HI</quality>
        <username></username>
        <password></password>
</settings>

premium users can fill their username password in this file. delete HI in quality setting to switch to lower quality streams in case of MultiBitrate streams. script output will also tell you if premium account is active or not. if you get the error message NetStream.Play.Failed it means limits are active for free users. premium users should not have any such problem. test and provide feedback (especially premium users).

Code:

http://www.mediafire.com/file/3emu0ja5ja561am/KSV%20-%20WeebTV.zip

karlo2105 12-16-2011 08:19 AM

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


 
As always it's working flawlessly with your script. Thanks KSV. ;-) Let's hope they don't update so often their website.

Ratownik 12-16-2011 08:23 AM

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


 
Thx men! It's working! :)

kwiecu 12-16-2011 08:49 AM

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


 
Thanks al lot! :)

Prior 12-16-2011 09:48 AM

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


 
@KSV Yeah it's working again, for now ;) (premium account)
Thanks!

rusty89 12-16-2011 10:35 AM

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


 
Great Thanks KSV

rusty89 12-16-2011 10:59 AM

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


 
stop working again ....
They finished actualization and once again change something...

mastermind89 12-16-2011 11:10 AM

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


 
The latest version of TiWi:



+ the latest rtmpdump by KSV (thx!)
+ you can check if channels are online/offline by pressing green V
+ you can watch channel by double clicking its name

Code:

http://www.mediafire.com/?1v0c7w29jcqnhj4
Note: remember that you must have an account (free or premium) at weeb.tv to do anything!

Prior 12-16-2011 11:48 AM

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


 
@mastermind89
Thank you so much for this update and checking function, helps a lot.

mastermind89 12-16-2011 11:50 AM

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


 
you're welcome :)

new rules for free users:

Free user can transfer 125 MB, then has to wait 30 min!

Prior 12-16-2011 02:19 PM

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


 
Quote:

Originally Posted by mastermind89 (Post 35820)
you're welcome :)

new rules for free users:

Free user can transfer 125 MB, then has to wait 30 min!

Haha, That's harsh (well, maybe not for lowest quality)
They're laughing in the faces of free users, instead, should just disable free usage entirely.

bolektp 12-17-2011 05:08 AM

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


 
Should we have any hopes this will ever work as before ?

Moriemo 12-17-2011 06:41 AM

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


 
When download 136mb see comunity "download complete" KSV HELP ! :)

KSV 12-17-2011 07:53 AM

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


 
Quote:

Originally Posted by karlo2105 (Post 35796)
As always it's working flawlessly with your script. Thanks KSV. ;-) Let's hope they don't update so often their website.

They started update on 11 dec and it was finally completed on 16 dec. few solutions posted during this time were just stopgap solutions. after they have closed the loophole for free users (so they can sell more premium accounts) i don't see any reason to release any update soon.

Quote:

Originally Posted by bolektp (Post 35869)
Should we have any hopes this will ever work as before ?

now every thing (Authentication token, premium user status etc.) is verified on the rtmp server level so there are slim chances for free riders.

Quote:

Originally Posted by Moriemo (Post 35879)
doesnt work - download 140mb and download complete or turn off

read the text written in big blue letters just two posts before your post.


Script Update:
i have updated the rtmpdump to show some useful error messages in case stream fails to play so the people can stop complaining about same things over and again. see post #174 for other details.

Code:

http://www.mediafire.com/file/22o9twocs6rnk4g/KSV%20-%20WeebTV.zip

vimoco 12-17-2011 08:21 AM

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


 
@KSV
This package "http://www.mediafire.com/file/22o9twocs6rnk4g/KSV%20-%20WeebTV.zip" is not work ?

Code:

ERROR: RTMP_ReadPacket, failed to read RTMP packet header
hmm..?

Ratownik 12-17-2011 08:46 AM

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


 
Quote:

Originally Posted by vimoco (Post 35887)
@KSV
This package "http://www.mediafire.com/file/22o9twocs6rnk4g/KSV%20-%20WeebTV.zip" is not work ?

Code:

ERROR: RTMP_ReadPacket, failed to read RTMP packet header
hmm..?

Its working.

Moriemo 12-17-2011 11:06 AM

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


 
KSV give me full packgage.

kwiecu 12-17-2011 01:14 PM

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


 
@KSV

Sorry mate for asking this question again...
Is there really no way to go round the user limit('no free slots available')?

A the moment(peak time) there is no big difference between watching TV at the website(player) and via KSV's script. Simply can't watch it!:)

Maybe we could start testing premium account to find the solution.

Let me know if you need one...

Thanks for all what you've done so far! :)

KSV 12-17-2011 01:48 PM

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


 
Quote:

Originally Posted by Moriemo (Post 35907)
KSV give me full packgage.

the package posted in last post is full package or do you mean librtmp.dll and patch file?

Quote:

Originally Posted by kwiecu (Post 35916)
Is there really no way to go round the user limit('no free slots available')?

no you can't bypass the user limit. however you can bypass the transfer limit by changing your ip. restart the script after changing your ip.

Quote:

Originally Posted by kwiecu (Post 35916)
Maybe we could start testing premium account to find the solution.

Let me know if you need one...

if you have premium account then you can fill it in the settings file and everything will work without any limits.

Moriemo 12-17-2011 01:54 PM

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


 
Quote:

Originally Posted by KSV (Post 35922)
the package posted in last post is full package or do you mean librtmp.dll and patch file?.


Runing filles cause i;v got old files, give me full pack.

klanik13 12-17-2011 01:55 PM

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


 
I have a problem, as I click play it gives me "Could not find program ID"

kwiecu 12-17-2011 02:39 PM

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


 
Quote:

Originally Posted by KSV (Post 35922)
if you have premium account then you can fill it in the settings file and everything will work without any limits.

No I haven't and I'm absolutely aware that premium account removes all limits, but the point is that I don't wanna pay for it as many of "free" users here(sic!). Don't take me wrong it's not the matter of money(one month = only 3,33euro)

Darby_Crash 12-17-2011 03:35 PM

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


 
Code:

http://www.megaupload.com/?d=XJFVIF58
My updated batch script.

kwiecu 12-17-2011 04:00 PM

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


 
It's firs time when I've found using the script pointless. I can't watch anything... :( After struggling with freezing video now I'm being asked to wait 30 minutes(second time within 2 hours)). While I can watch something using the script the stream is also available at their website(for non-premium users). Then my question is what does the new script do? Just let premium users watch channels in VLC?

kwiecu 12-17-2011 04:01 PM

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


 
Quote:

Originally Posted by Darby_Crash (Post 35931)
Code:

http://www.megaupload.com/?d=XJFVIF58
My updated batch script.

Thanks mate however can't fully enjoy when you are free user:)

mastermind89 12-17-2011 04:22 PM

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


 
Quote:

Originally Posted by kwiecu (Post 35933)
Then my question is what does the new script do? Just let premium users watch channels in VLC?

Yes, in better quality then via website. And record movies f.e. :)

Latest TiWi:



+ the latest rtmpdump by KSV (thx!)
+ you can check what is currently playing at channels (title, genre, description) by pressing last button on the right :)

Code:

http://www.mediafire.com/?3b2t0uid1suyhdv

Ratownik 12-17-2011 05:01 PM

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


 
For you too are the limits?


All times are GMT -6. The time now is 04:55 AM.