Skip to content

Releases: KFERMercer/chaturbate-grabber

4.0-r5

01 Feb 17:23
0409b9e
Compare
Choose a tag to compare

Hot Fix of 4.0-r4.

  • Please see the Release Notes of 4.0-r4.

  • *FIX* - Keep retry recording after streaming is over.

  • *FIX* - Keep retry recording after removing FFmpeg during runtime.

  • Full Changelog: 4.0-r4...4.0-r5

4.0-r4

31 Jan 16:25
91e23ba
Compare
Choose a tag to compare

I have a feeling that the development of this tool is coming to the END.

All features have been stabilized, All ideas have been implemented, All needs (of mine) have been met.

  • *Fix* - Runtime error when path has contiguous spaces.

  • *Fix* - Potential injection risks.

  • Add direct executable FFmpeg command to Link Mode outputs.

  • Full Changelog: 4.0-r3...4.0-r4

  • Multi-Platform Containers:

    • Platform Available
      x86
      x86_64
      armhf
      armv7
      aarch64
      loongarch64
      ppc64le
      riscv64
      s390x

      docker pull kfermercer/ctbcap:latest
      docker pull ghcr.io/kfermercer/ctbcap:latest

For develop, looking for some specific StripChat streamer that:

  1. Previously changed their username, and knowns the previous username.
  2. Are actively streaming.
  3. Regular streaming schedule.

If you got some name, mail me.

4.0-r3

28 Jan 12:22
5212863
Compare
Choose a tag to compare

Huge Recording Stability Improvements.

  • Add in-stream disconnect reconnection. Now it won't restart recording due to network fluctuation.

    You can now find the directly executable ffmpeg commands in <logdir>/xxx.ffmpeg.log that exactly used during recording.

  • Add FFmpeg version requirement and legacy detection. Now the actual FFmpeg action may change based on the version being used.

  • *FIX* - Platform server can perform injection attacks on you:
    Intro by: fe953c1
    Fixed at: 1bcc394

    And several other small potential issues.

  • Paths can now contain spaces and other special characters.

  • CtbCap now has fully degradable design. You can now do whatever you want to do while the program is running. Such as unplug the internet or disk, remove/update FFmpeg or cURL, etc.

  • Full Changelog: 4.0-r2...4.0-r3

  • And of course:

    • Platform Available
      x86
      x86_64
      armhf
      armv7
      aarch64
      loongarch64
      ppc64le
      riscv64
      s390x

      docker pull kfermercer/ctbcap:latest
      docker pull ghcr.io/kfermercer/ctbcap:latest

4.0-r2

20 Jan 19:52
d9ba6c5
Compare
Choose a tag to compare

Introducing Officel Container Registry of CtbCap:

With Full Platform-Available:

Platform Available
x86
x86_64
armhf
armv7
aarch64
loongarch64
ppc64le
riscv64
s390x

CtbCap will always deliver on the Compatibility Promise.

  • Now you can completely disable logging to file with -o 0.

  • Add disk space detection. New recording will be rejected if the remaining space is less than 512MiB.

  • Add log file trimming to control log file size.

  • Docker containers can now configure the user.

  • Update docker-compose.sample.yml to match Container Registry.

  • Rewrite the README.md to match Container Registry. You should re-read it to avoid losing the information.

  • Fixing potential issues and code efficiency improvements.

  • Full Changelog: 4.0-r1...4.0-r2

4.0-r1

04 Jan 10:19
64432ff
Compare
Choose a tag to compare

First version of 4.0.

This was supposed to be 3.0-r5, but I've already bragged that the previous version was the final version of 3.0.

  • If you don't use the recording feature, FFmpeg will now no longer be required.

  • Reformatted and retweaked the README.md, You should re-read it to avoid losing the information.

  • Fixing potential issues and code efficiency improvements.

  • Full Changelog: 3.0-r4...4.0-r1

3.0-r4

30 Dec 17:38
1b470e3
Compare
Choose a tag to compare

Final Version of 3.0 .

  • Dramatically reducing the size of docker images by build a minimal FFmpeg tailored for ctbcap. (140MB → 18MB)
    See docker-container in README.md

  • Fix no argument execution.

  • Fix log path keeps using ${PWD}/rec/log when its not specified.

  • Significantly reduce system resource usage.

  • Full Changelog: 3.0-r3...3.0-r4

3.0-r3

13 Dec 07:08
4ed7fcf
Compare
Choose a tag to compare

Fix stripchat recording error.

3.0-r2

02 Dec 15:54
86bb8e5
Compare
Choose a tag to compare

Stable Version of 3.0 .

Longterm Version. No further changes without major issues.

  • Discussions Now is Open, Let's discuss anything there. 👉

  • Fixed multiple typo.

  • Default save path is now changed to ${PWD}/rec. (Docker configuration is unchanged)

  • Full Changelog: 3.0-r1...3.0-r2

3.0-r1

01 Dec 11:39
dbfa477
Compare
Choose a tag to compare

3.0 With Big Updates

  • Rewrite the entire project to ensure POSIX standards compliance. Now your electric toys can run too.

  • Add more comprehensive status detection.

  • More standard command options with more detailed -h doc.

  • Drop bash requirement.

  • STREAM_MODE now renamed to LINK_MODE.

  • New README.md doc. Now is way easier to getting start

  • Ton of new features. See -h for yourself.

  • Full Changelog: 2.0-r6...3.0-r1

2.0-r6

25 Nov 09:45
cf05239
Compare
Choose a tag to compare

Add Edging Mod with $EDGING_MODE:

Delay initial requests to servers to avoid time-specific request waves caused by large-scale deployments.
See Configure Detail: docker-compose.yml.sample

Full Changelog: 2.0-r5...2.0-r6

Longterm Version. Completion of recent develop.