Alex X
2b3e6a2730
Merge pull request #1122 from isegals/master
...
Update client.go
2024-05-18 17:09:02 +03:00
Alex X
9143729042
Merge pull request #1123 from skrashevich/fix-vcs-tags-in-docker-builds
...
add git to build stage
2024-05-18 16:20:42 +03:00
Sergey Krashevich
3952f0ba0f
add git to build stage
2024-05-18 13:47:02 +03:00
isegals
7a131822db
Update client.go
...
Add "AudioFormat":{"EncodeType":"G711_ALAW"} to suppoet new firmware
2024-05-18 11:14:16 +03:00
Alex X
b2399f3bb3
Update version to 1.9.2
v1.9.2
2024-05-17 15:57:11 +03:00
Alex X
2a8a3f1cbf
Merge pull request #1113 from skrashevich/ui-move-probe-link
...
Refactor probe link placement in UI
2024-05-17 15:52:52 +03:00
Alex X
b1ba5bab62
Update readme for ASCII
2024-05-17 14:51:55 +03:00
Alex X
6878f05e57
Fix ESC codes duplicates for ASCII stream
2024-05-17 14:34:24 +03:00
Alex X
d428a8964a
Fix writers for MJPEG and ASCII
2024-05-17 14:32:59 +03:00
Alex X
f432e72dd0
Add support custom color for ascii streaming
2024-05-16 22:02:18 +03:00
Alex X
2929db9cec
Fix w/h variables for ascii streaming
2024-05-16 22:01:57 +03:00
Alex X
6d967bc1f9
Improve ascii stream for any one symbol
2024-05-16 17:33:09 +03:00
Alex X
83c0053b2c
Fix blinking for ASCII stream
2024-05-16 15:28:47 +03:00
Alex X
ecfd7404f5
Add UTF8 support for ASCII streaming
2024-05-16 14:01:43 +03:00
Alex X
41badbfb8e
Add support streaming as ascii to terminal
2024-05-16 12:00:41 +03:00
Sergey Krashevich
0cb013a7fd
Refactor probe link placement in UI
...
Moved the 'probe' link from the global templates array to individual
stream status columns for improved clarity and accessibility. This
change enhances the interface by contextualizing the 'probe' option,
making it directly accessible alongside each stream's online status and
info link, thereby streamlining the user experience and emphasizing the
function's importance on a per-stream basis. This adjustment follows
usability feedback indicating that users prefer immediate access to
stream diagnostics.
2024-05-15 12:41:30 +03:00
Alex X
75020d4df7
Add probe link to WebUI
2024-05-15 10:36:29 +03:00
Alex X
69c288b154
Fix codec name for probe producer
2024-05-15 10:31:43 +03:00
Alex X
0ea651db62
Fix links in the manifest.json
2024-05-15 10:23:25 +03:00
Alex X
4823e60a92
Add probe stream API #998
2024-05-15 07:44:18 +03:00
Alex X
c4949eb81f
Add example about rpi5 cam to readme #1041
2024-05-15 05:36:28 +03:00
Alex X
aa4c81c266
Add pix_fmt to H265 transcoding string
2024-05-14 21:21:27 +03:00
Alex X
063fef5813
Add auto reconnect for broken MSE stream
2024-05-14 21:20:47 +03:00
Alex X
d9fb734c85
Fix stop pending producer on multiple mode requests
2024-05-14 19:31:42 +03:00
Alex X
a51156cf18
Add instant start for WebRTC consumer
2024-05-14 17:34:47 +03:00
Alex X
32e0ee4a10
Merge pull request #1071 from skrashevich/refactr-syscall-more-generic
...
refactor(sysctl): consolidate platform-specific syscall files
2024-05-13 19:00:10 +03:00
Alex X
e6bea97936
Merge pull request #1099 from skrashevich/add-favicon
...
feat(web): Add favicon
2024-05-13 18:23:58 +03:00
Alex X
9776e09ca7
Code refactoring after #1099
2024-05-13 18:22:35 +03:00
Alex X
ad273d3a98
Merge pull request #1098 from skrashevich/ci-docs-docker-tags-and-readme
...
ci+docs: docker images
2024-05-13 15:03:10 +03:00
Alex X
69c301e79f
Remove docker examples from readme (move to dockerhub)
2024-05-13 15:02:39 +03:00
Alex X
8f2bb3f34b
Add support key=value pair for cli config
2024-05-13 14:14:28 +03:00
Alex X
e4ff6d224f
Update logo.gif
2024-05-13 13:29:44 +03:00
Alex X
00751459a2
Merge pull request #1107 from skrashevich/version-display-enhance
...
feat(version): Enhancements to Version Display Functionality
2024-05-13 12:45:22 +03:00
Alex X
874c07b887
Code refactoring for #1107
2024-05-13 12:42:55 +03:00
Alex X
152df3ef5d
Fix pkt_size key name in json format
2024-05-13 07:18:48 +03:00
Alex X
c950bb0252
Update api.ws log messages
2024-05-13 07:00:51 +03:00
Sergey Krashevich
dd7ea2657a
feat(app): enhance CLI with shorthand flags and dynamic versioning
...
- Added shorthand flag support for `config`, `daemon`, and `version`
- Implemented dynamic version string generation using build info
- Updated flag usage output to include shorthand options and help command
2024-05-12 22:10:58 +03:00
Alex X
5889791847
Merge pull request #1100 from skrashevich/upd-ace-1-33-1
...
upd(editor): upgrade Ace editor to version 1.33.1
2024-05-12 18:40:37 +03:00
Alex X
9160403b99
Fix device_id and device_private for HomeKit config
2024-05-12 15:59:50 +03:00
Alex X
5ccbd7c1c2
Rename param source to video for ffmpeg virtual source
2024-05-12 15:58:17 +03:00
Alex X
778245dd1c
Set default max-bundle for video-rtc.js viewer
2024-05-12 15:56:56 +03:00
Alex X
205018c96a
Improve WebRTC candidates handling
2024-05-12 15:55:32 +03:00
Sergey Krashevich
eaba451a47
refactor(app): streamline version info retrieval and formatting
2024-05-12 06:46:45 +03:00
Sergey Krashevich
b7c11db604
feat(version): enhance version command output with VCS revision and timestamp
2024-05-12 06:36:25 +03:00
Alex X
f7b98044e6
Fix Kasa KC200 cameras
2024-05-10 22:50:33 +03:00
Sergey Krashevich
1b1bdb37db
feat(branding): prepend 'go2rtc -' to page titles in add, editor, and log pages
2024-05-09 12:06:46 +03:00
Sergey Krashevich
ab453d275e
feat(editor): upgrade Ace editor to version 1.33.1
2024-05-09 11:30:26 +03:00
Alex X
ee387b79e1
Update version output
2024-05-09 08:21:19 +03:00
Sergey Krashevich
e71ed5e7eb
feat(icons): add favicon and apple-touch-icon links across all pages
...
Added favicon, apple-touch-icon, and related meta tags to all HTML pages to ensure consistent branding and improve user experience on various platforms.
2024-05-09 06:30:14 +03:00
Sergey Krashevich
122a550599
feat(icons): add website icons and update GH Pages workflow to include icon changes
2024-05-09 06:25:33 +03:00