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 > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 05-02-2011, 06:39 PM
kensher kensher is offline
Junior Member
 
Join Date: May 2011
Posts: 8
kensher is on a distinguished road
Default

Southparkstudios.com - Just can't download this video file (rtmpe:// .mp4)


Hello I try to download the newest episode from southparkstudios.com, I use Jaksta Streaming Recorder, but I can only sniff the videos URL with this, because Jaksta won't let me downloading the actual video because of some coprights/protection bullshit.

Anyway this is the best hd quality link I get:

rtmpe://cp40493.edgefcs.net/ondemand/mtvnorigin/gsp.comedystor/com/sp/season-15/1501/acts/sp_1501_act3_1280x720_1200.mp4

Now I have the link but is there a free program I can use to download this? I have tried RTMPdump, but I just can't figure this program out. I use Windows Vista btw. Any suggestions? I will really appreciate it.

- Kensher
Reply With Quote
  #2  
Old 05-03-2011, 12:31 AM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: Southparkstudios.com - Just can't download this video file!


Use RTMPexplorer
Reply With Quote
  #3  
Old 05-03-2011, 01:56 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Southparkstudios.com - Just can't download this video file (rtmpe:// .mp4)


Code:
rtmpdump -r "rtmpe://cp40493.edgefcs.net:1935/ondemand?ovpfv=2.1.4" -a "ondemand?ovpfv=2.1.4" -f "WIN 10,2,159,1" -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.1.7.0.swf" -p "http://www.southparkstudios.com/full-episodes/s15e01-humancentipad" -y "mp4:mtvnorigin/gsp.comedystor/com/sp/season-15/1501/acts/sp_1501_act1_1280x720_1200.mp4" -o sp_1501_act1_1280x720_1200.flv
rtmpdump -r "rtmpe://cp40493.edgefcs.net:1935/ondemand?ovpfv=2.1.4" -a "ondemand?ovpfv=2.1.4" -f "WIN 10,2,159,1" -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.1.7.0.swf" -p "http://www.southparkstudios.com/full-episodes/s15e01-humancentipad" -y "mp4:mtvnorigin/gsp.comedystor/com/sp/season-15/1501/acts/sp_1501_act2_1280x720_1200.mp4" -o sp_1501_act2_1280x720_1200.flv
rtmpdump -r "rtmpe://cp40493.edgefcs.net:1935/ondemand?ovpfv=2.1.4" -a "ondemand?ovpfv=2.1.4" -f "WIN 10,2,159,1" -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.1.7.0.swf" -p "http://www.southparkstudios.com/full-episodes/s15e01-humancentipad" -y "mp4:mtvnorigin/gsp.comedystor/com/sp/season-15/1501/acts/sp_1501_act3_1280x720_1200.mp4" -o sp_1501_act3_1280x720_1200.flv
Code:
RTMPDump v2.3 r568 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration              338.17
INFO:   moovPosition          36.00
INFO:   width                 1280.00
INFO:   height                720.00
INFO:   videocodecid          avc1
INFO:   audiocodecid          mp4a
INFO:   avcprofile            77.00
INFO:   avclevel              31.00
INFO:   aacaot                2.00
INFO:   videoframerate        23.97
INFO:   audiosamplerate       44100.00
INFO:   audiochannels         2.00
INFO: trackinfo:
INFO:   length                8109000.00
INFO:   timescale             23976.00
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                14911856.00
INFO:   timescale             44100.00
INFO: sampledescription:
INFO:   sampletype            mp4a
INFO:   length                600.00
INFO:   timescale             600.00
INFO: sampledescription:
INFO:   length                600.00
INFO:   timescale             600.00
INFO: sampledescription:
448.787 kB / 6.51 sec (1.9%)
Reply With Quote
  #4  
Old 05-03-2011, 02:07 AM
customer20983 customer20983 is offline
Junior Member
 
Join Date: Jan 2011
Posts: 15
customer20983 is on a distinguished road
Default

