Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 05-10-2015, 11:33 PM
kaezon kaezon is offline
Junior Member
 
Join Date: May 2015
Posts: 3
kaezon is on a distinguished road
Question

Help! Can't get the rtmpe mp4 file


Original URL:
Code:
http://southpark.cc.com/episodios-en-espanol/s01e01-cartman-consigue-una-sonda-anal
Using URL Snooper, I found this URL that has only the video:
Code:
http://media.mtvnservices.com/player/prime/mediaplayerprime.2.8.3.swf?uri=mgid:arc:episode:southparkstudios.com:5fb8887e-ecfd-11e0-aca6-0026b9414f30&CONFIG_URL=http%3a%2f%2fmedia.mtvnservices.com%2fpmt-arc%2fe1%2fplayers%2fmgid%3aarc%3aepisode%3asouthparkstudios.com%3a%2fcontext4%2fcontext1%2fconfig.xml%3furi%3dmgid%3aarc%3aepisode%3asouthparkstudios.com%3a5fb8887e-ecfd-11e0-aca6-0026b9414f30%26type%3dnetwork%26ref%3dsouthpark.cc.com%26geo%3dCL%26group%3dentertainment%26network%3dNone%26device%3dOther
I noticed that has an URL in the parameters, so using this decoder:
Code:
http://meyerweb.com/eric/tools/dencoder/
I get this URL, that is a config.xml (I suppose that the player uses this file):
Code:
http://media.mtvnservices.com/pmt-arc/e1/players/mgid:arc:episode:southparkstudios.com:/context4/context1/config.xml?uri=mgid:arc:episode:southparkstudios.com:5fb8887e-ecfd-11e0-aca6-0026b9414f30&type=network&ref=southpark.cc.com&geo=CL&group=entertainment&network=None&device=Other
Inside config.xml, under "feed", I copied that URL, replaced the "uri" for the uri in the first URL, and found another xml:
Code:
http://southpark.cc.com/feeds/video-player/mrss/mgid:arc:episode:southparkstudios.com:5fb8887e-ecfd-11e0-aca6-0026b9414f30?lang=es
Using this command:
Code:
C:\rtmp\rtmpdump.exe -r "rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_01_ES_B_1280x720_1200.mp4" -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.2.8.3.swf?uri=mgid:arc:episode:southparkstudios.com:5fb8887e-ecfd-11e0-aca6-0026b9414f30&CONFIG_URL=http%3a%2f%2fmedia.mtvnservices.com%2fpmt-arc%2fe1%2fplayers%2fmgid%3aarc%3aepisode%3asouthparkstudios.com%3a%2fcontext4%2fcontext1%2fconfig.xml%3furi%3dmgid%3aarc%3aepisode%3asouthparkstudios.com%3a5fb8887e-ecfd-11e0-aca6-0026b9414f30%26type%3dnetwork%26ref%3dsouthpark.cc.com%26geo%3dCL%26group%3dentertainment%26network%3dNone%26device%3dOther" -o sp_0101_actHD_01_ES_B_1280x720_1200.mp4
I always get this error:
Code:
C:\Users\Kaezon>C:\rtmp\rtmpdump.exe -r "rtmpe://viacomccstrmfs.fplive.net/viaco
mccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_01_ES_B_1280x7
20_1200.mp4" -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.2.8
.3.swf?uri=mgid:arc:episode:southparkstudios.com:5fb8887e-ecfd-11e0-aca6-0026b94
14f30&CONFIG_URL=http%3a%2f%2fmedia.mtvnservices.com%2fpmt-arc%2fe1%2fplayers%2f
mgid%3aarc%3aepisode%3asouthparkstudios.com%3a%2fcontext4%2fcontext1%2fconfig.xm
l%3furi%3dmgid%3aarc%3aepisode%3asouthparkstudios.com%3a5fb8887e-ecfd-11e0-aca6-
0026b9414f30%26type%3dnetwork%26ref%3dsouthpark.cc.com%26geo%3dCL%26group%3dente
rtainment%26network%3dNone%26device%3dOther" -o sp_0101_actHD_01_ES_B_1280x720_1
200.mp4
RTMPDump v2.4 GIT-2013-12-05 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close

C:\Users\Kaezon>
I tried several variations of the command, but I don't know what I'm doing wrong, please help me

