View Single Post
  #4  
Old 09-23-2011, 08:40 AM
AmazingMatze AmazingMatze is offline
Member
 
Join Date: Sep 2011
Posts: 52
AmazingMatze is on a distinguished road
Default

Re: Applying "SWFVerification Type 2 request not supported" patch to latest Git versi


I guess this is the correct URL for your specific episode:
hXXp://www.thedailyshow.com/full-episodes/wed-september-21-2011-mitch-daniels

At the moment only the server "viacomccstrmfs.fplive.net" needs the patched version. You can test it with this command line (I had -no- download errors using this server):

Code:
rtmpdump -r "rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/dailyshow/TDS/season_16/episode_119/ds_16119_act1_768x432_1720.mp4" -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.1.9.2.swf" -o "ds_16119_act1_768x432_1720.mp4"
As you can see, the show is splitted into "acts"... just replace "act1" with "act2" and so on to get the whole show :-)

If you want to use the server "cp9950.edgefcs.net" you don't need the patched version of RTMPdump at all. The patched version even fails if you don't remove the "--swfVfy / -W" parameter... This command line worked with my patched version of RTMPDump (However I had the same download errors you spoke of):

Code:
rtmpdump -r "rtmpe://cp9950.edgefcs.net/ondemand/mtvnorigin/gsp.comedystor/com/dailyshow/TDS/season_16/episode_119/ds_16119_act1_768x432_1720.mp4" -e -o "ds_16119_act1_768x432_1720.mp4"
Btw, sniffing with wireshark while playing, only gave me the server "viacomccstrmfs.fplive.net"

Last edited by AmazingMatze : 09-23-2011 at 11:41 AM.
Reply With Quote