Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Playing online streaming in media players (http://stream-recorder.com/forum/forumdisplay.php?f=77)
-   -  

weeb.tv - How to watch live with rtmpdump

(http://stream-recorder.com/forum/showthread.php?t=10047)

any ANONYMOUS forum user 10-11-2011 12:59 AM

Re: weeb.tv - How to watch live with rtmpdump


 
Replay Media Catcher 4, WM Recorder 14 allow to record live streams. You can watch them with an FLV player while they are being recorded.

karlo2105 10-11-2011 05:09 AM

Re: weeb.tv - How to watch live with rtmpdump


 
I know that but this is not a real solution. I don't want do download something I want to watch live.

any ANONYMOUS forum user 10-11-2011 11:17 AM

Re: weeb.tv - How to watch live with rtmpdump


 
Quote:

Originally Posted by karlo2105 (Post 33331)
I know that but this is not a real solution. I don't want do download something I want to watch live.

Then watch live on the web-site.

KSV 10-19-2011 10:17 AM

WeebTV solution


 
Quote:

Originally Posted by kwiecu (Post 31893)
I presume that RTMPdump must be somehow patched, but I have no idea how to do that... :confused:

Code:

http://stream-recorder.com/forum/showpost.php?p=33590&postcount=7

karlo2105 10-26-2011 05:53 AM

Re: WeebTV solution


 
It is possible or not to stop saving command bat files in folder?

KSV 10-26-2011 06:23 AM

Re: weeb.tv - How to watch live with rtmpdump


 
it's necessary to create batch file to easily pipe the stream from rtmpdump to vlc. however you can modify the script to create single batch file instead of each one for different channel. replace

Code:

$BatchFile = fopen($filename . '.bat', 'w');
with

Code:

$BatchFile = fopen('WeebTV.bat', 'w');

karlo2105 10-26-2011 06:32 AM

Re: weeb.tv - How to watch live with rtmpdump


 
Quote:

Originally Posted by KSV (Post 33880)
it's necessary to create batch file to easily pipe the stream. however you can modify the script to create single batch file instead of each one for different channel. replace

Code:

$BatchFile = fopen($filename . '.bat', 'w');
with

Code:

$BatchFile = fopen('WeebTV.bat', 'w');

I edited your script but what's weird it launches batchfile and than it closes. Below is what I get as error message

Quote:

# Netscape HTTP Cookie File
# http://curl.haxx.se/rfc/cookie_spec.html
# This file was generated by libcurl! Edit at your own risk.

weeb.tv FALSE / FALSE 0 PHPSESSID art42hk86s55thlj6dt3u1fbk6
www.weeb.tv FALSE / FALSE 0 PHPSESSID 3lc74oh6hff87a0gm3sqt6ol17
.weeb.tv TRUE / FALSE 1319718651 weeb-tv_ip 1299020726
Edit : I got it.

When I also changed this
Code:

$oExec    = $WshShell->Run("\"$filename.bat\"", 1, false);
to thisone
Code:

$oExec    = $WshShell->Run("\"WeebTV.bat\"", 1, false);
it worked.

KSV 10-26-2011 06:55 AM

Re: weeb.tv - How to watch live with rtmpdump


 
also change

Code:

$oExec    = $WshShell->Run("\"$filename.bat\"", 1, false);
to

Code:

$oExec    = $WshShell->Run("WeebTV.bat", 1, false);


All times are GMT -6. The time now is 12:27 AM.