URL Snooper Multimedia URLs:
Code:
http://media.mtvnservices.com/player/prime/mediaplayerprime.2.8.3.swf?uri=mgid:arc:episode:southparkstudios.com:5fb8887e-ecfd-11e0-aca6-0026b9414f30&CONFIG_URL=http%3a%2f%2fmedia.mtvnservices.com%2fpmt-arc%2fe1%2fplayers%2fmgid%3aarc%3aepisode%3asouthparkstudios.com%3a%2fcontext4%2fcontext1%2fconfig.xml%3furi%3dmgid%3aarc%3aepisode%3asouthparkstudios.com%3a5fb8887e-ecfd-11e0-aca6-0026b9414f30%26type%3dnetwork%26ref%3dsouthpark.cc.com%26geo%3dCL%26group%3dentertainment%26network%3dNone%26device%3dOther
rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_03_ES_B_384x216_300.mp4</src>
rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_03_ES_B_512x288_450.mp4</src>
rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_03_ES_B_768x432_750.mp4</src>
rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_03_ES_B_960x540_1000.mp4</src>
rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_03_ES_B_1280x720_1200.mp4</src>
rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_02_ES_B_384x216_300.mp4</src>
rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_02_ES_B_512x288_450.mp4</src>
rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_02_ES_B_768x432_750.mp4</src>
rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_02_ES_B_1280x720_1200.mp4</src>
rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_01_ES_B_384x216_300.mp4</src>
rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_01_ES_B_512x288_450.mp4</src>
rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_01_ES_B_768x432_750.mp4</src>
rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_01_ES_B_960x540_1000.mp4</src>
rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_01_ES_B_1280x720_1200.mp4</src>
rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_04_ES_B_384x216_300.mp4</src>
rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_04_ES_B_512x288_450.mp4</src>
rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_04_ES_B_768x432_750.mp4</src>
rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_04_ES_B_960x540_1000.mp4</src>
rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_04_ES_B_1280x720_1200.mp4</src>
http://media.mtvnservices.com/player/prime/mediaplayerprime.2.8.3.swf?uri=mgid:arc:episode:southparkstudios.com:5fb8887e-ecfd-11e0-aca6-0026b9414f30&amp;CONFIG_URL=http%3a%2f%2fmedia.mtvnservices.com%2fpmt-arc%2fe1%2fplayers%2fmgid%3aarc%3aepisode%3asouthparkstudios.com%3a%2fcontext4%2fcontext1%2fconfig.xml%3furi%3dmgid%3aarc%3aepisode%3asouthparkstudios.com%3a5fb8887e-ecfd-11e0-aca6-0026b9414f30%26type%3dnetwork%26ref%3dsouthpark.cc.com%26geo%3dCL%26group%3dentertainment%26network%3dNone%26device%3dOther
http://secure-us.imrworldwide.com/novms/gn/3/ggce354.swf
Thanks!!
Reply With Quote
  #2  
Old 05-11-2015, 05:54 PM
kaezon kaezon is offline
Junior Member
 
Join Date: May 2015
Posts: 3
kaezon is on a distinguished road
Default

Re: Help! Can't get the rtmpe mp4 file


Quote:
Originally Posted by sysanin View Post
You need a special version of rtmpdump
I downloaded the "Installer" version from this webpage:
Code:
http://docs.livestreamer.io/install.html#windows-binaries
Using this command (exactly the same that you used):
Code:
c:\Livestreamer\livestreamer.exe "rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_01_ES_B_1280x720_1200.mp4" best -o Akt1.mp4
I get this error:
Code:
c:\>c:\Livestreamer\livestreamer.exe "rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_01_ES_B_1280x720_
1200.mp4" best -o Akt1.mp4
[cli][info] Found matching plugin stream for URL rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_01_ES_B_1280x720_1200.mp4
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (rtmp)
[cli][error] No data returned from stream

c:\>
What I'm doing wrong?

Many thanks for your reply!
Reply With Quote
  #3  
Old 05-11-2015, 06:24 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Help! Can't get the rtmpe mp4 file


Quote:
Originally Posted by kaezon View Post
I downloaded the "Installer" version from this webpage:
Code:
http://docs.livestreamer.io/install.html#windows-binaries
Using this command (exactly the same that you used):
Code:
c:\Livestreamer\livestreamer.exe "rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_01_ES_B_1280x720_1200.mp4" best -o Akt1.mp4
I get this error:
Code:
c:\>c:\Livestreamer\livestreamer.exe "rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_01_ES_B_1280x720_
1200.mp4" best -o Akt1.mp4
[cli][info] Found matching plugin stream for URL rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_01_ES_B_1280x720_1200.mp4
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (rtmp)
[cli][error] No data returned from stream

c:\>
What I'm doing wrong?

Many thanks for your reply!
hi

youtube-dl works

Code:
youtube-dl -g -f best "http://southpark.cc.com/episodios-en-espanol/s01e01-cartman-consigue-una-sonda-anal"
http://viacommtvstrmfs.fplive.net/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_01_ES_B_1280x720_1200.mp4
http://viacommtvstrmfs.fplive.net/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_02_ES_B_1280x720_1200.mp4
http://viacommtvstrmfs.fplive.net/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_03_ES_B_1280x720_1200.mp4
http://viacommtvstrmfs.fplive.net/gsp.comedystor/com/sp/season-1/0101/acts/es/sp_0101_actHD_04_ES_B_1280x720_1200.mp4
Reply With Quote
  #4  
Old 05-11-2015, 06:39 PM
kaezon kaezon is offline
Junior Member
 
Join Date: May 2015
Posts: 3
kaezon is on a distinguished road
Default

Re: Help! Can't get the rtmpe mp4 file


Quote:
Originally Posted by biezom View Post
hi
youtube-dl works
Thanks! It worked like a charm
Reply With Quote
  #5  
Old 05-11-2015, 06:42 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Help! Can't get the rtmpe mp4 file


Quote:
Originally Posted by kaezon View Post
Thanks! It worked like a charm
you can use ffmpeg if you want join 4 part into one file
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 12:59 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons