View Single Post
  #29  
Old 04-16-2013, 10:04 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Customized rtmpdump binaries with patch file


@bentzi

your problem seems like a bug in math library (libm.so). try upgrading glibc to newer version. it's also possible that your compiler optimization is breaking it. try compiling static binary with no optimizations.
Code:
LDFLAGS="-static" OPT="-g -O0"
@RedPenguin

does this happens also with rtmpsuck? also post the verbose log of successful and failed attempt.

Code:
-z 2> Debug.txt
Reply With Quote