bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPE flv)Is it possible to download a free streaming movie from Adobe Flash Player at bigflix.com?
I tried to download the following movie stream with several programs to no avail Code:
http://broadband.bigflix.com/bigflicks/faces/jsp/viewFreeMovie.jsp?titleId=65&verText=undefined&isInstalled=0&browser=Netscape |
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEIt doesn't seem to be an RTMPE stream, because Replay Media Catcher can perfectly download this video:
Tutorial: How to download free streaming movies from Big Flix with Replay Media Catcher FAQ: How to record/download/capture/save Adobe Flash .FLV video RTMP stream from embedded player RTMPE stream recording/downloading/capturing/ripping/saving |
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEBigFlix currently only works for me using GetFLV. Replay Media Catcher did NOT work.
Use GetFLV latest version (8.8.45) and it should work 100%. |
Re: broadband.bigflix.com: Downloading RTMPE stream?Please tell me which version of Replay Media Catcher (RMC) is able to download this, I am exhausted.
|
Re: broadband.bigflix.com: Downloading RTMPE stream?Quote:
Also, rtmpdump can download from this site |
Re: broadband.bigflix.com: Downloading RTMPE stream?Thanks so much for your help, at least you replied. Kindly, tell me the version of the plugin, so I can have a go.
Also, this site uses SWF verification, will rtmpdump be able to successfully download the file (actually I am a noob at rtmpdump) ? Once again thanks very much ! |
Re: broadband.bigflix.com: Downloading RTMPE stream?Quote:
I tried to download the stream posted by OP and rtmpdump can download it without providing swfurl,that means it doesn't use SWF verification.If you have problems with rtmpdump,you can post it here. |
Re: broadband.bigflix.com: Downloading RTMPE stream?Quote:
Code:
http://broadband.bigflix.com/home/Show/Ramayan/5610/-Ram-Takes-Vishnu-s-Form- Quote:
Code:
C:\>rtmpdump -r "rtmpe://bigflicks.fcod.llnwd.net/a1728/o27/vault/videoclips/tvs Code:
DEBUG: Parsing... |
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEYou seem to be using rtmpdump 1.6 or older, which had bugs in its RTMP decoder.
You should use the latest version instead. And noob2001204 is wrong, they are using SWF verification. See here for a working example: http://lists.mplayerhq.hu/pipermail/...er/000235.html Quote:
|
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEQuote:
Then this means the videos at BigFlicks are downloadable, but if you could help me a little bit more that would make my day. Firstly, please confirm whether you are also using the version 2.1b of rtmpdump that can be downloaded below : http://rtmpdump.mplayerhq.hu/downloa...1b-windows.zip Secondly, I searched but couldn't find a tutorial on rtmpdump like a beginners guide or something, hence kindly let me know only once how to get started, I mean what all to type, etc. step-wise-step. Please help as we noobs won't be able to learn how to use this great application. |
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEQuote:
How do you use rtmp dump (rtmpdump tutorials)? |
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEgaganspidey,I didn't try RMC so I don't know if it still works
Quote:
|
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEQuote:
Quote:
Dear friends I am really willing to learn this only if you guide me. I checked out the links but it seems complicated unless you teach me the basics. This is where I am stuck, please tell me the next step : ![]() |
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEQuote:
|
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEQuote:
Code:
rtmpdump -r "rtmp url" -o filename.flv -V |
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEQuote:
![]() Now just tell me if the highlighted part is the required URL or only uptill mp4 is the correct URL. Also, after this should I do the following : Code:
rtmpdump -r "rtmpe://bigflicks.fcod.llnwd.net/a1728/o27/vault/videoclips/tvshows/Ramayan_300.mp4?e=1263038238%26h=7c1809c89cb49df94c32e2baeb726227" -o filename.flv -V |
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEQuote:
rtmpdump obviously works as mentioned in the mailing list. You can also try RTMPE recorders. GetFLV is the only user-friendly RTMPE recorder that I know. |
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEQuote:
I've also tried the plugin_zrtmp.dll v5.2.6.9 & it doesn't work for me either. But where to get the plugin_zrtmp.dll v5.3.6.9 ? Regarding GetFLV, it used to download from this site but has halted support recently. So the only option left is to use rtmpdump & I am on the track to learn it, lets see how it goes. @noob2001204 waiting for your reply. |
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEQuote:
Take your url as example original url: Code:
rtmpe://bigflicks.fcod.llnwd.net/a1728/o27/vault/videoclips/tvshows/Ramayan_300.mp4?e=1263038238%26h=7c1809c89cb49df94c32e2baeb726227 Code:
rtmpe://bigflicks.fcod.llnwd.net/a1728/o27/mp4:vault/videoclips/tvshows/Ramayan_300?e=1263038238&h=7c1809c89cb49df94c32e2baeb726227 For some reasons,the original url doesn't work,you can also search "mp4:" in the memory dump file to see if your playpath is correct.That's how I figured to download from bigflix.com hyc is right,this site uses SWF verification and the stream will stop downloading at some point This command should work Code:
rtmpdump -r "rtmpe://bigflicks.fcod.llnwd.net/a1728/o27/mp4:vault/videoclips/tvshows/Ramayan_300?e=1263038238&h=7c1809c89cb49df94c32e2baeb726227" -W "http://broadband.bigflix.com/apache_file/flash/Player.swf" -o filename.flv -V |
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEI searched for "mp4:" and got this :
Code:
mp4:vault/videoclips/tvshows/Ramayan_300?e=1263038238&h=7c1809c89cb49df94c32e2baeb726227.ring> Code:
C:\rtmpdump-1.9>rtmpdump.exe |
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEQuote:
|
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEQuote:
And do I have to keep the browser open so that the URL doesn't expire ? |
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEQuote:
It has nothing to do with your browser,if you want to download the stream,you must get a new url and download it as quickly as possible |
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEQuote:
|
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEQuote:
Code:
rtmpdump: unknown option -- W |
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEThe -W option didn't exist in rtmpdump 1.x. It was added in 2.1. You need the latest version.
|
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEQuote:
|
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEEverything worked this time but the download stopped at 46% :
Code:
22 C6 43 60 3A Continued in next post... |
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPECode:
Metadata: Where did I go wrong ? Has it got something to do with the SWF verification ? I checked this link posted by Stream Recorder which specifies downloading the swf player you want to use for SWFVerification, unzip it, It will show the decompressed filesize, use it for --swfsize and lastly generating the hash. Is this to be used here ? The command I used in rtmpdump v2.1c was : Code:
rtmpdump -r "rtmpe://bigflicks.fcod.llnwd.net/a1728/o27/mp4:vault/videoclips/tvshows/Ramayan_30?e=1263119595&h=e07eb1971495980db2c72544453a7496" -W "http://broadband.bigflix.com/apache_file/flash/Player.swf" -o Ep-30.flv -V |
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEQuote:
Since those URLs have a very short lifetime before they expire, it's possible that it just took you too long to start the command. Read the info from running "rtmpdump -h". Try again, but use the resume option to continue where it left off. |
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEQuote:
Just a few more queries : 1) How to use the resume command ? I read the info after running "rtmpdump -h" & it states using "rtmpdump -resume|-e" but its not working. 2) As you said the RTMPE URL has a short lifetime hence it keeps on changing, does this mean a fast internet connection would have more chances of completing the download successfully ? 3) The SWF player URL doesn't change unlike the RTMPE, am I right ? |
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEQuote:
1) If the download is broken,just add one of "-e" or "--resume" in the full command 2) I have 100 Mbps broadband connection and it takes me about 5 minutes to download the whole stream,remember to get a fresh url and download it with the -W option,it should be okay in the first try 3) Yes,it's static |
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPECompleted at last ! I had to use the resume command only once but it displayed this message :
Code:
WARNING: Stream does not start with requested frame, ignoring data... Surely I'll report here in future incase I experience any problems. |
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEhai bro
plz help me to download bigflix.com video ramayan sieral plz help me plz help thanks |
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEcould someone please post a step by step guide on how to download..im getting confused! :o
|
Big challenge:how to download videos from bigflix.comok i have already read this thread
but it didnt helped much or it seems outdated.... and it looks too complicated as well well,they say it is done by big company so is very difficult to get video does any body derive an idea to download video from this site Code:
www.bigflix.com they have some 30 seconds ADVERTISEMENT video infront of actual video,so idm shows that ad video and able to download that but not actual video Tried Replay Media Catcher it is able to capture all but no the actual video Orbit Downloader says no url found for videos so can any body take the challenge... will be great (plus i think they are constantly looking at these and making required changes...) thanks |
Re: Big challenge:how to download videos from bigflix.com@venga
Try to use RTMPE stream recorders |
Re: Big challenge:how to download videos from bigflix.comQuote:
|
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPE |
Re: bigflix.com: How to download free streaming movies from Adobe Flash Player(RTMPEQuote:
|
All times are GMT -6. The time now is 04:23 AM. |