Commit Graph

46 Commits

Author SHA1 Message Date
cyber-debug
b7a7e40899 feat: add safe traffic shaping and TLS hardening 2026-05-16 02:10:34 +03:00
cyber-debug
b0aee57aa5 feat: track failover supervisor status 2026-05-16 02:10:33 +03:00
cyber-debug
82b5741ab1 feat: add planned session rotation 2026-05-16 02:10:33 +03:00
cyber-debug
4c6bd2b838 feat: expose control health status 2026-05-16 02:10:33 +03:00
cyber-debug
b0fc3bd0f1 feat: add control stream liveness 2026-05-16 02:10:33 +03:00
cyber-debug
a86f5c6948 feat: add reconnect hardening and failover profiles 2026-05-16 02:10:33 +03:00
zarazaex69
1ee1ddd7f0 test(e2e): mark sei transport on jitsi as unstable 2026-05-16 01:50:48 +03:00
zarazaex69
9cfb4fd9c3 docs: make jitsi the default recommended provider 2026-05-15 16:15:55 +03:00
zarazaex69
eceeaeba92 feat(jitsi): add Jitsi auth provider and engine 2026-05-15 15:37:58 +03:00
zarazaex69
af87120f73 docs: update transport compatibility docs 2026-05-14 20:22:37 +03:00
zarazaex69
9a0ac097b6 docs(configuration): translate docs to Russian 2026-05-14 04:44:45 +03:00
zarazaex69
82afc24238 docs: clarify wbstream datachannel limitations 2026-05-14 03:58:39 +03:00
zarazaex69
25d0e98698 doc: add YAML configuration support 2026-05-13 23:10:23 +03:00
zarazaex69
465d4bf500 Merge origin/master into refactor/universal-carrier 2026-05-13 19:08:59 +03:00
zarazaex69
4e99073760 fix(provider/wbstream): drop room auto-generation
WB Stream removed the room creation API; gen mode for wbstream no
longer works. Remove the wbstream branch from session.Gen, drop the
auto-generate prompt from srv.sh and the entrypoint fallback, and
update docs to instruct users to create rooms manually at stream.wb.ru.
2026-05-13 18:53:00 +03:00
zarazaex69
cf6490b5e0 feat: add support for reading configuration from YAML file 2026-05-13 17:17:31 +03:00
zarazaex69
359a2d94df feat: add YAML configuration support 2026-05-13 16:37:09 +03:00
s0me0ne-25
538d74fa79 Update about.md
Clarification and refinement of the end user usage scenario
2026-05-11 21:44:38 +03:00
zarazaex69
7f295428a7 doc: add top tips 2026-05-11 18:20:49 +03:00
zarazaex69
677dae1231 doc: actualize 2026-05-11 15:34:25 +03:00
zarazaex69
150b3a6c8b doc: actyalize 2026-05-11 15:32:12 +03:00
zarazaex69
e9a3a0581e doc: update docs for -auth flag and engine/auth split
Replace all -carrier references with -auth in settings, manual, fast,
uri, and about. Update architecture diagram and repo structure table
to reflect internal/engine + internal/auth split (replaces internal/provider).
Add pkg/olcrtc section describing the public Go library API.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 14:18:28 +03:00
spkprsnts
ba3d622233 feat(ffmpeg): Add -ffmpeg flag for custom path
- Add -ffmpeg flag for custom path
- Allow FFMPEG_BIN env var to set path
- Update ffmpeg
2026-05-11 03:31:14 +05:00
zarazaex69
5fea618bba doc: add images 2026-05-10 22:27:55 +03:00
zarazaex69
9902359c1a doc: add about no cache flag and sync to new standarts 2026-05-10 20:19:39 +03:00
zarazaex69
043f78904d doc: add text about client-id 2026-05-10 16:52:13 +03:00
zarazaex69
8547a0c88f doc: add error fix to dial tcp4 error 2026-05-10 15:46:41 +03:00
zarazaex69
9be377214b doc: fix typo 2026-05-10 14:48:30 +03:00
zarazaex69
bd30832094 doc: add about project doc 2026-05-10 14:47:00 +03:00
zarazaex69
e8902a0975 doc: use alt symbols in doc matrix 2026-05-10 14:07:48 +03:00
zarazaex69
e342046b2a doc: update to script changes 2026-05-10 14:01:40 +03:00
zarazaex69
7e03cfb178 doc: add socks5 pass and user settings 2026-05-10 13:58:57 +03:00
zarazaex69
f3a70b4ef9 doc: add gen 2026-05-08 17:31:30 +03:00
zarazaex69
4194ac9144 doc: updated uri.md and sub.md to add transport payload support using
<key=value&...> syntax after the transport name
2026-05-08 16:50:56 +03:00
zarazaex69
74ad3c62f8 doc: update all docs to warn that Jazz bans IPs for datachannel 2026-05-07 18:19:13 +03:00
zarazaex69
18f4bb92fc docs: update manual with clarifications and remove redundant examples 2026-05-07 17:51:24 +03:00
zarazaex69
88a4c54171 docs: update fast.md with improved formatting and videochannel
parameters
2026-05-07 17:43:58 +03:00
zarazaex69
9c992d6fe4 refactor: remove legacy code 2026-05-07 14:28:32 +03:00
zarazaex69
0956780c6f docs: update fast channel recommendations 2026-05-07 01:46:09 +03:00
zarazaex69
a98e80cb87 docs: add project logo and badges to documentation files 2026-05-07 01:42:03 +03:00
zarazaex69
d60f5d4ac8 doc: sync doc with sei cfg 2026-05-07 01:40:32 +03:00
zarazaex69
f79f610459 doc: add sub doc for SUB format 2026-05-06 19:23:16 +03:00
zarazaex69
5c68a52abd doc: add doc for client URI format 2026-05-06 19:23:16 +03:00
zarazaex69
df7934463b doc: sync doc with client-id key 2026-05-06 19:23:16 +03:00
s0me0ne-25
00430f0c62 Update manual.md
Updated golang-1.26 acquisition guide for Debian to use APT not SDK.
2026-05-03 14:07:36 +03:00
zarazaex69
96c5716dcc doc: add base documentation to olcrtc 2026-05-03 11:54:13 +03:00