rtmpdump

Download RTMP streaming media from live streams and servers

brewmacoslinux
Try with needOr install directly
Source

About

Tool for downloading RTMP streaming media

Commands

rtmpdumprtmpgw

Examples

Download a stream from an RTMP server$ rtmpdump -r rtmp://example.com/live/stream -o output.flv
Download with authentication credentials$ rtmpdump -r rtmp://example.com/stream -u username -p password -o video.flv
Specify custom application name and playpath$ rtmpdump -r rtmp://example.com -a app -y playpath -o output.flv