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)

l0co 01-01-2012 08:52 AM

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


 
Quote:

Originally Posted by fred128 (Post 36553)
there are new username and password variables required to login on weeb.tv

Thank you very much!

If they make changes so often, this may be a good idea to put KSV script to github or somewhere where everyone can make modification and keep this up to date.

Someone asks about DLNA, I modified a little KSV script and make my own config and scripts to stream weeb.tv through Mediatomb to PS3 and Samsung TV (for Linux). The solution is described unfortunately in Polish - if someone is interested and able to read it's here.

KSV 01-01-2012 09:15 AM

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


 
i don't see any change in username password variable. it's still same as in my last script.

l0co 01-01-2012 11:46 AM

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


 
Quote:

Originally Posted by KSV (Post 36651)
i don't see any change in username password variable. it's still same as in my last script.

Maybe I had some older script then, and I needed to introduce fred128 patch to have the premium working again.

mastermind89 01-01-2012 12:22 PM

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


 
It's really strange, but premium users are unable to watch anything
while there's status 'for premium only', so something is wrong with logging...

edit: false alarm, everything is fine now.

marcyjok 01-01-2012 05:40 PM

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


 
why while I start KSV Weebtv or WebtvVLC I see only couple channels to choose?

KSV WeebTV Downloader

1) 4) HBO HD 7) TVP2

2) HBO 2 HD 5) TVP HD

3) HBO Comedy HD 6) TVP1

Enter Channel Number :

orionrm 01-01-2012 06:03 PM

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


 
weeb.tv make some changes in font size on http://weeb.tv/channels now 4 correct working KSV script change line 330

Quote:

from
preg_match('/14px.*?<a href="(.*?)".*?>(.*?)<\/a>/is', $fieldSet, $channelVars);
to
preg_match('/12px.*?<a href="(.*?)".*?>(.*?)<\/a>/is', $fieldSet, $channelVars);

Darby_Crash 01-01-2012 08:47 PM

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


 
http://www.megaupload.com/?d=1DIQWT08

WeebTVLC Update.

mastermind89 01-02-2012 02:57 AM

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


 
Tried to watch HBOs channels, sometimes it works,
but very often I've got the same problem as yesterday now:
Quote:

Connecting ...
INFO: Connected...
INFO: Token.authorization
ERROR: Closing connection: NetStream.Play.Failed
I'm using premium account, via website it works...

EDIT: there is new link to web player: http://static2.weeb.tv/player.swf

EDIT2: I had old version of rtmpdump, now it works in most cases, but sometimes there's still token authorization error.

KSV 01-02-2012 06:59 AM

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


 
latest script after incorporation of some small changes:
Code:

1. total 7 premium urls
2. new swf url
3. channel parsing fix

Code:

http://www.mediafire.com/file/cxsfsyjtgg3sdw2/WeebTV.php

Moriemo 01-02-2012 08:08 AM

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


 
ksv please upload on megaupload.

matek1212 01-02-2012 10:12 AM

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


 
I have premium account and i add it to xml file, but when I try run some program i see:
Quote:

Connecting ...
INFO: Connected...
INFO: Token.authorization
ERROR: Closing connection: NetStream.Play.Failed

Darby_Crash 01-02-2012 11:37 AM

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


 
http://www.megaupload.com/?d=L17T633L

WeebTVLC update.

mastermind89 01-03-2012 03:56 AM

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


 
Latest TiWi:



[+] corrected some issues/bugs
[+] History Channel

Code:

http://www.mediafire.com/?k6z6386a0lqcyrj

kwiecu 01-03-2012 12:37 PM

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


 
Quote:

Originally Posted by mastermind89 (Post 36772)
Latest TiWi:



[+] corrected some issues/bugs
[+] History Channel

Code:

http://www.mediafire.com/?k6z6386a0lqcyrj

link doesn't work...

karlo2105 01-03-2012 01:18 PM

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


 
It's working for me.;)

kwiecu 01-03-2012 01:20 PM

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


 
Quote:

Originally Posted by karlo2105 (Post 36792)
It's working for me.;)

downloading speed... 1,5kB/s - 3kB/s :]

Could someone upload it once again?

It's already fine.

karolp1993 01-04-2012 10:19 AM

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


 
Hi! Is it possible to record currently watched program?

JoveQ 01-04-2012 12:10 PM

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


 
Quote:

Originally Posted by karolp1993 (Post 36867)
Hi! Is it possible to record currently watched program?

Change the line 285 in KSV script form:
Quote:

$command = 'rtmpdump -r "' . $rtmp . "/" . $playpath . '" -W "http://static2.weeb.tv/player.swf" --weeb "' . $token . "\" --live | \"$vlc\" -";
to:
Quote:

$command = 'rtmpdump -r "' . $rtmp . "/" . $playpath . '" -W "http://static2.weeb.tv/player.swf" --weeb "' . $token . "\" --live -o \"%USERPROFILE%\Desktop\\$filename.flv\"";
Recorded program will be saved on desktop.

karolp1993 01-04-2012 12:39 PM

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


 
It works, thanks! But i've another question. Is it possible control that recording? Or preview?

JoveQ 01-04-2012 01:17 PM

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


 
You can open it with Media Player Classic or VLC for example.
MPC is better for preview but it requires FLV codec. If you have not installed, install this.

