User Tools

Site Tools


software:rtmpdump

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
software:rtmpdump [2009/12/29 12:19] – created kratz00software:rtmpdump [2012/07/28 23:32] (current) kratz00
Line 1: Line 1:
 http://rtmpdump.mplayerhq.hu/ http://rtmpdump.mplayerhq.hu/
  
-http://rtmpdump.mplayerhq.hu/download/rtmpdump-2.0.tar.gz+http://rtmpdump.mplayerhq.hu/download/rtmpdump-2.3.tgz
  
 <code> <code>
-make linux+make SYS=posix</code> 
 + 
 +<code> 
 +make install prefix=/usr libdir=/usr/lib64</code> 
 + 
 +== Usage == 
 + 
 +  * redirect outgoing RTMP traffic to localhost: 
 +<code> 
 +iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT
 </code> </code>
  
 +  * run //rtmpsrv//:
 <code> <code>
-install -m755 rtmpdump streams /usr/bin/+rtmpsrv
 </code> </code>
 +
 +  * browse the page containing media streamed over RTMP
 +  * //rtmpsrv// will output an //rtmpdump// command that can be used to download videos
 +  * stop //rtmpsrv// with CTRL-C
 +  * remove the RTMP traffic redirection:
 +<code>
 +iptables -t nat -D OUTPUT -p tcp --dport 1935 -j REDIRECT
 +</code>
 +  * run the //rtpmdump// command from the //rtmpsrv// output to download the video
 +
 +
software/rtmpdump.1262085578.txt.gz · Last modified: 2009/12/29 12:19 by kratz00