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)

kwiecu 12-19-2011 04:08 AM

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


 
Quote:

Originally Posted by Ratownik (Post 36032)
If I buy a premium account and will be shared with 3-4 people, this account will work? There will be no limits, and we will ban the account did not get?

If you share it over one ip address(at home) you won't be ban. I'm afraid if you share account with 3-4 different ip addresses you won't be able to watch anything. You will see this message: "Stop !Adres IP uległ zmianie lub ktoś inny korzysta z Twojego konta"

DakenLiDanka 12-22-2011 03:32 AM

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


 
KSV, hbo, hbo2 and hbo comedy are hidden for non-premium users. Can you do sth about it? The adress weeb.tv/channel/hbo doesn't work.

KSV 12-22-2011 10:18 AM

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


 
Quote:

Originally Posted by DakenLiDanka (Post 36275)
KSV, hbo, hbo2 and hbo comedy are hidden for non-premium users. Can you do sth about it? The adress weeb.tv/channel/hbo doesn't work.

in script @line 316 replace
Code:

      $ChannelList["TVP1"]          = "http://weeb.tv/channel/jedynka";
      $ChannelList["TVP2"]          = "http://weeb.tv/channel/dwojka";
      $ChannelList["TVP HD"]        = "http://weeb.tv/channel/tvpolskahd";

with
Code:

      $ChannelList["TVP1"]          = "http://weeb.tv/channel/jedynka";
      $ChannelList["TVP2"]          = "http://weeb.tv/channel/dwojka";
      $ChannelList["TVP HD"]        = "http://weeb.tv/channel/tvpolskahd";
      $ChannelList["HBO HD"]        = "http://weeb.tv/channel/hbo-HBO";
      $ChannelList["HBO 2 HD"]      = "http://weeb.tv/channel/hbo-HBO2";
      $ChannelList["HBO Comedy HD"] = "http://weeb.tv/channel/hbo-HBOCOMEDY";


Darby_Crash 12-22-2011 02:06 PM

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


 
Code:

http://www.megaupload.com/?d=HKCS0ALK
WeebTVLC update. Added HBO's channels...

mastermind89 12-23-2011 11:26 AM

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


 
Latest version of TiWi:



check out the genre of Wydarzenia :D

[+] 6 new channels
[+] refreshed urls to HBOs
[+] tooltips
[+] begin and end time
[+] UAC problems resolved
[+] corrected some bugs
[+] used earlier version of VLC due to problems with recording HD (out of sync)

Code:

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

swiatus85 12-23-2011 12:55 PM

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


 
Guys , everything it is OK ?? or maybe only I am a lucky and have this note : ERROR: Closing connection: NetStream.Play.Failed ??

DakenLiDanka 12-23-2011 01:03 PM

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


 
Quote:

Originally Posted by swiatus85 (Post 36322)
Guys , everything it is OK ?? or maybe only I am a lucky and have this note : ERROR: Closing connection: NetStream.Play.Failed ??

Just limit for non-premium users.

swiatus85 12-23-2011 01:14 PM

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


 
even with first 150 mb without limits ??

kartonik007 12-25-2011 06:50 AM

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


 
Hi there

Darby_Crash Your program work very well, but could You change that i have to press enter to the end of the channel list and finnaly then i can set program i want to watch, could You do something with it?

thanks in advance

Darby_Crash 12-25-2011 11:49 AM

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


 
Quote:

Originally Posted by kartonik007 (Post 36365)
Hi there

Darby_Crash Your program work very well, but could You change that i have to press enter to the end of the channel list and finnaly then i can set program i want to watch, could You do something with it?

thanks in advance

In line 69 of the script:

Code:

type list.txt | sed "s#*##g" | sed "s# = # #g" | cut -d"$" -f1 | more
delete "| more":

Code:

type list.txt | sed "s#*##g" | sed "s# = # #g" | cut -d"$" -f1
else if you press space button, the list, scroll fast...


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