View Single Post
  #53  
Old 02-12-2015, 02:59 AM
coalmorning coalmorning is offline
Junior Member
 
Join Date: Nov 2014
Posts: 7
coalmorning is on a distinguished road
Default

Re: Automated Chaturbate Recording Under Linux


Quote:
Originally Posted by coalmorning View Post
Anyone get this script working in Lubuntu as a VMWare Workstation VM?

I can get the script running without error, though when it records, it creates a 0kb flv file, then when the script rechecks after that 45 second pause, it creates another 0kb file, and just keeps repating that every 45 seconds without ever recording an actual stream.

I've tried installing rtmpdump 2 ways. 1st way just as described in capturbates readme. 2nd way I installed via synaptic. Same behavior both ways.

I've got this running fine in Linux Mint and Ubuntu. But it wont record in Lubuntu or Xbuntu as a VMWare virtual machine.

Any suggestions?

Well, I think I figured the problem. Apparently you need to build rtmpdump with a specific command for certain distros. Well, thats at least the case for me, also keep in mind I'm using Linux in a VMWare Workstation VM.

I got RTMPDUMP working in Lubuntu, Peppermint, and Xbuntu distros by compiling RTMPDUMP with the following command:

Code:
make SYS=posix
then the following to install...

Code:
make install

To get RTMPDUMP working in Linux Mint and Ubuntu, all I had to do was compile it with the "make" command.

I'm currently using the Peppermint Distro. It's really light weight, and easy on the RAM, only 370MB RAM with the script recording a few streams. So far, so good.
Reply With Quote