PDA

View Full Version : How to download from mubi.com? (possible rtmpdump bug?)


splendor
10-06-2011, 11:03 AM
I'm trying to download this movie:
_http://mubi.com/films/the-new-environmentalists (I guess you need a free registered account to see it)

With pmdump I figured the rtmpe url is:
rtmpe://theauteurs.bc-s.cdn.bitgravity.com/cdn&versions=&defaultVersion=&videoOffset=&id=91271&type=film&preroll=&autoload=1&autoplay=1&debug=&ap=1&useStageVideo=1

But when I try this:
rtmpdump -r "rtmpe://theauteurs.bc-s.cdn.bitgravity.com/cdn&versions=&defaultVersion=&videoOffset=&id=91271&type=film&preroll=&autoload=1&autoplay=1&debug=&ap=1&useStageVideo=1" -o movie.flv

It says:
ERROR: You must specify a playpath (--playpath) or url (-r "rtmp://host[:port]/playpath") containing a playpath

I think I understand what's the problem here.. notice the strange URL:
rtmpe://theauteurs.bc-s.cdn.bitgravity.com/cdn&versions=&defaultVersion=&videoOffset=&id=91271&type=film&preroll=&autoload=1&autoplay=1&debug=&ap=1&useStageVideo=1

Because when I do /cdn/& instead of /cdn& it does work, however it says Stream Not Found, which makes sense because I changed the url.

So is there another way to tell rtmpdump what the URL is and what the arguments are?

I guess rtmpdump just has problems with this URL. I'm really sure if you can call it a bug though, because after all this is just a very strange URL.

Any one know a work around?

svnpenn
10-06-2011, 02:20 PM
rtmpdump -r "rtmpe://theauteurs.bc-s.cdn.bitgravity.com/cdn&versions=&defaultVersion=&videoOffset=&id=91271&type=film&preroll=&autoload=1&autoplay=1&debug=&ap=1&useStageVideo=1" -o movie.flv

RTMPdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) frequently has trouble parsing RTMP URLs. It is a best practice to explicitly state the playpath with "-y"

splendor
10-07-2011, 01:06 AM
RtmpDump frequently has trouble parsing RTMP URLs. It is a best practice to explicitly state the playpath with "-y"
I tried various combination, but ran into some strange server side error saying:
"NetConnection.Connect.Rejected
Connection failed: Application folder ([install-location]/applications/) is missing."

However with StreamTransport (http://all-streaming-media.com/record-video-stream/StreamTransport-Download-HTTP-RTMP-RTMPE-streams.htm) I figured the direct link to the video is actually a bit different and now it's working! :)