Go to file
0xboobface a6709bd6db Introduce external browser for logins
Since the JavaFX integrated browser does not work reliably for recaptcha and in general does not behave like standard browsers, I now use an external browser for the logins. The dependency to javafx-web has been removed.

The external browser is based on electron, which uses chromium as internal browser. The implementation can be found at https://github.com/0xboobface/ctbrec-minimal-browser

The browser is a minimal browser, which only shows the web page content without any other controls. It is launched by ctbrec in a new process and remote controlled over a socket connection. I first tried to control it via
stdin/stdout, but it turns out, that stdin is not supported by electron on windows.
2019-01-08 14:26:22 +01:00
.github/ISSUE_TEMPLATE Update issue templates 2018-11-30 13:22:11 +01:00
client Introduce external browser for logins 2019-01-08 14:26:22 +01:00
common Introduce external browser for logins 2019-01-08 14:26:22 +01:00
docs Update download links to 1.14.0 2018-12-10 20:34:54 +01:00
master Introduce external browser for logins 2019-01-08 14:26:22 +01:00
server Increase version number to 1.16.0 2018-12-17 17:53:53 +01:00
CHANGELOG.md Make sure to not download segments multiple times 2018-12-17 19:04:57 +01:00
LICENSE.txt Add assembly for the server 2018-11-19 13:05:41 +01:00
README.md Add download link 2018-11-19 16:06:21 +01:00

README.md

CTB Recorder

A free recording software for Chaturbate, MyFreeCams, CamSoda, Cam4 and BongaCams.

Screenshot

If you ever wanted to record a cam girl show to watch it later or if your favorite model lives in another timezone and is never online when you are, CTB Recorder is the solution for you.

CTB Recorder allows you to record any public show on different cam sites. It is very easy to use and set up in minutes. You can even run the recorder on a server and control it with the graphical user interface, so that you never miss a show again.

For more visit the homepage

Installation

Download the bundle ending in -jre for your platform and follow the instructions in the README.md contained in the zip.

License

CTB Recorder is licensed under the GPLv3. See LICENSE.txt.