Re: Southparkstudios.com - Just can't download this video file (rtmpe:// .mp4)


Quote:
Originally Posted by kensher View Post
Hello I try to download the newest episode from southparkstudios.com, I use Jaksta Streaming Recorder, but I can only sniff the videos URL with this, because Jaksta won't let me downloading the actual video because of some coprights/protection bullshit.

Anyway this is the best hd quality link I get:

rtmpe://cp40493.edgefcs.net/ondemand/mtvnorigin/gsp.comedystor/com/sp/season-15/1501/acts/sp_1501_act3_1280x720_1200.mp4

Now I have the link but is there a free program I can use to download this? I have tried RTMPdump, but I just can't figure this program out. I use Windows Vista btw. Any suggestions? I will really appreciate it.

- Kensher

if you are using rtmpdump, your download command is

c:\rtmpdump.exe -r rtmpe://cp40493.edgefcs.net/ondemand/mtvnorigin/gsp.comedystor/com/sp/season-15/1501/acts/sp_1501_act3_1280x720_1200.mp4 -o c:/name_of file.mp4

if too long, just put into a bat file and put quotes around the file arguments. fairly easy.

Again I love rtmpdump command line interface.
Reply With Quote
  #5  
Old 05-03-2011, 09:01 AM
kensher kensher is offline
Junior Member
 
Join Date: May 2011
Posts: 8
kensher is on a distinguished road
Default

Re: Southparkstudios.com - Just can't download this video file (rtmpe:// .mp4)


Ok First I try to run this command in CMD with admin privligies.
Code:
c:\rtmpdump.exe -r "rtmpe://cp40493.edgefcs.net/ondemand/mtvnorigin/gsp.comedystor/com/sp/season-15/1501/acts/sp_1501_act3_1280x720_1200.mp4" -o c:/name_of file.mp4
But then an error appears. (The cmd is in Norwegian)



I downloaded RTMPdump and first extracted it directly to C:\



Then I go to the RTMPdump folder (C:\rtmpdump-2.3)



But when I try to open RTMPdump.exe (C:\rtmpdump-2.3), it just open and quckly shut out.



Is there anything I'm missing or anny add-ons I need? I'm sorry if this may see dumb to anyone, but I'm completely new in all this.

- kensher
Reply With Quote
  #6  
Old 05-03-2011, 09:23 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Southparkstudios.com - Just can't download this video file (rtmpe:// .mp4)


RTMPDump is a command line application. you can't run it by double clicking. easiest way for you will be to create a batch file and then run it.

Code:
1. Open up Notepad in Windows.
2. Go to File > Save As...
3. Choose your rtmpdump folder as the location to save.
4. Click on the dropdown box "Save as type:" and select "All files" instead of Text (*.txt).
5. Add .bat to the end of your file name before you save. For example, you would type Commands.bat.
6. Click on Save. If you did this correctly, you should see your file name in the title bar of Windows Notepad. Make sure that it reads as Commands.bat not Commands.bat.txt.
now put following commands in it
Code:
rtmpdump -r "rtmpe://cp40493.edgefcs.net:1935/ondemand?ovpfv=2.1.4" -a "ondemand?ovpfv=2.1.4" -f "WIN 10,2,159,1" -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.1.7.0.swf" -p "http://www.southparkstudios.com/full-episodes/s15e01-humancentipad" -y "mp4:mtvnorigin/gsp.comedystor/com/sp/season-15/1501/acts/sp_1501_act1_1280x720_1200.mp4" -o sp_1501_act1_1280x720_1200.flv
rtmpdump -r "rtmpe://cp40493.edgefcs.net:1935/ondemand?ovpfv=2.1.4" -a "ondemand?ovpfv=2.1.4" -f "WIN 10,2,159,1" -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.1.7.0.swf" -p "http://www.southparkstudios.com/full-episodes/s15e01-humancentipad" -y "mp4:mtvnorigin/gsp.comedystor/com/sp/season-15/1501/acts/sp_1501_act2_1280x720_1200.mp4" -o sp_1501_act2_1280x720_1200.flv
rtmpdump -r "rtmpe://cp40493.edgefcs.net:1935/ondemand?ovpfv=2.1.4" -a "ondemand?ovpfv=2.1.4" -f "WIN 10,2,159,1" -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.1.7.0.swf" -p "http://www.southparkstudios.com/full-episodes/s15e01-humancentipad" -y "mp4:mtvnorigin/gsp.comedystor/com/sp/season-15/1501/acts/sp_1501_act3_1280x720_1200.mp4" -o sp_1501_act3_1280x720_1200.flv
then save and run this batch file to start downloading.

