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 > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #11  
Old 12-02-2011, 12:01 AM
roaming_romeo roaming_romeo is offline
Junior Member
 
Join Date: Oct 2011
Posts: 24
roaming_romeo is on a distinguished road
Default

Re: RTMPexplorer won't work anymore at bigflix.


Never mind. I got it. I didn't save it as a bat file [instead of a txt file in the first instance backed by all files option]. I erred in saving it as notepad txt file and then simply renamed it.
Reply With Quote
  #12  
Old 12-02-2011, 12:31 AM
roaming_romeo roaming_romeo is offline
Junior Member
 
Join Date: Oct 2011
Posts: 24
roaming_romeo is on a distinguished road
Default

Re: RTMPexplorer won't work anymore at bigflix.


I tested this batch file. I created a successful batchfile off the link I am getting in explorer. Unfortunately it doesn't catch the movie. I changed the server link from the one you got from and recreated batchfile and ran it. It changed the server number from 9 to 8 again. But again it doesn't give me the movie. This is bizarre as your batchfile helped me download the movie without a hitch. I don't know why I am running into stubborn servers and why my created batchfiles don't work. Something is missing in this puzzle. Can't figure out where the problem lies.

Must be something in Win7 thats messing up. I don't know.
Reply With Quote
  #13  
Old 12-02-2011, 01:10 AM
roaming_romeo roaming_romeo is offline
Junior Member
 
Join Date: Oct 2011
Posts: 24
roaming_romeo is on a distinguished road
Default

Re: RTMPexplorer won't work anymore at bigflix.


Its the whole address. The link you gave me did not refer to a change in server but also the parameters in that url. I compared both urls word by word and found lots of difference in the url address. So finally I just changed the last bit into your url. Just the movie name and number in the vault bit retaining the rest of your url and converted to batch file and wham....it works like hell. The whole url in my case was directing me into a vault that I was not penetrating. In your case you are reaching a different vault in a different server that is accessible. So changing just the movie name and it's associated number made it work. For example [obtain movie name - number detail from my url and replace it in your url as suggested in bold text below]:

rtmpdump -r "rtmpe://fms.1B42.edgecastcdn.net/001B42/vault/videoclips/movies/" -a "001B42/vault/videoclips/movies/" -f "WIN 11,1,102,55" -W "http://www.bigflix.com/apache_file/flash/Player.swf?f=1322768888359" -p "http://www.bigflix.com/home/movies/movie-name/html link movie number" -y "mp4:moviename.mp4?e=movie vault swf number" -o mp4_moviename.flv


Now why am I directed to the one where I am not getting through is a mystery? Is it due to country and location thats causing change in servers, some more resistent to downloaders than others? I hope people who are having difficulty will save this url and work the name/number stuff from there.

I must thank you sir for at least getting me a working url where I can create batchfiles and download till the next upgrade happens in rumpdump or the servers. Should sail me through a couple of months.

Last edited by roaming_romeo : 12-02-2011 at 03:27 AM.
Reply With Quote
  #14  
Old 12-02-2011, 02:50 AM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: RTMPexplorer won't work anymore at bigflix.


Quote:
Originally Posted by roaming_romeo View Post
The only issue is I try renaming the text files into command.bat file but it still remains into a text format file. Is that ok?
You should change extension of file from .txt to .bat .
Go to Control Panel-->Folder Option-->"View" tab and then un-mark: "Hide extensions for known files type"!!
if you don't, you can't rename it correctly and will have sth like this: "command.bat.txt"

Quote:
Originally Posted by roaming_romeo View Post
is it due to country and location thats causing change in servers..
I think, yes!!

and I'm glad you could found what the problem was!! good luck!!
Reply With Quote
  #15  
Old 12-02-2011, 03:34 AM
roaming_romeo roaming_romeo is offline
Junior Member
 
Join Date: Oct 2011
Posts: 24
roaming_romeo is on a distinguished road
Default

