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 11-13-2011 01:05 AM

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


 
Where exactly, and how to change it?

I have no clue how to edit php script... :(

Can someone make a new script or write what to do step-by-step?

kiely 11-13-2011 02:07 AM

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


 
Quote:

Originally Posted by KSV (Post 34304)
just use the new stream url.

url is not changing- multi-stream is hidden on site. so it's necessary to change php script

KSV 11-13-2011 04:11 AM

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


 
Changes:
Code:

1. detection of MultiBitrate streams
2. use single batch file for launching VLC instead of creating different file for each channel

Code:

http://www.mediafire.com/file/i51fc2z3cpw89p8/WeebTV.php
you can use latest rtmpdump binary posted in sticky thread of rtmpdump forum.

kiely 11-13-2011 04:26 AM

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


 
Great. And how to choose stream quality?

KSV 11-13-2011 04:44 AM

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


 
high quality streams will be automatically used when available.

kwiecu 11-13-2011 04:59 AM

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


 
Big thanks KSV!

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!

kirukisu 11-15-2011 01:49 AM

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


 
Hello world :>
At first i'd like to thank KSV for the great work with the WeebTV.php with VLC. I'm using an old PC so i can dream about smooth view "HD"
stream with adobe flash player. Also + for bypassing the limitation :)

2nd. I'm wondering why do i get this? http://imageshack.us/f/828/weeb.jpg/
whne i run WeebTV.bat.

3rd. VLC crashes when i try to record with it weeb.tv stream. Am I doing something wrong or it's impossible to do?

4th. I'm not much a programmer :)

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.

I'm just wondering :) Peace

kiely 11-15-2011 08:58 AM

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


 
Quote:

I'm wondering why do i get this? http://imageshack.us/f/828/weeb.jpg/
this is example of not using KSV's script :)
you have to copy php file to THE SAME directory as rtmpdump, and paste/type the stream address... I don't have any idea...

recording with KSV's script is unavailable, but maybe in the future there will be something done :)

karlo2105 11-15-2011 09:20 AM

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


 
Quote:

Originally Posted by kiely (Post 34342)
this is example of not using KSV's script :)
you have to copy php file to THE SAME directory as rtmpdump, and paste/type the stream address... I don't have any idea...

recording with KSV's script is unavailable, but maybe in the future there will be something done :)

You can record streams with VLC. Once you launch Weeb streams, in VLC you click on CTRL+R to start recording and when you want to stop it you click again on CTRL+R.
Your video will be saved on default in :
C:\Documents and Settings\User name\My Documents\My videos

KSV 11-15-2011 10:14 AM

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


 
Quote:

Originally Posted by kirukisu (Post 34337)
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 (Post 34337)
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 (Post 34337)
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 (Post 34311)
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


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