Re: Automated Chaturbate Recording Under LinuxYou can try −−verbose or even −−debug (rtmpdump parameters) to have additionnal informations.
|
Re: Automated Chaturbate Recording Under LinuxGetting the following error:
Code:
user@debian:~/Downloads/CaptureBate-master$ python main.py |
Re: Automated Chaturbate Recording Under LinuxI hadn't that problem but a few ideas (assuming you're running under linux and not windows), as this error indicates that the auto-generated shell script (which is running the rtmpdump) can't be executed on your system :
- is your bash installation correct ? is bash available in your PATH before running this python script ? - is your UMASK correct ? try setting a umask of 0 to have generated files have permissions 777 (just for the try) - alternatively, you may probably edit the run.py script and modify the subprocess.Popen line to have something like "subprocess.Popen('/bin/bash '+script,cwd='Scripts/') |
Re: Automated Chaturbate Recording Under LinuxQuote:
Code:
sudo apt-get install python-pip Im new to linux, and linux isn't that beginner friendly EDIT: "apt-get install bash" -> bash is already the current version. How do I check if bash is available in "my PATH"? Im running Debian 7.7 (wheezy, 64-bit) in Oracle VM VirtualBox 4.3 in Windows7 EDIT2: turns out, the folders "Captured" and "Scripts" are only accessable through root terminal: But, when done in root terminal, there is no reaction... I can type whatever I want, no response. When pressing arrow up, down, left or right I get ^[[A, ^[[B, ^[[D or ^[[C |
Re: Automated Chaturbate Recording Under Linuxhi,
for me Capturbare run great on Raspberry pi (debian) but i have buy an Odroid-C1 and it run under unbutu 14.04 LTS and i have some issue with the script Code:
10/01/2015 09:58:54 PM INFO:Starting application: version 7.0 thx |
Re: Automated Chaturbate Recording Under LinuxQuote:
|
Re: Automated Chaturbate Recording Under LinuxJust to let you know, now i'm running under archlinux, and everything seems to work even better (previously i had sometimes files with 0 size created - the file on disk was 0 bytes but the rtmpdump process was ok in memory on a ps).
Still with python2.7, i don't have anymore the weird python errors i had from time to time (like "referenced before assignment" errors that where killing the script after a few days), also. |
Re: Automated Chaturbate Recording Under LinuxNevermind.
|
Re: Automated Chaturbate Recording Under LinuxWhat ways to use this script via proxy?
|
Re: Automated Chaturbate Recording Under LinuxHello
Ive got some problems and to be honest, Im more a beginner. Please dont be too hard with me. First of all: I downloaded all files, extracted em and out em to Debian 7 Desktop. First question: Do I have to put rtmpdump ksv, chaturbate master, ffmpeg and beautifulsoup all in the same folder? Do I have to install the downloaded files via terminal? Second: I put my username and password (not hash) into config.conf... right so far? and I put the username and hash password into nodellists.py. So the password part Ive to replace "pw" text and in the username part there was "USER.lower()". Do i have to replace "USER.lower()" completele or just put in my username in "(...)" or do I have to replace "USER". Im confused. Third: Where to put outcome path into config.conf? There is no "outcome:". There is only "RTMPDUMP: /usr/bin/rtmpdump" Fourth: If everything I did was right... how to solve this error: couldnt read valid conf... (etc). But I think I did wrong Fifth: Is there a "beginner tutorial debian for idots" somewhere? I have some clues how to do several things, but tutorials like this one "how to use capturebate" are a bit confusing (i think thats because basics arent mentioned here and I dont know all basics) - I read the problems/questions on the other pages in this thread. I guess there are some helping spots but I dont really get it, its all partwise for a specific error/question. Is there a possibility to explain how to install and use this from begin with step for step for idiots? |
Re: Automated Chaturbate Recording Under LinuxAnyone 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? |
Re: Automated Chaturbate Recording Under LinuxI know that error somewhere. Are you logged in (on chaturbate)?
|
Re: Automated Chaturbate Recording Under LinuxQuote:
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 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. |
Re: Automated Chaturbate Recording Under Linux@ohhdemgirls: Why are you blocking me on github? I know that you got the code that was uploaded to github by mistake. I'm not judging you. I'm just curious why you are so devious.
|
Re: Automated Chaturbate Recording Under Linuxdevelopment is dead ?
|
Re: Automated Chaturbate Recording Under LinuxQuote:
Quote:
|
Re: Automated Chaturbate Recording Under LinuxCan Capturebate record private and password shows?
|
Re: Automated Chaturbate Recording Under LinuxQuote:
and Thx ohhdemgirls :) |
Re: Automated Chaturbate Recording Under LinuxI know this is thread is kind of dead, but anyone having a problem with the script? never really had any issues till earlier this morning when all files that are recorded are 0 bytes. it might have happened occasionally previous but now it's happening all the time. I rebooted and tried different things but no luck. any ideas? It also creates the 0 byte file over and over every time thru the routine.
|
Re: Automated Chaturbate Recording Under LinuxQuote:
Hey, I can't get your program to work on raspberry Pi running Raspbian. Keep getting errors ranging from Permission denied to script not even starting. If you would be so kind, could you write a step-by-step tutorial to get this working starting from a fresh install of Raspbian (Debian). Thanks :). |
Re: Automated Chaturbate Recording Under LinuxYeah I keep getting this error:
./blancnoir.sh: 2: ./blancnoir.sh: /home/pi/rtmpdump-ksv: Permission denied when using /usr/bin/rtmpdump (installed rtmpdump in that folder too): ./blancnoir.sh: 2: ./blancnoir.sh: /usr/bin/rtmpdump: Permission denied Pls help |
Re: Automated Chaturbate Recording Under LinuxQuote:
Use this fork and save yourself some trouble. |
Re: Automated Chaturbate Recording Under LinuxQuote:
|
Re: Automated Chaturbate Recording Under LinuxHi I have a problem I can not run this script, I would be very grateful if it were someone made 7 debian image with this script in virtualbox:(
|
Re: Automated Chaturbate Recording Under LinuxQuote:
|
Re: Automated Chaturbate Recording Under LinuxQuote:
so like vovvan I would be very gratefull for a small virtualbox image with the script already installed ps: I just want to say that I really appreciate this script and I am happy someone took the time and made this available to the public |
Re: Automated Chaturbate Recording Under LinuxIs there a Windows version available?, I installed Debian 8 on my other computer and tried to get this to work but I couldn't, because I am not familiar with Linux, I couldn't even get python to work, I will try again with Debian 7, I would really like to use this since I always missing shows from my favorite performers.
|
Re: Automated Chaturbate Recording Under LinuxQuote:
Best part is, its all open source and free, plus its far easier to setup and work with than installing an OS on a spare PC. |
Re: Automated Chaturbate Recording Under LinuxQuote:
Code:
23/05/2015 02:12:21 AM INFO:Starting application: version 7.0 I get this error... Code:
Models currently recorded: [u'model02', u'model03'] |
Re: Automated Chaturbate Recording Under LinuxI tried the original script again after trying to properly install RTMPDump and it's working now, but after running it for 3 hours or so it stopped recording new modes and it showed this error...
Code:
26/05/2015 11:29:33 AM INFO:Connecting to https://chaturbate.com/auth/login/ I had to restart it to get it working again. |
Re: Automated Chaturbate Recording Under LinuxWhy this script only works on Linux and not on Windows?...Python, RTMPDump, Livestreamer and BeautifulSoup4 all work on Windows so shouldn't this script work on Windows as well, would it be posible to make a few changes here and there to get it running on Windows? I tried running it but wouldn't connect.
Code:
28/05/2015 01:44:16 AM INFO:Starting application: version 7.0 I know I can just use Linux on virtualbox and that's what I've been doing and it's working so far but my problem is transferring the videos from Guest to Host, I tried to install Guest Additions but could not get it to work I tried using a USB flash drive but that didn't work either, so I had to upload all the videos and then download them to my PC, I prefer not doing any transferring or uploading and just have the videos saved to direct to my Windows PC, so if anyone can help me out I would highly appreciate. |
Re: Automated Chaturbate Recording Under LinuxIs this still working on the linux side.
All of a sudden today they changed either rtmp servers or the name of the servers nevermind i figured it out, i deleted most of this post as it was unnecessary. I will check back later if anyone is having issues to help |
Re: Automated Chaturbate Recording Under LinuxRecently ive started to get the model status is error when using rtmpdump. Used to work fine, double check the passhash and the location of the stream and it all seems ok.
Any other ideas? |
Re: Automated Chaturbate Recording Under Linuxhi guys,
im new here and i have a few issues and questions about this. Im currently using a linux ubuntu VM for this. But i just stuck in the part where i have to put my pwhash into the modellist.py File. Line 79 is a completly emtpy line for me, what is wrong there? Can you please give me a hint where i have to put the pwhash and username in this file? In the config file i have to put my pw in normal form alright? I just tryed to run the main.py in terminal by using "./main.py" but got the following error message: Code:
|
Re: Automated Chaturbate Recording Under LinuxQuote:
Anyway, I recommend using capturebate-node, much less hassle, pretty sure it works in Windows without modification and doesn't generate a new file every minute. |
Re: Automated Chaturbate Recording Under Linuxcapturebate-node works on Windows, the only problem is when a model goes private it generate a new file every few seconds with 0 KB, is there a way to fix this?, also how do I stop recording properly? I tried Ctrl+C, it stops but the videos that was recording is not seekable and 00:00 duration.
|
Re: Automated Chaturbate Recording Under LinuxHi thanks for that advice.
I did all steps to install capturbate-node and i tryed to use "screen" for running main.js. So i installed screen by doing sudo apt-get screen. But when i type "screen" in terminal followed by "node main.js" nothing happens for me? There is no output but also no error message. Can anyone help me? Thanks in advance! |
Re: Automated Chaturbate Recording Under LinuxQuote:
As for your other question, I don't really have a solution for exiting gracefully (I never need to manually exit), but you can create a .bat file with the following, it should fix most things: Code:
ffmpeg -i "%~1" -async 1 -vcodec copy -acodec libvo_aacenc "%~p1%~n1 fix.flv" Quote:
|
Re: Automated Chaturbate Recording Under LinuxQuote:
i tried to run it and says that all models that i follow are online which was not true for the moment i started it then it shows a message that every model stopped streaming then it starts again this repeats again and again creating a 0kb for each model everytime |
Re: Automated Chaturbate Recording Under LinuxQuote:
Extract rtmpdump-2.4 to capturebate-node folder then press and hold the shift key and right click on the folder and click on Open Command Window Here, copy this Code:
npm install bluebird after it installed the packages, run it using node main.js It worked for me, not sure it will work for you. |
All times are GMT -6. The time now is 02:31 PM. |