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 09:01 PM. Reason: update |
#3
|
|||
|
|||
![]() Re: RTMPE stream recording/downloading/capturing/ripping/savingsir,
can you please clarify my doubts:so much thankful to you. My doubts are:i have to download videos from a https:// website that RTMP protocol (powered by Adobe) 1.In this website if i use these softwares for downloading videos , is there any chance that the website owners know that i am downloading their video...? 2.Actually according to website owner`s rules,the customer has to watch their video...Then only they know that we completed their prescribed course material...otherwise an inactivity icon will appear in my profile. Here what my doubt is,if i downloaded their video by using this software , will it counts as ``that i saw their video``-because it is customery to see their video then only they give certificate. Lastly i want to say i am completely abide of the copyright laws and this is only for my personal use to study the teaching material offline. 3.I have Jaksta version 1.0....i have installed this version and is capable of downloading the videos from this website and it did well ...That means the 1.0 version is capable of downloading even Adobe protected videos...is it right...?please clarify me...so i can use this jaksta 1.0 version without any hassles to download these videos... Thanks a lot. Quote:
|
#4
|
|||
|
|||
![]() 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 05:28 AM. Reason: fix my typo in rtmpdump command |
#5
|
|||
|
|||
![]() Re: RTMPE stream recording/downloading/capturing/ripping/savingQuote:
Quote:
|
#6
|
|||
|
|||
![]() 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.
|
#7
|
|||
|
|||
![]() Re: RTMPE stream recording/downloading/capturing/ripping/savingQuote:
|
#8
|
|||
|
|||
![]() Re: RTMPE stream recording/downloading/capturing/ripping/saving |
#9
|
|||
|
|||
![]() 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? |
#10
|
|||
|
|||
![]() Re: RTMPE stream recording/downloading/capturing/ripping/savingQuote:
Code:
rtmpdump -r "rtmpe://fms-edge02.omroep.nl/3v12/MP4:41944313.mp4" -o output.flv --resume |