flvstreamer

Stream audio and video from Flash and RTMP servers

brewmacoslinux
Try with needOr install directly
Source

About

Stream audio and video from flash & RTMP Servers

Commands

flvstreamer

Examples

Download a stream from an RTMP server$ flvstreamer -r rtmp://example.com/live/stream -o output.flv
Stream video with authentication credentials$ flvstreamer -r rtmp://example.com/stream -u username -p password -o video.flv
Pipe stream directly to a player instead of saving$ flvstreamer -r rtmp://example.com/live/stream -o - | ffplay -