Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#11
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxNo idea then, those are the only two issues that have cropped up. The only other thing I can suggest is that you actually set a full directory for capturing too, like /home/user/CaptureBate/Captured in config.conf sometimes environment variables can throw that off, though if you can cap in Ubuntu just stick to what works, I just don't support everything. People have even asked me how to get it running in windows nope!! haha.
|
#12
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxI have some questions hopefully you can answer when you have the time. Maybe this can also help others as a Q&A should they have similar questions.
Thanks for the development of a handy app. |
#13
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxQuote:
|
#14
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxI wanted to do something like this at the end of the year, so this is perfect.
I'm going to help contribute back - my python is a little rusty but if you have anything you need done create an issue and I'll look into it. I'm currently looking into making this easier to install, even though it's pretty straightforward already. Awesome job. |
#15
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxHey,
thank you very much for this script, this makes things so much easier! The problem is: Im a linux noob. I have no idea how to do this, and every tutorial just confuses me even more. I installed debian 7.7.0 (amd64) on Oracle VM VirtualBox, downloaded all the required programms and changed the password in modellist.py Now I'm completely lost. How exactly do I start main.py? I tried it via the Terminal and the Roottermial without any luck. When double clicking and click "run in Terminal" I get: "/home/username/Downloads/CaptureBate-master/main.py: 3: /home/username/Downloads/CaptureBate-master/main.py: Main file that includes all functions in appropriate order: not found from: can't read /var/mail/config from: can't read/var/mail/time" Please, any help for a Linux-Noob? Thanks in advance! |
#16
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxThere is a problem that started occurring today, this happened twice.. Is there a way to trap this so the script retires? Not really a Linux guru.. it defeats the "set it and forget it" because when it crashes/errors out it STOPS. The following is the error that occurs and the output file info
Error itself Code:
oot@debian:~/Apps/Captureb# python main.py Traceback (most recent call last): File "main.py", line 34, in <module> client = connection.Connection() File "/root/Apps/Captureb/connection.py", line 40, in Connection page_source = 'Page Source for ' + URL + '\n' + r.text UnboundLocalError: local variable 'r' referenced before assignment root@debian:~/Apps/Captureb# Code:
07/12/2014 11:22:16 PM INFO:[Sleep] Waiting for next check (80 seconds) 07/12/2014 11:23:36 PM INFO:Connecting to https://chaturbate.com/auth/login/ 07/12/2014 11:23:36 PM INFO:Starting new HTTPS connection (1): chaturbate.com 07/12/2014 11:24:03 PM ERROR:Some error during posting to https://chaturbate.com/auth/login/ 07/12/2014 11:24:03 PM ERROR:('Connection aborted.', BadStatusLine("''",)) |
#17
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxQuote:
I just use supervisord now. |
#18
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxHi. Is it possible to adapt your program to automated record naked . c0m? I want to write my own program in java to automated record chatur@bt3 and your code show me how to do it. I just want to know if its possible, using the same approach, do the same with naked?
|
#19
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxWould you be so kind and explain EXACTLY how to use this, i'm new to Linux and read a little about it, but not sure how to implement this for this specific application. Can you give me a short tutorial how to do it.
Thanks!! |
#20
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxQuote:
Code:
sudo apt-get update sudo apt-get install supervisor Code:
[program:capturebate] directory=/home/deploy/CaptureBate command=python /home/deploy/CaptureBate/main.py autostart=true autorestart=true stderr_logfile=/var/log/capturbate.err.log stdout_logfile=/var/log/capturbate.out.log Then run: Code:
sudo supervisorctl reread Then run: Code:
sudo supervisorctl update Code:
sudo supervisorctl Code:
capturebate RUNNING pid 24295, uptime 0:01:46 |
Tags: cams, capture, capturebate, chaturbate, debian, ffmpeg, linux, program, record, rtmpdump |
Thread Tools | |
Display Modes | |
|
|