rtmpdump Command Examples

Dump media content streamed over the RTMP protocol. More information: https://rtmpdump.mplayerhq.hu/.

rtmpdump --rtmp {{rtmp://example.com/path/to/video}} -o {{file.ext}}

rtmpdump --rtmp {{rtmp://example.com/path/to/video}} --swfVfy {{http://example.com/player}} --flashVer "{{LNX 10,0,32,18}}" -o {{file.ext}}

rtmpdump --rtmp {{rtmp://example.com/path/to/video}} --app {{app_name}} --playpath {{path/to/video}} -o {{file.ext}}

rtmpdump --rtmp {{rtmp://example.com/path/to/video}} --pageUrl {{http://example.com/webpage}} -o {{file.ext}}