Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#11
|
|||
|
|||
Re: weeb.tv - How to watch live with rtmpdumpReplay Media Catcher 4, WM Recorder 14 allow to record live streams. You can watch them with an FLV player while they are being recorded.
|
#12
|
|||
|
|||
Re: weeb.tv - How to watch live with rtmpdumpI know that but this is not a real solution. I don't want do download something I want to watch live.
|
#13
|
|||
|
|||
Re: weeb.tv - How to watch live with rtmpdumpThen watch live on the web-site.
|
#15
|
|||
|
|||
Re: WeebTV solutionIt is possible or not to stop saving command bat files in folder?
|
#16
|
|||
|
|||
Re: weeb.tv - How to watch live with rtmpdumpit'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'); Code:
$BatchFile = fopen('WeebTV.bat', 'w'); |
#17
|
|||
|
|||
Re: weeb.tv - How to watch live with rtmpdumpQuote:
Quote:
When I also changed this Code:
$oExec = $WshShell->Run("\"$filename.bat\"", 1, false); Code:
$oExec = $WshShell->Run("\"WeebTV.bat\"", 1, false); |
#18
|
|||
|
|||
Re: weeb.tv - How to watch live with rtmpdumpalso change
Code:
$oExec = $WshShell->Run("\"$filename.bat\"", 1, false); Code:
$oExec = $WshShell->Run("WeebTV.bat", 1, false); |
Tags: live, rtmpdump, watch, weeb, weeb tv |
Thread Tools | |
Display Modes | |
|
|