Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
How To Find RTMPE Links, Please Help!Okay, so, I know there's a lot of URL sniffers out there that can detect RTMPE links, but I know that none of them can get the links from every website. Does anyone know of a specific program that can get the RTMPE links from
http://media.mtvnservices.com? For example, this link: http://media.mtvnservices.com/embed/...ck.com:1209875 From that link, I need to get an RTMPE that would look like this: rtmpe://viacomnickstrmfs.fplive.net/viacomnickstrm:gsp.alias/mediabus/nick.com/2012/08/06/10/52/315183/_75660_4128948_315183_20120806105053338_640x360_12 00_m30.mp4 I was thinking of trying URL Snooper, but I heard it might not work with this. Is there anyone who has it that can try it for me? Please don't tell me to just install a bunch of softwares and see which one works, becuase I don't want to put a whole bunch of software on my computer. Is there anyone who has these programs, who will try them each to see which one(s) would work for me? I DO NOT need to download the video itself, I just need to get the RTMPE link like the one shown above. Your help is greatly appreciated, Thanks Guys!!!! |
#2
|
|||
|
|||
Re: How To Find RTMPE Links, Please Help!URLSnooper always worked for me on all Viacom sites for which that url is usually used, mtv.com, comedycentral.com, thedailyshow.com, colbertnation.com all work with it.
|
#3
|
|||
|
|||
Re: How To Find RTMPE Links, Please Help!Yep, I can confirm in this case that urlsnooper works just fine:
rtmpe://viacomnickstrmfs.fplive.net/viacomnickstrm/gsp.alias/mediabus/nick.com/2012/08/06/10/52/ 315183/_75660_4128948_315183_20120806105053338_1280x720_3 500_h32.mp4 Last edited by anon069 : 01-24-2013 at 05:40 PM. Reason: truncated url |
#4
|
|||
|
|||
Re: How To Find RTMPE Links, Please Help!Thanks so much for your response! Would you mind checking that link I posted with URL Snooper to be sure that it would work? Thank you.
|
#5
|
|||
|
|||
Re: How To Find RTMPE Links, Please Help!YAY!!!! THANK YOU so much! If there's ANYTHING I can do for you, please ask. I don't know a lot about this stuff so I might not be able to help much, but I WILL definitely try. THANKS again!!!!
|
#6
|
|||
|
|||
Re: How To Find RTMPE Links, Please Help!Unfortunately, URL Snooper does not work on my computer. So that's out. Are there any other programs that will for sure get me these RTMPE's? If not, is there anyone here with URL Snooper who would be willing to plug in my links and give me the RTMPE command lines? I have a lot if them, but if anyone could help me out, I would be undescribably grateful. I sincerely appreciate your help, THANKS guys!
|
#7
|
|||
|
|||
Re: How To Find RTMPE Links, Please Help!Use Firefox with AdblockPlus or somewhat equivalent:
CTRL+SHIFT+V (Opens blockable elements) Search for something like this: Code:
http://www.nick.com/dynamo/video/data/mrssGen.jhtml?type=normal&hub=videos&loc=default&mode=episodes&dartSite=nick.nol&mgid=mgid%3Acms%3Aepisode%3Anick.com%3A1209875&demo=none&block=true Then click "mediaGen.jhtml" for each of the 4 chunks of the episode and a XML file will pop up with all different quality levels. Code:
@echo off rem Part 1 rtmpdump -r "rtmpe://viacomnickstrmfs.fplive.net/viacomnickstrm/gsp.alias/mediabus/nick.com/2012/08/06/10/52/315183/_75660_4128948_315183_20120806105053338_1280x720_3500_h32.mp4" -o "Robot and Monster_Part-1.flv" rem Part 2 rtmpdump -r "rtmpe://viacomnickstrmfs.fplive.net/viacomnickstrm/gsp.alias/mediabus/nick.com/2012/08/06/10/52/315185/_75660_4128948_315185_20120806105053338_1280x720_3500_h32.mp4" -o "Robot and Monster_Part-2.flv" rem Part 3 rtmpdump -r "rtmpe://viacomnickstrmfs.fplive.net/viacomnickstrm/gsp.alias/mediabus/nick.com/2012/08/06/10/54/315187/_75660_4128948_315187_20120806105231556_1280x720_3500_h32.mp4" -o "Robot and Monster_Part-3.flv" rem Part 4 rtmpdump -r "rtmpe://viacomnickstrmfs.fplive.net/viacomnickstrm/gsp.alias/mediabus/nick.com/2012/08/06/10/52/315189/_75660_4128948_315189_20120806105053338_1280x720_3500_h32.mp4" -o "Robot and Monster_Part-4.flv" pause Last edited by AmazingMatze : 01-25-2013 at 08:21 AM. Reason: additional info |
Tags: find, help, how, links, please, rtmpe |
Thread Tools | |
Display Modes | |
|
|