View Single Post
  #1  
Old 10-07-2010, 10:16 PM
justsomeguy justsomeguy is offline
Junior Member
 
Join Date: Oct 2010
Posts: 2
justsomeguy is on a distinguished road
Default

I have the RTMP address; now what?


So, I can successfully use URL Snooper and Wireshark and a host of other utilities to construct what I believe to be the actual address of a given FLV/M4A file.

Let's say I have both a stream address, i.e. rtmp://1.2.3.4/stream.swf?vid=12345&scene=1&userid=a1b2c3d4&key=z xyabc098123&{other args here}

And then, through detective work (WireShark packet sniffing), I've determined that the actual FLV (or M4A) file is located at: rtmp://1.2.3.4/movies/vids/12345_1.flv

...now what do I do with it? Are there any programs which just let you paste in an rtmp address and download the file? rtmpdump does, but I'd like something with a GUI. StreamTransport doesn't let you throw in that kind of protocol, and NetTransport is a POS.

What should I be doing? And if I use rtmpdump, I assume I need to combine my userid and key with the actual video URL, but I've tried that... so is there something else I'm still missing?

Any insight would be welcome. Thank you in advance.
Reply With Quote