View Single Post
  #50  
Old 11-15-2011, 10:14 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 kirukisu View Post
2nd. I'm wondering why do i get this? http://imageshack.us/f/828/weeb.jpg/
whne i run WeebTV.bat.
because weeb ticket expires after few seconds so don't use the generated batch file directly.
Quote:
Originally Posted by kirukisu View Post
3rd. VLC crashes when i try to record with it weeb.tv stream. Am I doing something wrong or it's impossible to do?
works fine for me.
Quote:
Originally Posted by kirukisu View Post
5th. Can WeebTV.php somehow be transformed to run as an VLC's *.lua script? Viewing channel would look more or less like this :
Media > Open Network Stream > http://weeb.tv.channel/tvn.
Maybe then i wouldn't have any problem with capturing stream with VLC only.
official version of vlc doesn't support rtmp protocol so lua script will not be helpful.

Quote:
Originally Posted by kwiecu View Post
KSV could you make an another script which connects to the lower quality(default) streams(do not detect the HQ) but uses a single batch file?

That's for people who have slow internet.

Thanks in advance!
replace
Code:
$playpath .= "HI";
with
Code:
$playpath .= "";
they have moved the MultiBitrate detection to flash player. here's the updated script:
Code:
http://www.mediafire.com/file/59765k47c4fck4k/WeebTV.php
Reply With Quote