View Single Post
  #138  
Old 07-18-2013, 11:02 AM
gallina94 gallina94 is offline
Junior Member
 
Join Date: Apr 2012
Posts: 15
gallina94 is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


Quote:
Originally Posted by KSV View Post
Your rtmpdump is loading the wrong version of librtmp.so. try with ldd rtmpdump to determine the correct location of librtmp being loaded by rtmpdump and replace it with newly compiled version.

by default make install command installs the binaries in /usr/local path. you can change it by supplying the prefix switch.
Code:
sudo make install prefix=/usr
you can also compile static binary to avoid dependency on librtmp.
You are the man!!!! Worked.
Thank you
Reply With Quote