View Single Post
  #5  
Old 12-06-2016, 10:43 PM
supersonic80 supersonic80 is offline
Senior Member
 
Join Date: Mar 2016
Posts: 138
supersonic80 is on a distinguished road
Default

Re: capturebate-node error RTMPDump error


You can try ubuntu 14.04 (32bit !!!), it does not have pre-installed rtmpdump.

Usually the whole process is simple:
compile and install rtmpdump-ksv
install nodejs
clone the chaturbate code
install node libraries
run

As for your current VM, have you tried to find existing rmtpdump libs?

# sudo find / -name "librtmp.so.*" -exec ls -al {} \;

If you find several files like librtmp.so.0 or librtmp.so.1 you should try to replace them by the same file from your rtmpdump-ksv folder (pay attention to filesize)

http://stream-recorder.com/forum/rec...7590#post87590
Reply With Quote