rtmpdump
A tool to dump media content streamed over the RTMP protocol. More information: <http://rtmpdump.mplayerhq.hu/>.
Install
- All systems
-
curl cmd.cat/rtmpdump.sh
- Debian
-
apt-get install rtmpdump - Ubuntu
-
apt-get install rtmpdump -
Alpine
-
apk add rtmpdump - Arch Linux
-
pacman -S rtmpdump - Kali Linux
-
apt-get install rtmpdump - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install rtmpdump - OS X
-
brew install rtmpdump - Raspbian
-
apt-get install rtmpdump - Docker
-
docker run cmd.cat/rtmpdump rtmpdumppowered by Commando
A tool to dump media content streamed over the RTMP protocol. More information: <http://rtmpdump.mplayerhq.hu/>.
-
Download a file:
rtmpdump --rtmp rtmp://example.com/path/to/video -o file.ext -
Download a file from a Flash player:
rtmpdump --rtmp rtmp://example.com/path/to/video --swfVfy http://example.com/player --flashVer "LNX 10,0,32,18" -o file.ext -
Specify connection parameters if they are not detected correctly:
rtmpdump --rtmp rtmp://example.com/path/to/video --app app_name --playpath path/to/video -o file.ext -
Download a file from a server that requires a referrer:
rtmpdump --rtmp rtmp://example.com/path/to/video --pageUrl http://example.com/webpage -o file.ext
© tl;dr; authors and contributors