PDA

View Full Version : How to compile rtmpdump 2.2e in Ubuntu 10.04


Stream Recorder
06-07-2010, 11:05 PM
Install libssl-dev
sudo apt-get install libssl-dev

Download and unpack the sources of rtmpdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) 2.2e

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

hyc
06-08-2010, 01:26 AM
libboost is a C++ library. The rtmpdump code base no longer uses any C++.