Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
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. 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 ... INFO: Connected... ERROR: rtmp server sent error Starting Live Stream INFO: Metadata: INFO: author INFO: copyright INFO: description INFO: keywords INFO: rating INFO: title INFO: presetname Custom INFO: creationdate Wed Aug 17 11:47:44 2011 INFO: videodevice Conexant Polaris Video Capture INFO: framerate 25.00 INFO: width 720.00 INFO: height 576.00 INFO: videocodecid avc1 INFO: videodatarate 436.00 INFO: avclevel 40.00 INFO: avcprofile 77.00 INFO: videokeyframe_frequency2.00 INFO: audiodevice Conexant Polaris Audio Capture INFO: audiosamplerate 48000.00 INFO: audiochannels 2.00 INFO: audioinputvolume 75.00 INFO: audiocodecid mp4a INFO: audiodatarate 64.00 620.219 kB / 7.51 sec ERROR: WriteN, RTMP send error 10053 (42 bytes) ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 4938 625.209 kB / 7.59 sec I presume that RTMPdump must be somehow patched, but I have no idea how to do that... My system: Win Vista 32bit Thanks in advance for any help! Last edited by kwiecu : 08-23-2011 at 04:19 PM. |
#2
|
|||
|
|||
Re: weeb.tv - How to watch live with rtmpdumpCode:
-W http://weeb.tv/static/player.swf |
#3
|
|||
|
|||
Re: weeb.tv - How to watch live with rtmpdumpstill doesnt work, any other idea?
i have the same problem. |
#4
|
|||
|
|||
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" - |
#5
|
|||
|
|||
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" |
#7
|
|||
|
|||
Re: WeebTV solutionIt is possible or not to stop saving command bat files in folder?
|
#8
|
|||
|
|||
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'); |
#9
|
|||
|
|||
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); |
#10
|
|||
|
|||
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 | |
|
|