View Single Post
  #1  
Old 11-04-2015, 10:14 AM
Lenn Lenn is offline
Junior Member
 
Join Date: Nov 2015
Posts: 1
Lenn is on a distinguished road
Default

How to Download SouthPark-Episodes with rtmpdump?


Hey Guys,

i found many (old) tutorials on the internet explaining this very question, but none of them could help me.

For example i want to download the South Park Episode from: http://www.southpark.de/alle-episoden/s10e01

I grabbed following URLs using URL-Snooper:
Quote:
http://media.mtvnservices.com/player...r%26networkCon
rtmpe://cp75298.edgefcs.net/ondemand/mtviestor/_!/intlod/southpark/video/Deutsche/Season_10/1001/acts/1001_1_DI_DEU_1280x720_1200.mp4
Shouldn't i be able to download with these two URLs?
I tried this:

Code:
rtmpdump.exe -r "rtmpe://cp75298.edgefcs.net/ondemand/mtviestor/_!/intlod/southpark/video/Deutsche/Season_10/1001/acts/1001_1_DI_DEU_1280x720_1200.mp4" --swfUrl "http://media.mtvnservices.com/player/prime/mediaplayerprime.2.11.3.swf?uri=[...]"
But i get this in response:
Code:
Connecting..
WARNING: HandShake: Type mismatch: client sent 6, server answered 8
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requestes close
What i am doing wrong? Is it possible to do what i want?

Greets & Thanks in advance!
Lenn
Reply With Quote