View Single Post
  #1  
Old 06-07-2010, 11:05 PM
Stream Recorder
 
Posts: n/a
Default

How to compile rtmpdump 2.2e in Ubuntu 10.04


Install libssl-dev
Code:
sudo apt-get install libssl-dev
Download and unpack the sources of rtmpdump 2.2e

Compile rtmpdump, rtmpsrv, rtmpsuck, rtmpgw
Code:
make SYS=posix

Last edited by Stream Recorder : 06-08-2010 at 03:16 AM. Reason: libboost-dev no longer needed
Reply With Quote