Re: RTMPexplorer won't work anymore at bigflix.


Fortunately I was using save as option while converting to batchfile so it allowed me to change file extension. I think the model url I have posted should help anyone else having same kind of server problems where they are getting the link but not the movie. All they need to to do now is to obtain and replace the movie names and numbers [in places where bold text in my url is] and convert to batchfile to get the download rolling.

Thanks a heap. I learnt how to make batchfiles and bypass urls and bypass servers thanks to you. If things stop working at some point later on I will probably need someone just to give me a url off a server that works again. I wonder if there is any way to RESUME a timed out or a netlag stopped download? Any code that works? many time in past I had internet lags stop a download and it went to a full download again on retry.
Reply With Quote
  #16  
Old 12-02-2011, 03:45 AM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: RTMPexplorer won't work anymore at bigflix.


if you want to resume your broken download, add this in command (look at bold section):
Code:
rtmpdump -r "rtmpe://fms.1B42.edgecastcdn.net/001B42/vault/videoclips/movies/" -a "001B42/vault/videoclips/movies/" -f "WIN 11,1,102,55" -W "http://www.bigflix.com/apache_file/flash/Player.swf?f=1322768888359" -p "http://www.bigflix.com/home/movies/movie-name/html link movie number" -y "mp4:moviename.mp4?e=movie vault swf number" -e "mp4_moviename.flv" -o "mp4_moviename.flv"
Reply With Quote
  #17  
Old 12-02-2011, 03:56 AM
roaming_romeo roaming_romeo is offline
Junior Member
 
Join Date: Oct 2011
Posts: 24
roaming_romeo is on a distinguished road
Thumbs up

Re: RTMPexplorer won't work anymore at bigflix.


Quote:
Originally Posted by Bahman View Post
if you want to resume your broken download, add this in command (look at bold section):
Code:
rtmpdump -r "rtmpe://fms.1B42.edgecastcdn.net/001B42/vault/videoclips/movies/" -a "001B42/vault/videoclips/movies/" -f "WIN 11,1,102,55" -W "http://www.bigflix.com/apache_file/flash/Player.swf?f=1322768888359" -p "http://www.bigflix.com/home/movies/movie-name/html link movie number" -y "mp4:moviename.mp4?e=movie vault swf number" -e "mp4_moviename.flv" -o "mp4_moviename.flv"

It's this addition to the url before end movie tag right? :
-e "mp4_moviename.flv"

Create a batchfile with this modified url right? I hope I read that right.
Reply With Quote
  #18  
Old 12-02-2011, 04:00 AM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: RTMPexplorer won't work anymore at bigflix.


Yep!!
-e "mp4_moviename.flv" -o "mp4_moviename.flv"
file name must be same!!
Reply With Quote
  #19  
Old 12-02-2011, 04:17 AM
roaming_romeo roaming_romeo is offline
Junior Member
 
Join Date: Oct 2011
Posts: 24
roaming_romeo is on a distinguished road
Default

Re: RTMPexplorer won't work anymore at bigflix.


Quote:
Originally Posted by Bahman View Post
Yep!!
-e "mp4_moviename.flv" -o "mp4_moviename.flv"
file name must be same!!
Hehehe. I think I figured that out based on the model url I pasted. Thanks for the modified Resume url. Wish I knew these methods before. Would have saved many re-runs. I also noticed that download by batchfile is much faster and less prone to timeout than downloading the same through RTMPexplorer GUI. Thanks a great heap for all the patience for a n00b like me.
Reply With Quote
  #20  
Old 12-02-2011, 09:42 AM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: RTMPexplorer won't work anymore at bigflix.


Quote:
Originally Posted by Bahman View Post
Yep!!
-e "mp4_moviename.flv" -o "mp4_moviename.flv"
file name must be same!!

enough parameter "-e"
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 09:26 PM.


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