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 media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 02-08-2011, 02:25 PM
chessfarrell chessfarrell is offline
Junior Member
 
Join Date: Feb 2011
Posts: 1
chessfarrell is on a distinguished road
Default

www.rtc.be: rtmpdump error: failed to read RTMP packet header


Hi,

I'm having a problem similar to
teleru.com: failed to read RTMP packet header. any suggestions please?
with a Belgian website, but the thing is: I've been using rtmpdump for a couple of days, so I'm definitively not an expert. Anyway, I'll tell you what I've tried...

The video I'm interested in is this one: _http://www.rtc.be/content/view/4358/166/

Here is the code I used to download it with rtmpdump:

Code:
./rtmpdump --rtmp rtmpe://media.rtc.be:1935/vod/166597.mp4 --swfUrl http://www.rtc.be/player-rtc.swf
And here is what I get:

Code:
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
I get the same error message for these queries:

Code:
./rtmpdump --rtmp rtmpe://media.rtc.be:1935/vod/mp4:166597.mp4 --swfUrl http://www.rtc.be/player-rtc.swf
./rtmpdump --rtmp rtmpe://media.rtc.be:1935/vod/mp4:166597.mp4 --playlist --swfUrl http://www.rtc.be/player-rtc.swf
./rtmpdump --rtmp rtmpe://media.rtc.be/vod/mp4:166597.mp4 --playlist --swfUrl http://www.rtc.be/player-rtc.swf
Here is part of the website source code that might be relevant:

Code:
flashvars.file = "166597.mp4";
        flashvars.bufferlength = "3";
        flashvars.streamer = "rtmpe://media.rtc.be/vod";

if(navigator.userAgent.match(/iPhone|iPod|iPad/i)){
                gid('jwav-166597').innerHTML = QT_GenerateOBJECTText_XHTML('http://media.rtc.be/vod/mp4:166597.mp4/playlist.m3u8', '320', '212', '', 'AUTOPLAY', 'false', 'SCALE', 'Aspect');
        }

swfobject.embedSWF("/player-rtc.swf", "jwav-166597", "100%", "100%", "9.0.115", "expressInstall.swf", flashvars, params, attributes);
Note that Jaksta (and GetFLV and CooJah) fail to get a correct URL. So I really don't have a clue... If you have an idea, don't hesitate!

Thanks!
Reply With Quote
  #2  
Old 02-09-2011, 05:09 PM
getflv getflv is offline
GetFLV support
 
Join Date: Aug 2009
Posts: 356
getflv is on a distinguished road
Post

Re: www.rtc.be: rtmpdump error: failed to read RTMP packet header


Quote:
Originally Posted by chessfarrell View Post
Hi,

I'm having a problem similar to
teleru.com: failed to read RTMP packet header. any suggestions please?
with a Belgian website, but the thing is: I've been using rtmpdump for a couple of days, so I'm definitively not an expert. Anyway, I'll tell you what I've tried...

The video I'm interested in is this one: _http://www.rtc.be/content/view/4358/166/

Here is the code I used to download it with rtmpdump:

Code:
./rtmpdump --rtmp rtmpe://media.rtc.be:1935/vod/166597.mp4 --swfUrl http://www.rtc.be/player-rtc.swf
And here is what I get:

Code:
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
I get the same error message for these queries:

Code:
./rtmpdump --rtmp rtmpe://media.rtc.be:1935/vod/mp4:166597.mp4 --swfUrl http://www.rtc.be/player-rtc.swf
./rtmpdump --rtmp rtmpe://media.rtc.be:1935/vod/mp4:166597.mp4 --playlist --swfUrl http://www.rtc.be/player-rtc.swf
./rtmpdump --rtmp rtmpe://media.rtc.be/vod/mp4:166597.mp4 --playlist --swfUrl http://www.rtc.be/player-rtc.swf
Here is part of the website source code that might be relevant:

Code:
flashvars.file = "166597.mp4";
        flashvars.bufferlength = "3";
        flashvars.streamer = "rtmpe://media.rtc.be/vod";

if(navigator.userAgent.match(/iPhone|iPod|iPad/i)){
                gid('jwav-166597').innerHTML = QT_GenerateOBJECTText_XHTML('http://media.rtc.be/vod/mp4:166597.mp4/playlist.m3u8', '320', '212', '', 'AUTOPLAY', 'false', 'SCALE', 'Aspect');
        }

swfobject.embedSWF("/player-rtc.swf", "jwav-166597", "100%", "100%", "9.0.115", "expressInstall.swf", flashvars, params, attributes);
Note that Jaksta (and GetFLV and CooJah) fail to get a correct URL. So I really don't have a clue... If you have an idea, don't hesitate!

Thanks!
Latest GetFLV can download rtc.be videos. Please check it and give us your feedback.
Reply With Quote
  #3  
Old 02-15-2011, 09:01 AM
nullacht nullacht is offline
Senior Member
 
Join Date: Jan 2010
Posts: 230
nullacht will become famous soon enoughnullacht will become famous soon enough
Cool

Re: www.rtc.be: rtmpdump error: failed to read RTMP packet header


Quote:
Originally Posted by chessfarrell View Post
The video I'm interested in is this one: _http://www.rtc.be/content/view/4358/166/
Quote:
Originally Posted by chessfarrell View Post
And here is what I get:

Code:
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header

http://www.rtc.be uses secureToken!

Code:
evt.info.secureToken, "o%p#i7Su@a"
RTMPDump:

Code:
rtmpdump -r "rtmpe://media.rtc.be:1935/vod/166597.mp4" -o 166597.flv -T "o%p#i7Su@a"
Code:
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: trackinfo:
INFO:   timescale             25.00
INFO:   length                3701.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   timescale             32000.00
INFO:   length                4738048.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            mp4a
INFO:   audiochannels         2.00
INFO:   audiosamplerate       32000.00
INFO:   videoframerate        25.00
INFO:   aacaot                2.00
INFO:   avclevel              51.00
INFO:   avcprofile            100.00
INFO:   audiocodecid          mp4a
INFO:   videocodecid          avc1
INFO:   width                 512.00
INFO:   height                288.00
INFO:   moovposition          40.00
INFO:   duration              148.06
5362.057 kB / 148.03 sec (99.9%)
Download complete
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 01:21 PM.


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