Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (Adult streaming videos) (http://stream-recorder.com/forum/forumdisplay.php?f=40)
-   -  

Automated Chaturbate Recording Under Linux

(http://stream-recorder.com/forum/showthread.php?t=19026)

CrazyNash 01-06-2015 12:03 PM

Re: Automated Chaturbate Recording Under Linux


 
You can try −−verbose or even −−debug (rtmpdump parameters) to have additionnal informations.

str3amer 01-08-2015 09:26 PM

Re: Automated Chaturbate Recording Under Linux


 
Getting the following error:

Code:

user@debian:~/Downloads/CaptureBate-master$ python main.py
Traceback (most recent call last):
  File "main.py", line 15, in <module>
    Remove_folder(Script_folder)
  File "/home/user/Downloads/CaptureBate-master/config.py", line 32, in Remove_folder
    shutil.rmtree(folder)
  File "/usr/lib/python2.7/shutil.py", line 252, in rmtree
    onerror(os.remove, fullname, sys.exc_info())
  File "/usr/lib/python2.7/shutil.py", line 250, in rmtree
    os.remove(fullname)
OSError: [Errno 13] Permission denied: 'Scripts/cbmodel.sh'
user@debian:~/Downloads/CaptureBate-master$

Any ideas?

CrazyNash 01-09-2015 04:50 AM

Re: Automated Chaturbate Recording Under Linux


 
I 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/')

str3amer 01-09-2015 03:33 PM

Re: Automated Chaturbate Recording Under Linux


 
Quote:

Originally Posted by CrazyNash (Post 73130)
I 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 ?"subprocess.Popen('/bin/bash '+script,cwd='Scripts/')

bash installation? I have no clue, I just followed the setup described at Page 1 as well as the following code:


Code:

sudo apt-get install python-pip
apt-get install libssl-dev

cd /home/user/Downloads/CaptureBate-master/

sudo pip install -r requirements.txt

cd […] /rtmpdump-ksv-ksv/
make
sudo make install prefix=/usr

how can I check bash availability of my path?


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

Farquaad 01-10-2015 04:33 AM

Re: Automated Chaturbate Recording Under Linux


 
hi,
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
10/01/2015 09:58:54 PM INFO:Connecting to https://chaturbate.com/auth/login/
10/01/2015 09:58:55 PM INFO:Starting new HTTPS connection (1): chaturbate.com
10/01/2015 10:01:02 PM ERROR:Some error during connecting to https://chaturbate.com/auth/login/
10/01/2015 10:01:02 PM ERROR:('Connection aborted.', error(110, 'Connection timed out'))
10/01/2015 10:01:02 PM ERROR:Trying again after 60 seconds

anyone can help me ?
thx

Farquaad 01-12-2015 05:54 AM

Re: Automated Chaturbate Recording Under Linux


 
Quote:

Originally Posted by Farquaad (Post 73163)
hi,
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
10/01/2015 09:58:54 PM INFO:Connecting to https://chaturbate.com/auth/login/
10/01/2015 09:58:55 PM INFO:Starting new HTTPS connection (1): chaturbate.com
10/01/2015 10:01:02 PM ERROR:Some error during connecting to https://chaturbate.com/auth/login/
10/01/2015 10:01:02 PM ERROR:('Connection aborted.', error(110, 'Connection timed out'))
10/01/2015 10:01:02 PM ERROR:Trying again after 60 seconds

anyone can help me ?
thx

solved

CrazyNash 01-25-2015 06:36 AM

Re: Automated Chaturbate Recording Under Linux


 
Just 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.

c4170001 02-03-2015 04:37 PM

Re: Automated Chaturbate Recording Under Linux


 
Nevermind.

ThunderIt 02-07-2015 04:13 AM

Re: Automated Chaturbate Recording Under Linux


 
What ways to use this script via proxy?

kanink 02-07-2015 06:25 PM

Re: Automated Chaturbate Recording Under Linux


 
Hello

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?


All times are GMT -6. The time now is 08:38 AM.