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
  #71  
Old 11-20-2011, 12:06 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 FreeX View Post
There's a 60-minute watching limit on weeb.tv. Is it possible to change the script to automatically restart the stream when the limit's out?
it's not possible to differentiate between the manual termination by user or disconnection by server. for testing purpose i let the stream ran for about 65 mins and server didn't cut me off after 60 mins. does server always stops stream for you after 60 mins?

Code:
1. better sorting and display of channels
2. now should also work on linux without making any changes
 to the script.
updated script
Code:
http://www.mediafire.com/file/971xg4g80q199ft/WeebTV.php
Reply With Quote
  #72  
Old 11-20-2011, 10:56 AM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

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


Quote:
Originally Posted by KSV View Post
it's not possible to differentiate between the manual termination by user or disconnection by server. for testing purpose i let the stream ran for about 65 mins and server didn't cut me off after 60 mins. does server always stops stream for you after 60 mins?

Code:
1. better sorting and display of channels
2. now should also work on linux without making any changes
 to the script.
updated script
Code:
http://www.mediafire.com/file/971xg4g80q199ft/WeebTV.php
Thanks for this new script but it can't work under linux unless you compile rtmpdump for linux in order to add tickets settings.;-)
Reply With Quote
  #73  
Old 11-20-2011, 12:12 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 karlo2105 View Post
Thanks for this new script but it can't work under linux unless you compile rtmpdump for linux in order to add tickets settings.;-)
isn't that obvious
Reply With Quote
  #74  
Old 11-20-2011, 03:27 PM
kwiecu kwiecu is offline
Member
 
Join Date: Aug 2011
Posts: 49
kwiecu is on a distinguished road
Default

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


1) At the moment KSV's script can not bypass user limit or just says that 'server is busy'. Simply we can't watch any channel(happens sometimes).

I've just tried my old batch file which uses VLC + rtmpdump r565 and it passes everything(every channel starts). Of course ticket expires after few seconds however it works while server is busy...

Code:
call rtmpdump -v -r rtmp://46.105.110.156/live/8/live -W http://static.weeb.tv/player.swf -p http://weeb.tv/ | %vlc% -
Is it relay impossible to push our php to connect to their servers anyway at any time?(as we can see it is possible all the time with the old batch)

2) I've notice that TVP1 and TVP2 are still on their servers but hidden(I've noticed that while using an old batch)

URL of TVP1
Code:
rtmp://46.105.112.31/live/13/live
URL of TVP2
Code:
rtmp://46.105.112.31/live/6/live
Can we add them somehow?
Reply With Quote
  #75  
Old 11-21-2011, 08:53 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 kwiecu View Post
1) At the moment KSV's script can not bypass user limit or just says that 'server is busy'. Simply we can't watch any channel(happens sometimes).
already explained.
Quote:
Originally Posted by kwiecu View Post
I've just tried my old batch file which uses VLC + rtmpdump r565 and it passes everything(every channel starts). Of course ticket expires after few seconds however it works while server is busy...

Code:
call rtmpdump -v -r rtmp://46.105.110.156/live/8/live -W http://static.weeb.tv/player.swf -p http://weeb.tv/ | %vlc% -
Is it relay impossible to push our php to connect to their servers anyway at any time?(as we can see it is possible all the time with the old batch)
script can also connect you to the rtmp server whenever you want but what's the point in connecting to the rtmp server when we are unable to get ticket from authentication server for whatsoever reason. rtmp server will disconnect you after 3 seconds in case of missing or invalid ticket. batch file contains static rtmp links. it doesn't contact authentication server anyway.

Quote:
Originally Posted by kwiecu View Post
2) I've notice that TVP1 and TVP2 are still on their servers but hidden(I've noticed that while using an old batch)

URL of TVP1
Code:
rtmp://46.105.112.31/live/13/live
URL of TVP2
Code:
rtmp://46.105.112.31/live/6/live
Can we add them somehow?
till yesterday they were running TVP1 under the label of MGM HD. why don't you ask them to make these channels available on their main page. you can also manually retrieve the ticket and then try to connect to the server.
Reply With Quote
  #76  
Old 11-21-2011, 11:03 AM
kirukisu kirukisu is offline
Junior Member
 
Join Date: Nov 2011
Posts: 8
kirukisu is on a distinguished road
Default

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


Code:
RTMPDump v2.4 GIT-2011-09-30 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license:
WARNING: You haven't specified an output file (-o filename), using stdo
Connecting ...
ERROR: RTMP_Connect0, failed to connect socket. 10060 (Unknown error)
Whta's that?
Reply With Quote
  #77  
Old 11-21-2011, 01:24 PM
wiosna wiosna is offline
Junior Member
 
Join Date: Aug 2011
Posts: 6
wiosna is on a distinguished road
Default

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


all scripts running in linux
Reply With Quote
  #78  
Old 11-21-2011, 02:43 PM
kwiecu kwiecu is offline
Member
 
Join Date: Aug 2011
Posts: 49
kwiecu is on a distinguished road
Smile

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


Quote:
Originally Posted by KSV View Post
already explained.

script can also connect you to the rtmp server whenever you want but what's the point in connecting to the rtmp server when we are unable to get ticket from authentication server for whatsoever reason. rtmp server will disconnect you after 3 seconds in case of missing or invalid ticket. batch file contains static rtmp links. it doesn't contact authentication server anyway.

I see. I just didi't know how it really works....


till yesterday they were running TVP1 under the label of MGM HD. why don't you ask them to make these channels available on their main page. you can also manually retrieve the ticket and then try to connect to the server.
The point is that I've already asked them about TVP1,2 and I've been told that I must know that TVP channels are broadcasting only because of my piracy...

update: TVP channels are available only for premium users.

PS I have no clue how to manually retrieve ticket and then connect to the server

Last edited by kwiecu : 11-21-2011 at 04:01 PM.
Reply With Quote
  #79  
Old 11-21-2011, 11:31 PM
Prior Prior is offline
Junior Member
 
Join Date: Nov 2011
Posts: 12
Prior is on a distinguished road
Default

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


Yeah, i can see them under premium account it's
http://weeb.tv/channel/jedynka for tvp1
http://weeb.tv/channel/dwojka tvp2
http://weeb.tv/channel/tvpolskahd tvphd
Reply With Quote
  #80  
Old 11-22-2011, 12:02 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 Prior View Post
Yeah, i can see them under premium account it's
http://weeb.tv/channel/jedynka for tvp1
http://weeb.tv/channel/dwojka tvp2
http://weeb.tv/channel/tvpolskahd tvphd
ok added above three hidden premium channels to list.

Code:
http://www.mediafire.com/file/2a8bzip9hyx4w89/WeebTV.php
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 12:26 PM.


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