View Single Post
  #3  
Old 09-26-2012, 02:02 AM
nwtim nwtim is offline
Member
 
Join Date: Aug 2012
Posts: 59
nwtim is on a distinguished road
Default

Re: How would you go about capturing these streams?


Well, that wasn't quite what I expected. I've seen mention of rtmpdump a number of times, but I never looked into it. It looks like the script has to use a number of switches, and I'm not real sure how to know what arguments to give each of them based on the URL's I'm getting in Firefox's Web Console.

It looks like to start with I need to filter for a URL string with "rtmpe://" or ".mp4" (either seems to return the same strings). I found strings for the arguments you used for the -r, -a, -w, -p, and -y switches, but I'm not certain where the argument for the -f switch came from. I'm guessing that'll become clearer once I find the program and install it.

When I have a few minutes to give this a try I'll post my progress.

Thanks for the help so far!
Reply With Quote