View Single Post
  #4  
Old 12-04-2015, 10:20 PM
xanadu6291 xanadu6291 is offline
Junior Member
 
Join Date: Dec 2015
Posts: 9
xanadu6291 is on a distinguished road
Smile

Re: rtmpdump build problem on Mac OS X using GnuTLS


I googled the word "_iconv", referenced from:" and found the answer. (This page is written in Japanese)

I added "-liconv" to XLDFLAGS. So make statement is:
Code:
make SYS=darwin CRYPTO=GNUTLS SHARED= XCFLAGS="-I${TARGET}/include" XLDFLAGS="-L/${TARGET}/lib -liconv"
With this addition, I have succeeded to build rtmpdump with GnuTLS finally!!

Install:
Code:
make install prefix=${TARGET} CRYPTO=GNUTLS SHARED=
Hopefully there are someone who teach me how to test rtmpdump with secure connection...

Last edited by xanadu6291 : 12-05-2015 at 02:02 AM. Reason: Correction of install statement
Reply With Quote