Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
RTMPE stream recording/downloading/capturing/ripping/savingI need to record/download/capture/rip/save RTMPE video streaming from Hulu, MTV, CBS and MySpace. Is RTMPE stream recording/downloading/capturing/ripping/saving possible at all? Are there any programs that don't mention anything about it on their web-sites, but still are able to handle the RTMPE protocol?
|
#2
|
|||
|
|||
Re: RTMPE stream recording/downloading/capturing/ripping/savingAdobe continues to threaten companies that develop software recording video streamed through the RTMPE protocol (because RTMPE recording presumably violates DMCA). Although this is pointless, because open source software rtmpdump 1.6 supporting RTMPE recording was spread all over the world.
Software allowing to find RTMPE URLs and download them
Other software supporting secure RTMPE protocol
Software that does NOT support secure RTMPE protocol anymore or that is not distributed officially anymore
And of course you may use screen video capture software to record anything you see on your screen. Last edited by Stream Ripper : 12-29-2012 at 10:01 PM. Reason: update |
#3
|
|||
|
|||
Re: RTMPE stream recording/downloading/capturing/ripping/savingrtmpe:// recording works for me on mtv.com using rtmpdump:
Code:
rtmpdump-WIN32-1.6.exe -r rtmpe://file.mp4 -o output.flv Jaksta failed on the mtv rtmpe mp4 streams. did not try other downloaders. hope this helps! Last edited by compn : 06-15-2009 at 06:28 AM. Reason: fix my typo in rtmpdump command |
#4
|
|||
|
|||
Re: RTMPE stream recording/downloading/capturing/ripping/savingQuote:
Quote:
|
#5
|
|||
|
|||
Re: RTMPE stream recording/downloading/capturing/ripping/savingunfortunately i could not find any way to find RTMPE urls. Replay Media Catcher (RMC) can detect them, but does not report the stream url in the error message.
|
#6
|
|||
|
|||
Re: RTMPE stream recording/downloading/capturing/ripping/savingQuote:
|
#7
|
|||
|
|||
Re: RTMPE stream recording/downloading/capturing/ripping/saving |
#8
|
|||
|
|||
Re: RTMPE stream recording/downloading/capturing/ripping/savingQuote:
One more question. Am I doing something wrong here? I want to download this link rtmpe://fms-edge02.omroep.nl/3v12/MP4:41944313.mp4 so i typed it in plus -o output.flv It download about 7% and then stopped so I tried it several times making sure I typed everything correctly but everytime it says the stream isn't found. Are they on to me? |
#9
|
|||
|
|||
Re: RTMPE stream recording/downloading/capturing/ripping/savingQuote:
Code:
rtmpdump -r "rtmpe://fms-edge02.omroep.nl/3v12/MP4:41944313.mp4" -o output.flv --resume |
#10
|
|||
|
|||
Re: RTMPE stream recording/downloading/capturing/ripping/savingI need to find something that can give me the URL's of the stream so that i can test this application, how would you go about finding out the stream URL and will rtmpdump record streams using SWF verification?
|