karolp1993 01-04-2012 02:38 PM

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


 
I've got the same idea, vlc play fine ;-)

naustik12 01-05-2012 08:09 AM

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


 
Hi everyone!
I changed line 285 in the script but when i try to record any channel i get this error: RTMP_ReadPacket, failed to read RTMP packet header
(http://imageshack.us/f/823/fgfdx.jpg/)
No problem instead watching live channels.
Any idea how to fix this problem?

KSV 01-05-2012 10:44 AM

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


 
why not you just use the record button of VLC instead modifying script?

chrzonas 01-06-2012 04:53 AM

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


 


??

mmarko1 01-07-2012 04:54 PM

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


 
Weeb kawi3rKod Player 0.9.8 Beta:
http://rapidgator.net/file/35000/Wee...0-9-8.exe.html


Then plug into the ADFP code:
http://rapidgator.net/file/34987/fla...32bit.exe.html


Run the program and enjoy .Jedna difficulty, you must be registered on the webTV


karolp1993 01-08-2012 04:38 AM

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


 
KSV - My VLC doesn't record good. Video is slideshow and there is no sound. I have question - I've tried watch weeb tv on two computers (the same IP) and after while, one of PC is disconnecting. Any ideas to solve this problem?

mastermind89 01-08-2012 10:13 AM

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


 
//edit: out of date.

evol 01-09-2012 03:51 AM

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


 
As this thread is for Polish TV id thought id mention _http://polska.cx/

Its basically like weeb_tv :)

kwiecu 01-11-2012 02:37 AM

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


 
Quote:

Originally Posted by evol (Post 37138)
As this thread is for Polish TV id thought id mention _http://polska.cx/

Its basically like weeb_tv :)

How to open this website?

Bahman 01-11-2012 05:36 AM

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


 
Quote:

Originally Posted by evol (Post 37138)
http://polska.cx/

Can someone tell me what does this mean?
Code:

_secretKeybCdMc8waMcXyrohQjkMpnumeric2polishplaylistLoadError
I found the rtmpe url, but I couldn't find SecureToken:
Code:

rtmpdump -r "rtmpe://83.167.226.9:1935/live/tvp_sport.stream" -a "live" -f "WIN 11,1,102,55" -W "http://polska.cx/flash/pp.swf" -p "http://polska.cx/channel/tvp-sport/live" -y "tvp_sport.stream" -o tvp_sport.stream.flv
Any help appreciated!!:)

KSV 01-11-2012 06:35 AM

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


 
SecureToken Key
Code:

Admin Edit: Please do NOT share hacked/stolen or borrowed codes - this can make us legally liable - thanks! :-)

Bahman 01-11-2012 11:10 AM

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


 
Thank you, KSV!! Always helpful!!

But you don't wanna say how did you find that? :o I'm interested in it!!:)

swiatus85 01-11-2012 01:36 PM

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


 
@Bahman

Could you upload script some like by KSV to watching http://polska.cx or send it to PM.

thx

orionrm 01-11-2012 10:38 PM

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


 
Weeb.tv make another update now the premium channels (tvp and hbo stations) can watch only premium users , but not bay KSV script without any modification , if U wane 2 watch this channels using this script just copy cookie from your browser to cookies.txt in KSV script folder its work 4 me .
And bay the way the URL to HBO has been changed now its
http://weeb.tv/channel/telepol91 4 HBO
http://weeb.tv/channel/telepol92 HBO 2
http://weeb.tv/channel/telepol93 HBO Comedy
http://weeb.tv/channel/telepol94 Cinemax

kwiecu 01-12-2012 05:19 AM

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


 
I have a question to all premium users of wxxb.tv. After logging, can u see channels like hbo,hbo2, canal+ etc. ?

UPDATE: channels are back

killerman 01-12-2012 11:37 PM

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


 
Quote:

Originally Posted by swiatus85 (Post 37280)
@Bahman

Could you upload script some like by KSV to watching http://polska.cx or send it to PM.

thx

and can someone send me in pm link too, please???

KSV 01-13-2012 12:14 AM

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


 
Quote:

Originally Posted by Bahman (Post 37267)
Thank you, KSV!! Always helpful!!

But you don't wanna say how did you find that? :o I'm interested in it!!:)

nothing special, simply decompiled the swf file.

Bahman 01-13-2012 01:30 AM

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


 
Quote:

Originally Posted by KSV (Post 37380)
nothing special, simply decompiled the swf file.

oh, I found it!! They have put it in wrong place!:D

Quote:

Originally Posted by swiatus85 (Post 37280)
Could you upload script some like by KSV to watching http://polska.cx or send it to PM.

I can't write sth like that script because PHP doesn't work on my pc!! I hope KSV, when has free time do this work!! He is more expert!! :)

kwiecu 01-13-2012 05:41 AM

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


 
HTML Code:

http://polska.cx/
How to get acceess to this website? I see only this:

Forbidden

You don't have permission to access / on this server.

Apache/2.2.16 (Ubuntu) Server at polska.cx Port 80

orionrm 01-13-2012 06:18 AM

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


 
use the proxy they block polish ip


All times are GMT -6. The time now is 06:01 PM.