A small dumper for media content streamed over the RTMP protocol. Supplying an rtmp url will result in a dumped flv file, which can be played or transcoded using ffmpeg/mplayer, etc.
A small dumper for media content streamed over the RTMP protocol. Supplying an rtmp url will result in a dumped flv file, which can be played or transcoded using ffmpeg/mplayer, etc.
To install rtmpdump, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rtmpdump
To see what files were installed by rtmpdump, run:
port contents rtmpdump
To later upgrade rtmpdump, run:
sudo port selfupdate && sudo port upgrade rtmpdump
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.