View Single Post
  #4  
Old 11-27-2012, 10:08 PM
kikuyan kikuyan is offline
Junior Member
 
Join Date: Jul 2011
Posts: 5
kikuyan is on a distinguished road
Default

Re: rtmpdump (Mac) Need Help with Compiling


Hi,
How did you open rtmpdump? It looks like you double clicked the icon or used command-O in Finder.

You should run rtmpdump in Terminal, something like:
Code:
cd ~/Desktop
rtmpdump -r rtmp://hostname/app/playpath -o output.flv
or
Code:
rtmpdump -r rtmp://hostname/app/playpath -o ~/Desktop/output.flv
You may also need to add -W for swfurl, -p for pageurl, and other options depending on host and/or flv you want to download.
Reply With Quote