View Single Post
  #24  
Old 10-07-2011, 08:21 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

Re: RTMP parameter string for MTV.com?


Quote:
Originally Posted by damm View Post
I used RTMPexplorer for downloading vids from MTV.com but it only rips the actual quality of the vid which it plays. When I have edited the code from rtmp explorer's RTMPdump, it didnt work.

URL Snooper gave me this rtmp address (I picked the highest quality):
Code:
rtmpe://cp10740.edgefcs.net/ondemand/mtvcomstor/_!/mtv.com/onair/buzzworthy/mt_buzzworthy_rt200808_green_day_qanda_768x432_1700.mp4
Here is the original url: _http://www.mtv.com/videos/interview/green-day/522230/green-day-rock-band-buzzworthy-interview.jhtml but you can try to suggest a general code for any MTV vid maybe.

so I would obviously use -r, -o
what about -W? the snooper gave me an .swf link, and one really long swf address link but RTMP Dump denied it as being too long:/

Any suggestions for the parameters? Thanks for support guys.
Code:
rtmpdump -r "rtmp://cp10740.edgefcs.net/ondemand/mtvcomstor/_!/mtv.com/onair/buzzworthy/mt_buzzworthy_rt200808_green_day_qanda_768x432_1700.mp4" -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.1.10.7.swf" -o greenday.mp4
Reply With Quote