Commit Graph

52 Commits

Author SHA1 Message Date
Yami Odymel
40124463f0 Fixed #112, domain .global -> .com by default 2025-06-25 06:22:29 +08:00
Yami Odymel
65397fb3a1 2.0.2, Related #104, X-Request 2025-05-06 05:27:23 +08:00
Yami Odymel
131870c0e5 DefaultTransport for SOCK5 support #103 2025-05-04 15:24:39 +08:00
Yami Odymel
f26602b49e 2.0.0 refactor 2025-05-02 23:52:58 +08:00
Yami Odymel
e36e103714 Merge branch 'master' into master 2025-03-23 19:16:49 +08:00
HeapOfChaos
866435d061 Added ability to specify CloudFlare cookie 2025-03-23 02:02:44 -04:00
J0nDoe
3bdae1b872 Updates and refactors
Channel_file.go - fix issue with segments not correctly ending when they were supposed to

Log_type.go - moved log type to it's own file, setup global logging (touches on issue #47)

Main.go - added update_log_level handler, setting global log level

Channel.go, channel_internal.go, channel_util.go - updated to use new log_type

Manager.go - updated to use new log_type, update from .com to .global (issue #74)

Channel_update.go, create_channel.go, delete_channel.go, get_channel.go, get_settings.go, listen_update.go, pause_channel.go, resume_channel.go, terminal_program.go - go fmt / go vet

Chaturbate_channels.json.sample - added sample json of the channels file, for mapping in docker config

List_channels.go - refactored to sort by online status, so online is always at the first ones you see

Script.js - adjust default settings, added pagination, added global log logic

Index.html - updated to use online version of tocas ui, added pagination, added global log logic, visual improvements

Removal of local tocas folder since using online version
2024-10-22 15:04:53 -04:00
Yami Odymel
9fb2916117 Fixed #66 2024-08-12 01:41:47 +08:00
Yami Odymel
153cf4f800 Fixed #55 2024-05-05 22:38:25 +08:00
Yami Odymel
acb1dff0cc Fixed #53, separate usernames with commas 2024-03-22 09:37:51 +08:00
Yami Odymel
9400591c6f Fixed #50 2024-02-24 01:13:03 +08:00
Yami Odymel
098918d30f 1.0.2 2024-02-17 19:56:13 +08:00
gunter423
554a6e7ff3 Remove accounts.json
Added two arguments cli gui-username and gui-password
2024-02-16 19:48:02 +01:00
gunter423
21c689768c Added gin BasicAuth
Create docker-compose-web.yml and web.Dockerfile
Create Makefile
2024-02-12 20:43:56 +01:00
Yami Odymel
45308d806a 1.0.1 2024-02-02 16:49:35 +08:00
Yami Odymel
12a27d11d5 Fixed #44 2024-02-02 16:45:12 +08:00
Yami Odymel
cf60326fd8 1.0.0, Fixed #42, Fixed #41, Fixed #40, Fixed #39, Fixed #38, Fixed #36, Fixed #29, Fixed #17 2024-01-24 01:23:06 +08:00
Yami Odymel
dc4a3d117f WIP 2024-01-23 23:24:30 +08:00
Yami Odymel
f97539ab96 WIP 2024-01-23 10:34:17 +08:00
Yami Odymel
681f8903d5 Developing new version 2023-12-12 14:48:48 +08:00
Yami Odymel
5cfa7e1953 Updated steaming -> streaming 2023-10-01 18:51:01 +08:00
Yami Odymel
b5794ff71d Updated 0.94 Alpha 2023-10-01 18:31:08 +08:00
Yami Odymel
029f471477 Adds more check for resp == nil, v0.93 2023-03-13 19:46:58 +08:00
Yami Odymel
96bcf4beea Fixed #26 2023-03-09 22:32:38 +08:00
Yami Odymel
67dc496f6f Fixed #25 2023-03-09 19:05:51 +08:00
YamiOdymel
c0d28834cf Alpha 0.9, ignored TLS 2022-12-25 04:01:01 +08:00
YamiOdymel
b7a7f11c68 Print out any errors, fixed TrimRight -> Suffix 2022-12-21 01:31:28 +08:00
YamiOdymel
d6dd7b0b30 No more trash segment files; if 403 then retry 2022-12-06 22:23:13 +08:00
YamiOdymel
ed1bcf90ec Merge branch 'master' of github.com:teacat/chaturbate-dvr 2022-12-06 21:41:40 +08:00
YamiOdymel
d5ccf6821c commit 2022-12-06 21:40:50 +08:00
YamiOdymel
6f3e049179 wait millis temporary fix nil 2022-12-06 21:39:46 +08:00
mK33y
be0fba8fa0 updated
color output
updated go.mod
updated go.sum
renamed bucket to temp
2022-09-08 02:42:46 +02:00
YamiOdymel
e0614cb02c Return error and retry if m3u8.Playlist is nil 2022-09-07 18:14:12 +08:00
YamiOdymel
aafd559ce1 Added -s flag for files stripping, Fixed #12 2022-09-07 18:13:13 +08:00
mK33y
a108d12b0e Update main.go
fixed segments problem.
now you lose about 2-4 seconds when stream goes offline.
working on a better solution tested it now for 24h.
2022-09-06 22:05:38 +02:00
mK33y
8fd32b5e27 Update main.go
fixed recording issue (return nil)
added username into filename
2022-09-04 23:24:09 +02:00
Réda HAMADI
0dca62a97a save video in path 2022-04-23 19:15:39 +02:00
Réda HAMADI
cff53125bc lastCheckOnline var unused 2022-04-23 18:22:17 +02:00
YamiOdymel
7195f749bf Updated with Go Mod 2021-11-10 16:42:40 +08:00
YamiOdymel
b14dd37477 prevent segment insert overlap 2020-02-14 00:51:38 +08:00
YamiOdymel
fa976d484e Hang when the internet is disconnected 2020-02-13 22:20:23 +08:00
YamiOdymel
9596980c1b Fixed windows naming, and frame drops i think? 2020-02-13 22:05:32 +08:00
YamiOdymel
dcb849a075 Alpha 0.1 done 2020-02-13 18:23:45 +08:00
YamiOdymel
2c52e03667 0.1 Alpha? 2020-02-13 18:22:19 +08:00
YamiOdymel
2d36af0c8c Fix again + welcome message 2020-02-13 15:43:33 +08:00
YamiOdymel
2911eb217e Fixing dropping frames 2020-02-13 15:15:40 +08:00
YamiOdymel
08d2455d5c a little clean up 2020-02-13 05:37:03 +08:00
YamiOdymel
f49f00c990 fix empty space 2020-02-13 05:28:35 +08:00
YamiOdymel
ebbd3fa783 removed comsumer 2020-02-13 05:25:13 +08:00
YamiOdymel
7e0d94097a trying to fix empty bug 2020-02-13 04:47:28 +08:00