Lenn
11-04-2015, 10:14 AM
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:
http://media.mtvnservices.com/player/prime/mediaplayerprime.2.11.3.swf?uri=mgid:arc:episode:s outhpark.de:5fb41fa0-ecfd-11e0-aca6-0026b9414f30&type=network&ref=www.southpark.de&geo=DE&group=entertainment&network=None&device=Other&networkConnectionType=None&CONFIG_URL=http%3a%2f%2fmedia.mtvnservices.com%2fp mt-arc%2fe1%2fplayers%2fmgid%3aarc%3aepisode%3asouthp ark.de%3a%2fcontext3%2fconfig.xml%3furi%3dmgid%3aa rc%3aepisode%3asouthpark.de%3a5fb41fa0-ecfd-11e0-aca6-0026b9414f30%26type%3dnetwork%26ref%3dwww.southpar k.de%26geo%3dDE%26group%3dentertainment%26network% 3dNone%26device%3dOther%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:
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:
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
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:
http://media.mtvnservices.com/player/prime/mediaplayerprime.2.11.3.swf?uri=mgid:arc:episode:s outhpark.de:5fb41fa0-ecfd-11e0-aca6-0026b9414f30&type=network&ref=www.southpark.de&geo=DE&group=entertainment&network=None&device=Other&networkConnectionType=None&CONFIG_URL=http%3a%2f%2fmedia.mtvnservices.com%2fp mt-arc%2fe1%2fplayers%2fmgid%3aarc%3aepisode%3asouthp ark.de%3a%2fcontext3%2fconfig.xml%3furi%3dmgid%3aa rc%3aepisode%3asouthpark.de%3a5fb41fa0-ecfd-11e0-aca6-0026b9414f30%26type%3dnetwork%26ref%3dwww.southpar k.de%26geo%3dDE%26group%3dentertainment%26network% 3dNone%26device%3dOther%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:
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:
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