View Single Post
  #98  
Old 11-08-2015, 07:14 AM
pro88 pro88 is offline
Junior Member
 
Join Date: Oct 2015
Posts: 6
pro88 is on a distinguished road
Default

Re: Automated Chaturbate Recording Under Linux


Thanks for your suggestion. Tried but unfortunately still have the same issue. I'm running Debian 8 (RASPBIAN) on the Raspberry Pi.

Any other ideas?

Quote:
Originally Posted by c4170001 View Post
I've had that problem before. Try downloading the source, patching it and then compiling it. Once you've done that, cd into the librtmp folder (inside the RTMPDump source folder, e.g. /root/rtmpdump/librtmp), and enter these commands:

Code:
cp librtmp.so.1 /usr/lib

cp librtmp.so.1 /usr/lib64

cp librtmp.so.1 /lib

cp librtmp.so.1 /usr/lib/x86_64-linux-gnu
Tested on a brand new instance of Debian 8 x64 and works perfectly.
Reply With Quote