Sergey Krashevich
c0a2e04ad0
feat(ui): add info and probe pages for detailed stream analysis
2026-02-04 05:15:33 +03:00
Sergey Krashevich
18cd71c602
fix(links): add word wrapping for mobile devices
...
Add word-break and overflow-wrap CSS properties to prevent long URLs
and stream names from breaking the layout on mobile devices. This fixes
horizontal overflow issues with long text in link items, code blocks,
and stream names.
2026-02-04 04:56:10 +03:00
Sergey Krashevich
ab4955f8fc
webui: fix header on mobiles
2026-02-03 13:53:49 +03:00
Sergey Krashevich
51a213c7da
webui: links.html rewrite
2026-02-03 13:32:18 +03:00
Sergey Krashevich
0c91ca7113
webui: fix streams table
2026-02-03 13:25:49 +03:00
Sergey Krashevich
c019924763
webui: navigation bar improve
2026-02-03 13:20:09 +03:00
Sergey Krashevich
3b33ffe2e2
webui: link to docs
2026-02-03 13:18:58 +03:00
Sergey Krashevich
92eaaddcef
style(config): update styles for main and config sections in HTML
2026-02-03 12:38:43 +03:00
Sergey Krashevich
3d439e030a
fix(ui): toggle display of elements on click events in add.html
2026-02-03 12:22:19 +03:00
Sergey Krashevich
430dfc1c31
style: remove transition properties from index.html and main.js
2026-02-03 10:30:03 +03:00
Sergey Krashevich
85daab7ec6
style: update button colors to use CSS variables for improved theming
2026-02-03 10:20:56 +03:00
Sergey Krashevich
fe5736905e
feat: redesign web UI with theme toggle and improved styling
2026-02-03 09:51:09 +03:00
Alex X
6085c8aabe
Merge pull request #2058 from skrashevich/260126-fix-spelling
...
📝 docs(README): update documentation for clarity and accuracy
2026-01-26 11:23:35 +03:00
Sergey Krashevich
5970dd2fe4
📝 docs(README): update documentation for clarity and accuracy
2026-01-26 00:40:48 +03:00
Alex X
a41185c22a
Merge pull request #2054 from jeis4wpi/master
...
Propose fix a couple of typos
2026-01-25 21:41:31 +03:00
Alex X
c793855800
Merge pull request #2056 from martinbjeldbak/patch-1
...
docs: fix link to updated JSONSchema
2026-01-25 14:46:33 +03:00
Martin Bjeldbak Madsen
a556bca7bd
docs: fix link to updated JSONSchema
2026-01-25 19:57:58 +11:00
John E
051aa664cd
Propose fix a couple of typos
...
Signed-off-by: John E <jeis4wpi@outlook.com >
2026-01-23 17:17:53 -05:00
Alex X
6374366da5
Add support xiaomi isa.camera.df3 on old firmwares
2026-01-21 22:26:16 +03:00
Alex X
de157eb144
Strip Userinfo from log entries and errors #2051
2026-01-21 17:15:36 +03:00
Alex X
6eeba1ae4c
Merge pull request #1720 from felipecrs/update-readme
...
Update README
2026-01-21 07:23:37 +03:00
Alex X
8f68f80bff
Add support xiaomi chuangmi.camera.ipc019e
2026-01-20 20:51:40 +03:00
Alex X
2f9d138692
Fix zero channel for xiaomi source #2047
2026-01-20 17:05:14 +03:00
Alex X
366cbd200d
Fix unknown msg 0xF0 for cs2 proto
2026-01-20 14:24:27 +03:00
Alex X
6f75b2f75e
Add trace log for xiaomi devices list
2026-01-20 14:19:51 +03:00
Alex X
75bd1f1b2b
Improve packet loss on old TUTK proto
2026-01-20 14:19:18 +03:00
Alex X
7793a55853
Add support xiaomi lumi.camera.gwagl01
2026-01-20 14:18:03 +03:00
Alex X
06cbbe5543
Add support xiaomi isa.camera.isc5c1
2026-01-19 21:55:07 +03:00
Felipe Santos
861bc9728b
Fix some other markdownlint violations
2026-01-19 14:24:59 -03:00
Felipe Santos
ae0646ea9e
Remove outdated section about Tuya cameras
2026-01-19 14:16:12 -03:00
Felipe Santos
c8412eb067
Merge branch 'master' of https://github.com/AlexxIT/go2rtc into update-readme
2026-01-19 14:12:00 -03:00
Alex X
a37fdf38d8
Add support xiaomi chuangmi.camera.v2 on old firmwares
2026-01-19 18:17:38 +03:00
Alex X
b5948cfb25
Update version to 1.9.14
v1.9.14
2026-01-19 11:59:09 +03:00
Alex X
c64fcc55a5
Update dependencies
2026-01-19 11:28:09 +03:00
Alex X
fc22b20896
Fix ONVIF server support for Unifi Protect #1994
2026-01-18 22:47:04 +03:00
Alex X
af819952e8
Improve ONVIF server support #1299
2026-01-18 21:51:05 +03:00
Alex X
159fb4675c
Add starttimeout setting to exec source #1846
2026-01-18 16:07:46 +03:00
Alex X
54eafe9d0a
Skip snapshot caching in case of error
2026-01-18 15:48:56 +03:00
Sergey Krashevich
38cc05c22d
feat(jpeg): Add keyframe caching with expiration mechanism to JPEG http handler ( #1155 )
...
* feat(mjpeg): add keyframe caching with expiration and cleanup goroutine
* mjpeg: make keyframe cache duration and default usage configurable
* mjpeg: document and add config options for MJPEG snapshot caching
* mjpeg: fix errors after rebase
* Code refactoring for frame.jpeg cache #1155
---------
Co-authored-by: Alex X <alexey.khit@gmail.com >
2026-01-18 14:23:50 +03:00
Alex X
8c457710bd
Merge pull request #2011 from seydx/wyze
...
Native Wyze camera support
2026-01-18 08:39:37 +03:00
Alex X
514188201a
Move tutk dtls to separate package #2011
2026-01-18 08:38:38 +03:00
Alex X
b65ee278cd
Merge pull request #1991 from FIGIO55/onvif_info
...
Adding onvif name and hardware in info field of onvif discovery
2026-01-18 07:55:20 +03:00
Alex X
66225973ae
Code refactoring for onvif device discovery #1991
2026-01-18 07:54:48 +03:00
seydx
d40f6064d9
refactor dtls
2026-01-17 23:28:03 +01:00
seydx
9365fef7b3
move HL extraction to wyze client
2026-01-17 22:44:09 +01:00
seydx
b220959e41
cleanup
2026-01-17 22:12:36 +01:00
seydx
c493087876
fix intercom
2026-01-17 20:50:57 +01:00
seydx
af90b4c12c
update readme
2026-01-17 20:31:25 +01:00
seydx
679454aedb
Merge branch 'master' into wyze
2026-01-17 20:31:05 +01:00
seydx
160695857e
refactor
2026-01-17 20:22:08 +01:00