View Single Post
  #9  
Old 02-20-2011, 09:21 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: 3dbuzz.com: Recording stream video from Adobe Flash Player 10 from 3dbuzz.com (rt


Quote:
Originally Posted by any ANONYMOUS forum user View Post
I have a subscription to the site and I'm trying to record subscription videos. I believe they're RTMPE. I've tried most of the programs listed here. One I didn't was rtmpdump since it didn't look as simple as the automatic programs.
Quote:
Originally Posted by any ANONYMOUS forum user View Post
I'd post a link here, but it couldn't be viewed, so I'll paste the HTML instead.

HTML Code:
<embed width="100%" height="100%" flashvars="videoid=2039&amp;userid=223241&amp;file=rtmpe://none/&amp;id=mp4:none&amp;bufferlength=10&amp;stretching=uniform&amp;autostart=true&amp;start=0&amp;backcolor=0x383D43&amp;frontcolor=0xEEEEEE&amp;lightcolor=0xFFA518" allowfullscreen="true" quality="high" name="mediaplayer" id="mediaplayer" style="" src="videoplayerj.swf" wmode="transparent" type="application/x-shockwave-flash">
The "file=rtmpe://none/&amp;id=mp4:none" seems to be my problem. I don't know much this stuff, but I think it's some sort of "live" stream? Not sure, but does anyone have suggestions as to what could record it?

I'll also paste the HTML for the free video here, just in case it could help.

<embed width="100%" height="100%" flashvars="streamer=rtmpe://s3otuljvizf25t.cloudfront.net/cfx/st&amp;file=videos/CPP_i2_01_Intro.mp4&amp;bufferlength=10&amp;stretc hing=uniform&amp;autostart=true&amp;start=0&amp;ba ckcolor=0x383D43&amp;frontcolor=0xEEEEEE&amp;light color=0xFFA518" allowfullscreen="true" quality="high" name="mediaplayer" id="mediaplayer" style="" src="mediaplayer5.swf" wmode="transparent" type="application/x-shockwave-flash">
I have no 3dbuzz.com account, so I can't check it. But I can download your sample video with RTMPdump:

Code:
rtmpdump -r "rtmpe://s3otuljvizf25t.cloudfront.net/cfx/st" -a "cfx/st" -y "mp4:videos/CPP_i2_01_Intro.mp4" -o CPP_i2_01_Intro.flv
Code:
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration              128.17
INFO:   moovPosition          32.00
INFO:   width                 720.00
INFO:   height                540.00
INFO:   videocodecid          avc1
INFO:   audiocodecid          mp4a
INFO:   avcprofile            100.00
INFO:   avclevel              51.00
INFO:   aacaot                2.00
INFO:   videoframerate        10.00
INFO:   audiosamplerate       22050.00
INFO:   audiochannels         1.00
INFO: trackinfo:
INFO:   length                1279000.00
INFO:   timescale             10000.00
INFO:   language              und
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                2826240.00
INFO:   timescale             22050.00
INFO:   language              und
INFO: sampledescription:
INFO:   sampletype            mp4a
801.136 kB / 128.13 sec (99.9%)
Download complete
Reply With Quote