jafea7
0a8230f2b2
Add optional tabs
2025-04-10 15:17:55 +10:00
jafea7
06bf0f98cd
Revert "Update Config.java"
...
This reverts commit dfa9a452cd
.
2025-04-10 14:10:10 +10:00
jafea7
897a7cf925
Revert "Update Config.java"
...
This reverts commit 62e810f6fd
.
2025-04-10 14:10:05 +10:00
Jafea7
62e810f6fd
Update Config.java
2025-04-10 13:02:12 +10:00
Jafea7
dfa9a452cd
Update Config.java
2025-04-10 12:59:36 +10:00
jafea7
d502f65910
Add optional tabs
2025-04-09 22:24:03 +10:00
jafea7
6718dd394c
Misc commenting unused
2025-04-08 22:40:44 +10:00
jafea7
ba8209a587
Optional tab settings
2025-04-08 22:40:02 +10:00
Jafea7
f95d9b50a3
Remove update check
2025-04-08 20:06:16 +10:00
Jafea7
be2df15d2e
Add region options to CB
2025-04-07 18:21:11 +10:00
Jafea7
e7aad970be
Add tab options for BC
2025-04-07 18:18:43 +10:00
Jafea7
95fd03b3c9
Minor change of defaults, typos, etc
2025-04-07 18:18:43 +10:00
Jafea7
303ca2c9e5
Remove Live Previews
2025-04-07 18:17:21 +10:00
Jafea7
443a1b5893
Add ffmpeg pre-input post-process parameters
2025-04-07 13:57:02 +10:00
Jafea7
92ef350ad6
Correct class names typo
2025-04-07 13:50:35 +10:00
Jafea7
162fdef735
Add superchatlive alternative for stripchat
2025-04-07 13:49:47 +10:00
Jafea7
5777e0a57a
Add BC Mobile tab, accept .xxx URL
2025-04-07 13:26:00 +10:00
Jafea7
7bee404ec1
Remove non-working sites
2025-04-07 12:54:39 +10:00
reusedname
5a23d95a4b
Improve Bongacams online check
...
- check new (?) field isOnline before attempting to get stream sources (was failing due to missing json field when offline)
2025-03-02 13:34:42 +05:00
reusedname
0815046351
Set version to 5.3.2
2025-03-02 13:12:37 +05:00
reusedname
7ab0c1e237
Generalize Flaresolverr for any domain
...
- replace per-site setting with list of hosts
- add new setting type for simple lists of strings
2025-03-02 13:07:42 +05:00
reusedname
4e2fdf3c00
Remove Bongacams basic online check, do complete check straight away
2025-03-02 12:14:53 +05:00
reusedname
eca4245836
Better spec compliance regarding playlist update timing
2025-03-02 12:14:53 +05:00
reusedname
96bfd4e027
update precondition test
...
Equal models should 'give up' only to higher priority models
2025-03-02 12:14:52 +05:00
reusedname
db13cd09cc
New settings, reduce config saving spam
...
- max concurrent http requests (total and per host)
- config saving is delayed for some millis to reduce disk and log spam in case of fast repeated calls
2025-03-02 12:14:52 +05:00
reusedname
d07a9ffaaa
Remove unneeded trace messages
2025-03-02 12:14:52 +05:00
reusedname
5cadac31ce
Fix zombie recordings
...
received data check was being skipped due to exceptions
2025-03-02 12:14:52 +05:00
reusedname
466d705131
Reduce config save spam from recorder operations (400ms delay)
2025-03-02 12:14:52 +05:00
reusedname
994bb99b1f
Improve group hangling
...
- try starting model's group after failing to restart that specific model
- fix recording hijacking of same-priority model
2025-03-02 12:14:52 +05:00
reusedname
164907b691
Improve group handling for priority change and suspend/resume
2025-03-02 12:14:52 +05:00
reusedname
dedb97166b
Fix group precondition not respecting priority
2025-03-02 12:14:52 +05:00
reusedname
c6389b9481
Extract unchecked model state from unknown
...
Allows to know if online check was run or not
2025-03-02 12:14:52 +05:00
reusedname
3b545d12b2
remove duplicate dependency
2025-02-24 19:07:26 +05:00
reusedname
4e524396d2
fix Stripchat login
2025-02-24 19:06:56 +05:00
reusedname
983e5ae25a
Set model state offline if online check is skipped
2025-02-21 20:35:34 +05:00
reusedname
ae2a026ad1
Refactor serment writing
...
- use a dedicated virtual thread. (Subjectively) simpler code, but could be imitated with tail-call-like rescheduling
- use condition variable to wait until the quene becomes non-empty. Could be replaced by polling in a loop, but this will either introduce latency, or higher CPU load (?)
(cherry picked from commit dbf78cfb919aad0b0ef786d7815ac329808401fc)
2025-02-15 15:22:29 +05:00
reusedname
bd8c5b9aaa
(cosmetic) fix false 10s lag in stats
...
(cherry picked from commit 8fa770f6d214346cbaf84c7380e6c0491827c80d)
2025-02-15 15:21:28 +05:00
reusedname
a90fb87b09
debug statistics
...
(cherry picked from commit d03c16f68be3f55893b7908bc094e6a32043563e)
2025-02-15 15:21:25 +05:00
reusedname
9a3dc4c02d
v5.3.1
...
(cherry picked from commit 12f91a11e9c3398fe6b1567f2b9983e2807c4ef8)
2025-02-15 15:15:52 +05:00
reusedname
0ae1a3b452
Dirty fix for OutOfMemory errors
...
Limit segment queue to 50 segments. This keeps memory consumption down in case of too low disk IO speed at the expense of recordings restarting and unwritten segments getting dropped.
2025-02-15 15:15:12 +05:00
reusedname
7e5e7d2cb1
Merge branch 'fix-choking-dev' into reusedname-dev
2025-02-15 15:10:26 +05:00
reusedname
8ca70a510c
(Logging) some tracing
2025-02-15 15:10:17 +05:00
reusedname
6f9024838c
Small improvements
...
- segment expiration
- bigger connection pool
- show model with site on playlist error
(cherry picked from commit 11ded4e572d0244289d3b4c9ccf201559ab327e6)
2025-02-15 15:09:38 +05:00
reusedname
9ef19502f6
fix mfc for okhttp v5
2025-02-15 14:59:15 +05:00
reusedname
8bf9bb2b18
Merge branch 'fix-choking-dev' into reusedname-dev
2025-02-15 14:11:18 +05:00
reusedname
792300d3a6
Fix Camsoda sound not recording
...
(cherry picked from commit cbe2995052825c4d5db63756209fd57fa1fb4ab9)
2025-02-15 14:10:35 +05:00
reusedname
3d1d8f612a
Show full url instead of just file part
2025-02-15 14:10:35 +05:00
reusedname
1e590d5641
show grouped total model count
...
(cherry picked from commit 7c1b366340662489d3e85e9a443b8c00a2bbf205)
2025-02-15 14:10:35 +05:00
reusedname
7fe7d005d9
Merge branch 'hlsdl' into reusedname-dev
2025-02-15 14:10:21 +05:00
reusedname
4dbcbaa707
more debug stats
...
(cherry picked from commit 7f06a41dc081f45683218aaaa0c3621040b5d0a0)
2025-02-15 14:08:23 +05:00