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
  #41  
Old 11-13-2011, 02:05 AM
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


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?
Reply With Quote
  #42  
Old 11-13-2011, 03:07 AM
kiely kiely is offline
Junior Member
 
Join Date: Aug 2011
Posts: 9
kiely is on a distinguished road
Default

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


Quote:
Originally Posted by KSV View Post
just use the new stream url.
url is not changing- multi-stream is hidden on site. so it's necessary to change php script
Reply With Quote
  #43  
Old 11-13-2011, 05:11 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


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.

Last edited by KSV : 11-13-2011 at 07:37 AM. Reason: updated script
Reply With Quote
  #44  
Old 11-13-2011, 05:26 AM
kiely kiely is offline
Junior Member
 
Join Date: Aug 2011
Posts: 9
kiely is on a distinguished road
Default

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


Great. And how to choose stream quality?
Reply With Quote
  #45  
Old 11-13-2011, 05:44 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


high quality streams will be automatically used when available.
Reply With Quote
  #46  
Old 11-13-2011, 05:59 AM
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


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!

Last edited by kwiecu : 11-14-2011 at 05:00 AM.
Reply With Quote
  #47  
Old 11-15-2011, 02:49 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


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
Reply With Quote
  #48  
Old 11-15-2011, 09:58 AM
kiely kiely is offline
Junior Member
 
Join Date: Aug 2011
Posts: 9
kiely is on a distinguished road
Default

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
Reply With Quote
  #49  
Old 11-15-2011, 10:20 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 kiely View Post
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
Reply With Quote
  #50  
Old 11-15-2011, 11: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
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 04:52 PM.


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