Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#41
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxYou can try −−verbose or even −−debug (rtmpdump parameters) to have additionnal informations.
|
#42
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxGetting 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$ |
#43
|
|||
|
|||
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/') |
#44
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxQuote:
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 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 Last edited by str3amer : 01-10-2015 at 01:25 PM. |
#45
|
|||
|
|||
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 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 thx |
#46
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxQuote:
|
#47
|
|||
|
|||
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. |
#48
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxNevermind.
Last edited by c4170001 : 02-03-2015 at 08:06 PM. |
#49
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxWhat ways to use this script via proxy?
|
#50
|
|||
|
|||
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? |
Tags: cams, capture, capturebate, chaturbate, debian, ffmpeg, linux, program, record, rtmpdump |
Thread Tools | |
Display Modes | |
|
|