Releases: teacat/chaturbate-dvr
Releases · teacat/chaturbate-dvr
v1.0.6
v1.0.5
- Fixed #55, Start the program with
-interval
to change online status check interval in minutes (default: 1) - Fixed #57, Fixed video stutter due to data-racing bug.
- Windows should download
x64_windows_chatubrate-dvr.exe
- Linux should download
x64_linux_chatubrate-dvr
- MacBook with M1/M2/M3 chips should download
arm64_macos_chatubrate-dvr
v1.0.4
v1.0.3
v1.0.2
- Fixed #45, Tidy zero KB
.ts
files each time a new one was created. - Fixed #46, Added Password to Web GUI by specifying
-gui-u
and-gui-p
arguments, thanks to @gunter423 - Updated Dockerfiles and
docker-compose.yml
, thanks to @gunter423
v1.0.1
v1.0.0
Refactor the whole program, let's pray it won't crash and there will be no bugs. Added:
- Multiple stream support
- Web UI
- Split video by minutes
Usage
Download source code (zip)
from Asset (below the images),
and Unzip /bin
folder then look up for executable that fits your system.
Usage for Windows
Just open /bin/windows/chaturbate-dvr.exe
, and visit http://localhost:8080/
.
0.94 Alpha
- Fixed #35, For FPS and Resolution option
0.93 Alpha
- Fixed #27, Adds more check for Chaturbate nil resp 😭
0.92 Alpha
- Fixed #26, use Mutex.Lock to lock segmentMap to prevent
fatal error: concurrent map writes