ERROR: RTMP_ReadPacket, failed to read RTMP packet bodyHi,
I've beem using rtmpdump and VLC player to to watch live streams from HTML Code:
http://weeb.tv/channels my code: Code:
call rtmpdump -v -r rtmp://46.105.112.31/live/13/live -W http://static.weeb.tv/player.swf -p http://weeb.tv/ | %vlc% - Code:
The TVP1 stream is starting... Close vlc to return to the menu. I presume that RTMPdump must be somehow patched, but I have no idea how to do that... :confused: My system: Win Vista 32bit Thanks in advance for any help! |
Re: weeb.tv - How to watch live with rtmpdumpCode:
-W http://weeb.tv/static/player.swf |
Re: weeb.tv - How to watch live with rtmpdumpstill doesnt work, any other idea?
i have the same problem. |
weeb.tv - How to watch live with rtmpdumpStreams from weeb.tv cut after 5 seconds. I didn't find any secure token in SWF player. I would like to know is there a solution to get those streams without interrupting?
Quote:
|
Re: weeb.tv - How to watch live with rtmpdump |
Re: weeb.tv - How to watch live with rtmpdumpQuote:
|
Re: weeb.tv - How to watch live with rtmpdumpQuote:
http://stream-recorder.com/forum/sho...67&postcount=9 |
Re: weeb.tv - How to watch live with rtmpdumpQuote:
|
weeb.tv - How to watch live with rtmpdump and VLC?how can i make this work
Code:
rtmpdump -r rtmp://46.105.112.31/live/56/live -W http://static.weeb.tv/player.swf -p http://weeb.tv/ | "C:\Program Files\VideoLAN\VLC\vlc.exe" - |
Re: weeb.tv - How to watch live with rtmpdump and VLCHi,
I'm also trying to using RTMPdump to view streams from weeb.tv in VLC. It seems to work for a little over 3 seconds and then the connection is closed. I use the following command: Code:
rtmpdump -v -r "rtmp://46.105.112.31/live/" -s "http://weeb.tv/static/player.swf" -y "live" -p "http://weeb.tv/online/vibooart/TVN24" -a "live/2" --swfsize 757672 --swfhash "71076e7752fe2a6a48ec891089e75fb68890a0b3361f6faa1ed6342cbeee529a" -o "tvn24.flv" |
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.
|
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.
|
Re: weeb.tv - How to watch live with rtmpdumpQuote:
|
WeebTV solutionQuote:
Code:
http://stream-recorder.com/forum/showpost.php?p=33590&postcount=7 |
Re: WeebTV solutionIt is possible or not to stop saving command bat files in folder?
|
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'); |
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); |
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); |
All times are GMT -6. The time now is 07:41 PM. |