Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording (Adult streaming videos)
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #41  
Old 01-06-2015, 12:03 PM
CrazyNash CrazyNash is offline
Junior Member
 
Join Date: Dec 2014
Posts: 8
CrazyNash is on a distinguished road
Default

Re: Automated Chaturbate Recording Under Linux


You can try −−verbose or even −−debug (rtmpdump parameters) to have additionnal informations.
Reply With Quote
  #42  
Old 01-08-2015, 09:26 PM
str3amer str3amer is offline
Junior Member
 
Join Date: Nov 2014
Posts: 3
str3amer is on a distinguished road
Default

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?
Reply With Quote
  #43  
Old 01-09-2015, 04:50 AM
CrazyNash CrazyNash is offline
Junior Member
 
Join Date: Dec 2014
Posts: 8
CrazyNash is on a distinguished road
Default

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/')
Reply With Quote
  #44  
Old 01-09-2015, 03:33 PM
str3amer str3amer is offline
Junior Member
 
Join Date: Nov 2014
Posts: 3
str3amer is on a distinguished road
Default

Re: Automated Chaturbate Recording Under Linux


Quote:
Originally Posted by CrazyNash View Post
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

Last edited by str3amer : 01-10-2015 at 12:25 PM.
Reply With Quote
  #45  
Old 01-10-2015, 04:33 AM
Farquaad Farquaad is offline
Junior Member
 
Join Date: Dec 2014
Posts: 10
Farquaad is on a distinguished road
Default

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
Reply With Quote
  #46  
Old 01-12-2015, 05:54 AM
Farquaad Farquaad is offline
Junior Member
 
Join Date: Dec 2014
Posts: 10
Farquaad is on a distinguished road
Default

Re: Automated Chaturbate Recording Under Linux


Quote:
Originally Posted by Farquaad View Post
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
Reply With Quote
  #47  
Old 01-25-2015, 06:36 AM
CrazyNash CrazyNash is offline
Junior Member
 
Join Date: Dec 2014
Posts: 8
CrazyNash is on a distinguished road
Default

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.
Reply With Quote
  #48  
Old 02-03-2015, 04:37 PM
c4170001 c4170001 is offline
Junior Member
 
Join Date: Jan 2015
Posts: 28
c4170001 is on a distinguished road
Default

Re: Automated Chaturbate Recording Under Linux


Nevermind.

Last edited by c4170001 : 02-03-2015 at 07:06 PM.
Reply With Quote
  #49  
Old 02-07-2015, 04:13 AM
ThunderIt ThunderIt is offline
Junior Member
 
Join Date: Feb 2015
Posts: 1
ThunderIt is on a distinguished road
Default

Re: Automated Chaturbate Recording Under Linux


What ways to use this script via proxy?
Reply With Quote
  #50  
Old 02-07-2015, 06:25 PM
kanink kanink is offline
Junior Member
 
Join Date: Feb 2015
Posts: 6
kanink is on a distinguished road
Default

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?
Reply With Quote
Reply Post New Thread
Tags: , , , , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 01:03 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons