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)

KSV 11-19-2012 09:16 PM

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


 
this normally happens when rtmpdump is loading the wrong librmp.so. use ldd command to ascertain from where it's loading librtmp and make sure it's the updated one.

liu84494946 11-20-2012 07:34 PM

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


 
It just plays for few seconds when i use the weebtvlc script, what's the problem?

pattg 11-22-2012 07:12 AM

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


 
Quote:

Originally Posted by KSV (Post 56540)
this normally happens when rtmpdump is loading the wrong librmp.so. use ldd command to ascertain from where it's loading librtmp and make sure it's the updated one.

Thank you very much for your help. Everything works great.

liu84494946 11-28-2012 05:30 AM

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


 
C:\>rtmpdump -v -r "rtmp://46.1.05.118.88/live/45" -W "http://static2.weeb.tv/pl
ayer.swf" -f "WIN 11.1.102.63" -p "http://weeb.tv/channel/showcase" | "D:\vlc-2
.0.4\vlc.exe"
RTMPDump v2.4 GIT-2011-07-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
ERROR: RTMP_Connect0, failed to connect socket. 10060 (Unknown error)

how can i deal with this problem?

kirukisu 01-07-2013 03:00 PM

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


 
@KSV;
Hi, can you share a tip why i'm getting this bug? Thanks.
Code:

Enter Channel Number : <br />
<b>Notice</b>:  Use of undefined constant STDIN - assumed 'STDIN' in <b>C:\Users
\lucky luke\Desktop\rtmdump\WeebTV.php</b> on line <b>537</b><br />
<br />
<b>Warning</b>:  fgets() expects parameter 1 to be resource, string given in <b>
C:\Users\lucky luke\Desktop\rtmdump\WeebTV.php</b> on line <b>537</b><br />
Finished


KSV 01-08-2013 02:33 AM

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


 
Quote:

Originally Posted by kirukisu (Post 58275)
@KSV;
Hi, can you share a tip why i'm getting this bug?

This is CLI script intended to be run from command line not through web server.

Code:

php WeebTV.php

kirukisu 01-08-2013 04:39 AM

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


 
@KSV
Yes. It worked from cmd. Somehow I can't relate *.php with php.exe to run it by double clik.

KSV 01-08-2013 10:13 AM

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


 
Quote:

Originally Posted by kirukisu (Post 58296)
Somehow I can't relate *.php with php.exe to run it by double clik.

Run following commands from command line and it should do the trick to correctly associate the files. also you can use any other fancy icon for scripts if you don't like the default one.
Code:

ftype php_auto_file=cmd.exe /C color 17 ^& ^"C:\Program Files\PHP\php.exe^" ^"%1^" %* ^& color 07
assoc .php=php_auto_file

change the path of php to your actual php path.

kirukisu 01-08-2013 02:45 PM

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


 
@KSV
Your knowledge is so damn impressive. You're one hell of a programmer:) Asslicking mode on, but... those 2 cmd are doing something, becouse desktop is refreshing, unfortunately it still din't associate php extension to php.exe.
If it comes to your second sentence i think i didn't get you.

KSV 01-09-2013 12:39 AM

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


 
Quote:

Originally Posted by kirukisu (Post 58306)
those 2 cmd are doing something, because desktop is refreshing, unfortunately it still didn't associate php extension to php.exe.

make sure you're running the cmd.exe as administrator before executing those commands.

Quote:

Originally Posted by kirukisu (Post 58306)
If it comes to your second sentence i think i didn't get you.

i was talking about the icon displayed in windows explorer for php scripts.


All times are GMT -6. The time now is 06:07 AM.