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 audio and video online. Audio and video downloads. > Playing online streaming in media players
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #11  
Old 10-11-2011, 01:59 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

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.
Reply With Quote
  #12  
Old 10-11-2011, 06:09 AM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

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.
Reply With Quote
  #13  
Old 10-11-2011, 12:17 PM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

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


Quote:
Originally Posted by karlo2105 View Post
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.
Reply With Quote
  #14  
Old 10-19-2011, 11:17 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

WeebTV solution


Quote:
Originally Posted by kwiecu View Post
I presume that RTMPdump must be somehow patched, but I have no idea how to do that...
Code:
http://stream-recorder.com/forum/showpost.php?p=33590&postcount=7
Reply With Quote
  #15  
Old 10-26-2011, 06:53 AM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

Re: WeebTV solution


It is possible or not to stop saving command bat files in folder?
Reply With Quote
  #16  
Old 10-26-2011, 07:23 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

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');
Reply With Quote
  #17  
Old 10-26-2011, 07:32 AM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

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


Quote:
Originally Posted by KSV View Post
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.
Reply With Quote
  #18  
Old 10-26-2011, 07:55 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

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);
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 08:21 AM.


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