3dbuzz.com: Recording stream video from Adobe Flash Player 10 from 3dbuzz.com (rtmpe)Hello!
I'm tired to try catch video from this site. For example, this Code:
http://www.3dbuzz.com/vbforum/sv_video.php?v=11 Can anybody help me? |
Re: 3dbuzz.com: Recording stream video from Adobe Flash Player 10 from 3dbuzz.com (rtThe latest version of Replay Media Catcher works fine for me.
|
Re: 3dbuzz.com: Recording stream video from Adobe Flash Player 10 from 3dbuzz.com (rtReally?
I'm download trial version Replay Media Catcher, install it, update all latest plugins, now I have version 3.01, build date 12 September 2008, in program options in "Media Catcher plug-ins"all 5 plugins enabled. And what? I start Catcher, it start recording, now I start IE, go to Code:
http://www.3dbuzz.com/vbforum/sv_houdini.php |
Re: 3dbuzz.com: Recording stream video from Adobe Flash Player 10 from 3dbuzz.com (rtI was using the same version of Replay Media Catcher when recording rtmpe:// streams from 3fbuzz.com . And I was using I.E. because in Firefox I was getting a message that my Adobe Flash player needed to be upgraded to v.10.
Currently I can't play any videos at 3dbuzz.com . I see a black screen without any error messages. |
Re: 3dbuzz.com: Recording stream video from Adobe Flash Player 10 from 3dbuzz.com (rtI'm having a hard time testing this, because none of the videos play...do you need to be registered to play the videos? Is this a pay site?
|
Re: 3dbuzz.com: Recording stream video from Adobe Flash Player 10 from 3dbuzz.com (rtI had the developer of Media Catcher look into this site - it looks like you will need to use a screen recorder for these videos. Check out Replay Video Capture.
|
Re: 3dbuzz.com: Recording stream video from Adobe Flash Player 10 from 3dbuzz.com (rtFor the most of video on this site you must to be registered (it's free), but for this one it's not required
"Introduction to the Houdini Online Class" Code:
http://www.3dbuzz.com/vbforum/sv_video.php?v=11 |
Re: 3dbuzz.com: Recording stream video from Adobe Flash Player 10 from 3dbuzz.com (rtI can really play the video, but it is interesting that the Replay Media Catcher doesn't record the video from this web-site anymore. It was working and I was able to download rtmpe:// video from it.
They must have installed the latest update from Adobe, so it will take sometime for the developer to support the changes. Right now I can only recommend screen video capture software. |
Re: 3dbuzz.com: Recording stream video from Adobe Flash Player 10 from 3dbuzz.com (rtThanks for support...
|
Re: 3dbuzz.com: Recording stream video from Adobe Flash Player 10 from 3dbuzz.com (rtnah no thanks, all these answers were shit.
|
Re: 3dbuzz.com: Recording stream video from Adobe Flash Player 10 from 3dbuzz.com (rtQuote:
|
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. |
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 |
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. |
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. |
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 |
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>';.. |
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 |
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. |
Re: 3dbuzz.com: Recording stream video from Adobe Flash Player 10 from 3dbuzz.com (rtTry to use RTMPexplorer (Windows) or rtmpsrv, rtmpsuck.
|
Re: 3dbuzz.com: Recording stream video from Adobe Flash Player 10 from 3dbuzz.com (rtpost login info otherwise I cannot help
|
Re: 3dbuzz.com: Recording stream video from Adobe Flash Player 10 from 3dbuzz.com (rt@svnpenn : Sorry, I don't giving anytime my login details, give me yours ^^
@Stream Recorder : Tried out RTMPExplorer, the video loads inside RTMP Explorer window but nothing happens on rtmpsrv.exe that is opened at the start of RTMP Explorer. Still stay on : Streaming on rtmp://0.0.0.0:1935 Any ideas ? Thanks a lot. |
Re: 3dbuzz.com: Recording stream video from Adobe Flash Player 10 from 3dbuzz.com (rtthe chapter 1 introductions are free, testpage url (video link!)
Code:
http://www.3dbuzz.com/vbforum/sv_showvideo.php?v=309 ![]() i've tested GetFLV v9.0.0.6 positive on this webpage. |
All times are GMT -6. The time now is 07:22 AM. |