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: 3dbuzz.com: Recording stream video from Adobe Flash Player 10 from 3dbuzz.com (rtDo you have a better solution???
|
#12
|
|||
|
|||
Re: 3dbuzz.com: Recording stream video from Adobe Flash Player 10 from 3dbuzz.com (rtIf you installed Replay Media Catcher after Feb 1 (I think) you are not able to download adobe flash rmtp files. I set up a new system this week and no longer can use it. If you installed in Jan or earlier those files could still be captured. The Replay company now reccommends their Replay Video Capture software which isn't as good. I am trying to find a program that actually downloads those feeds. There are cheaper screen capture programs than Replay's and the audio seems to not stay in sync. Although, I am using the demo.
I am open for any ideas. |
#13
|
|||
|
|||
Re: 3dbuzz.com: Recording stream video from Adobe Flash Player 10 from 3dbuzz.com (rtQuote:
Quote:
Related thread: RTMPE stream recording/downloading/capturing/ripping/saving |
#14
|
|||
|
|||
3dbuzz.com: Recording stream video from Adobe Flash Player 10 from 3dbuzz.com (rtmpe)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.
There are two different types of videos on the site: free, and the ones that require a subscription. After trying several programs, StreamTransport seemed to be the only one that could successfully record the free videos. With the subscription videos, the programs couldn't even see the file/stream. 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&userid=223241&file=rtmpe://none/&id=mp4:none&bufferlength=10&stretching=uniform&autostart=true&start=0&backcolor=0x383D43&frontcolor=0xEEEEEE&lightcolor=0xFFA518" allowfullscreen="true" quality="high" name="mediaplayer" id="mediaplayer" style="" src="videoplayerj.swf" wmode="transparent" type="application/x-shockwave-flash">
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&file=videos/CPP_i2_01_Intro.mp4&bufferlength=10&stretc hing=uniform&autostart=true&start=0&ba ckcolor=0x383D43&frontcolor=0xEEEEEE&light color=0xFFA518" allowfullscreen="true" quality="high" name="mediaplayer" id="mediaplayer" style="" src="mediaplayer5.swf" wmode="transparent" type="application/x-shockwave-flash"> Thanks. |
#15
|
|||
|
|||
Re: 3dbuzz.com: Recording stream video from Adobe Flash Player 10 from 3dbuzz.com (rtIf you have Linux, try to save the stream with rtmpsuck.
If you use Windows, then besides StreamTransport I can suggest CooJah and GetFLV. |
#16
|
|||
|
|||
Re: 3dbuzz.com: Recording stream video from Adobe Flash Player 10 from 3dbuzz.com (rtQuote:
Quote:
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 |
#17
|
|||
|
|||
Re: 3dbuzz.com: Recording stream video from Adobe Flash Player 10 from 3dbuzz.com (rtHello,
I get some difficulties to get membership videos on 3dbuzz.com too. I used this method : http://stream-recorder.com/forum/sho...9&postcount=17 to try get the rtmpe adress of the videos but in HxEditor here is the result : Code:
...var s1 = new SWFObject("mediaplayer5.swf","mediaplayer","100%","100%","9.0.124.0");........s1.addParam("allowfullscreen","true");.... .s1.addVariable("streamer","rtmpe://s3otuljvizf25t.cloudfront.net/cfx/st");.... .s1.addVariable("file","videos/" + arr[8] + ".mp4");.... rtmpe://s3otuljvizf25t.cloudfront.net/cfx/st/ + videos/****.mp4 arr[8] looks like to be a parameter of the name for this video but impossible to see the video name related. Any help possible ? Thanks. ps : I also have this in HxD : Code:
s1.addVariable("file","rtmpe://vs1.3dbuzz.com/vod/");.. //s1.addVariable("id","mp4:"+arr[0]);.. document.getElementById("videoplayer").innerHTML = '<a href="http://www.macromedia.com/go/getflashplayer"><img src="/images/sx/youneedflash.jpg" width="100%" height="100%" border="0"></a>';.. |
#18
|
|||
|
|||
Re: 3dbuzz.com: Recording stream video from Adobe Flash Player 10 from 3dbuzz.com (rtyou managed to leave out the single most important piece of information, the URL of the video you are trying to download
FAIL |
#19
|
|||
|
|||
Re: 3dbuzz.com: Recording stream video from Adobe Flash Player 10 from 3dbuzz.com (rtSorry, I didn't forgot it,
The url is part of Sponsor membership subscription on 3DBuzz and I could give it to you, but will not help more. This link cannot be opened if you are not a subscriber for example : http://www.3dbuzz.com/vbforum/sv_showvideo.php?v=4981 I can, if it helps, link Hex Files I get back with pmdump. Thanks for considering. |
#20
|
|||
|
|||
Re: 3dbuzz.com: Recording stream video from Adobe Flash Player 10 from 3dbuzz.com (rtTry to use RTMPexplorer (Windows) or rtmpsrv, rtmpsuck.
|
Thread Tools | |
Display Modes | |
|
|