PS: also get the latest version of RTMPDump from here
http://stream-recorder.com/forum/sho...53&postcount=8
Reply With Quote
  #7  
Old 05-03-2011, 11:56 AM
kensher kensher is offline
Junior Member
 
Join Date: May 2011
Posts: 8
kensher is on a distinguished road
Default

Re: Southparkstudios.com - Just can't download this video file (rtmpe:// .mp4)


Thanks it worked! But how do I know which command to use next time if I either want to stream a live movie or one other type of serie shows?
Reply With Quote
  #8  
Old 05-03-2011, 12:17 PM
customer20983 customer20983 is offline
Junior Member
 
Join Date: Jan 2011
Posts: 15
customer20983 is on a distinguished road
Default

Re: Southparkstudios.com - Just can't download this video file (rtmpe:// .mp4)


Quote:
Originally Posted by kensher View Post
But when I try to open RTMPdump.exe (C:\rtmpdump-2.3), it just open and quckly shut out.



Is there anything I'm missing or anny add-ons I need? I'm sorry if this may see dumb to anyone, but I'm completely new in all this.

- kensher
that is the problem. v 2.3 has the now infamous "6 (client) to 9 (server) handshake error"

http://stream-recorder.com/forum/rtm...ype-t8603.html

At present there is no work around known. Sorry
Reply With Quote
  #9  
Old 05-03-2011, 01:46 PM
kensher kensher is offline
Junior Member
 
Join Date: May 2011
Posts: 8
kensher is on a distinguished road
Default

Re: Southparkstudios.com - Just can't download this video file (rtmpe:// .mp4)


ok, but how do you mange to get this south park link?

rtmpdump -r "rtmpe://cp40493.edgefcs.net:1935/ondemand?ovpfv=2.1.4" -a "ondemand?ovpfv=2.1.4" -f "WIN 10,2,159,1" -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.1.7.0.swf" -p "http://www.southparkstudios.com/full-episodes/s15e01-humancentipad" -y "mp4:mtvnorigin/gsp.comedystor/com/sp/season-15/1501/acts/sp_1501_act3_1280x720_1200.mp4" -o sp_1501_act3_1280x720_1200.flv

When I using Jaksta to getting video another URL for a SP episode, this is the link I manage to create:


rtmpe://cp40493.edgefcs.net/ondemand/mtvnorigin/gsp.comedystor/com/sp/season_14/1413/acts/sp_1413_act1_1280x720_1200.mp4

How can I download this too? I tried to replace the earlier URL with the new one but it didn't work..
Reply With Quote
  #10  
Old 05-03-2011, 02:20 PM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: Southparkstudios.com - Just can't download this video file (rtmpe:// .mp4)


Quote:
How can I download this too? I tried to replace the earlier URL with the new one but it didn't work..
Code:
rtmpdump -r "rtmpe://cp40493.edgefcs.net:1935/ondemand?ovpfv=2.1.4"  -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.1.7.0.swf" -y "mp4:mtvnorigin/gsp.comedystor/com/sp/season_14/1413/acts/sp_1413_act1_1280x720_1200.mp4" -o sp_1413_act1_1280x720_1200.flv
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 08:12 AM.


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