View Single Post
  #97  
Old 11-06-2015, 11:15 AM
c4170001 c4170001 is offline
Junior Member
 
Join Date: Jan 2015
Posts: 28
c4170001 is on a distinguished road
Default

Re: Automated Chaturbate Recording Under Linux


Quote:
Originally Posted by pro88 View Post
Yes 4.2.1.

I've decided to use an older version of capturebate-node from the repository - which is allowing further progress but rtmpdump is failing with the following error:
DEBUG: Property: <Name: level, STRING: error>
DEBUG: Property: <Name: code, STRING: NetStream.Play.Failed>
DEBUG: Property: <Name: description, STRING: security>
DEBUG: Property: <Name: clientid, NUMBER: 940681682.00>

I've tried installing both precompiled rtmpdump (ksv) and patching the main rtmpdump version - and both have the security error.

Really stuck on this one and not sure how to proceed. Any help appreciated
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