User Tools

Site Tools


software:rtmpdump

This is an old revision of the document!


http://rtmpdump.mplayerhq.hu/

http://rtmpdump.mplayerhq.hu/download/rtmpdump-2.3.tgz

make SYS=posix
make install prefix=/usr
Usage
  • redirect outgoing RTMP traffic to localhost:
iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT
  • run rtmpsrv:
rtmpsrv
  • 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:
iptables -t nat -D OUTPUT -p tcp --dport 1935 -j REDIRECT
  • run the rtpmdump command from the rtmpsrv output to download the video
software/rtmpdump.1293912555.txt.gz · Last modified: 2011/01/01 21:09 by kratz00