Skip to content

Instantly share code, notes, and snippets.

@fernyb
Created December 22, 2011 05:05
Show Gist options
  • Save fernyb/1508984 to your computer and use it in GitHub Desktop.
Save fernyb/1508984 to your computer and use it in GitHub Desktop.
Download and extract the latest RTMPDump source tarball, open a Terminal window and cd to the directory you just extracted the sources, i.e. ./rtmpdump-2.3
We need to make a small change in the Makefile in the ./librtmp directory, so you need to cd into that directory
Edit Makefile in ./librtmp and replace -soname with -dylib_install_name
cd ..
sudo make install SYS=posix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment