Rob van Oostenrijk
f73ee41d93
Updated FreeBSD ffmpeg integrations
2024-01-30 19:10:53 +04:00
Rob van Oostenrijk
93dad05bde
Added FreeBSD Binaries ( #2 )
...
Co-authored-by: Rob van Oostenrijk <robvanoostenrijk@noreply.users.github.com >
2024-01-29 21:14:47 +04:00
Rob van Oostenrijk
b844722af1
Merge pull request #1 from robvanoostenrijk/freebsd-compile
...
Update build.yml
2024-01-29 14:21:11 +04:00
Rob van Oostenrijk
a4b212d906
Update build.yml
2024-01-29 14:20:27 +04:00
dadav
152719441e
feat: Add signal related params to exec
2024-01-21 19:34:15 +01:00
Alex X
4b62a6e34f
Fix double rtsp in the control field #830
2024-01-18 17:29:22 +03:00
Sergey Krashevich
48fabec431
fix(clipboard): fix copy to clipboard functionality
...
Added a `copyTextToClipboard` function to handle text copying across different browsers and fallback scenarios. This function utilizes the Clipboard API when available, providing an asynchronous method to copy text securely. For browsers where the Clipboard API is not available or the page is not served over a secure context, a fallback method using a temporary textarea element and `document.execCommand` is employed. Replaced direct use of `navigator.clipboard.writeText` with this function in the 'shareget' click event listener to enhance cross-browser support and error handling.
2024-01-13 18:07:07 +03:00
Sergey Krashevich
f8d9fccf74
fix(log-display): reverse log order to display newest first The
...
The applyLogStyling function in log.html has been updated to reverse the array of log lines. After parsing the JSON data, reversing the array ensures that the most recent logs appear at the top of the list. This change enhances the readability for users by displaying the logs in a descending chronological order.
2024-01-12 07:43:12 +03:00
Alex X
8793c36364
Add warning about secure access for API to docs
2024-01-11 14:26:51 +03:00
Alex X
59d25c10b3
Add unix socket example to docs
2024-01-11 14:26:04 +03:00
Alex X
3b3d5b033a
Add sanitize from XSS to WebUI
2024-01-11 14:13:52 +03:00
Michael Reif
249ae49b43
execbc: Removed Buffered IO since it caused delay in the audio output
2024-01-07 10:14:23 +01:00
Michael Reif
33eafd5691
execbc: increased Buffer Size for IO Operation
2024-01-06 21:50:09 +01:00
Michael Reif
2b9247d630
execbc-source: Merged the dial function to the Client creation
2024-01-06 09:40:20 +01:00
Michael Reif
cc6b8277c9
Code Cleanup, rename outputbc to execbc, using buffered Writer
2024-01-06 09:32:47 +01:00
Michael Reif
f65b18842a
Added support to stream backchannel to a command (outputbc)
2024-01-06 00:04:15 +01:00
René Simonsen
db190e69ed
Updated README with more accurate information regarding nest integration.
2024-01-03 15:16:59 +01:00
René Simonsen
bc516bce7d
Adds automatic extention of nest stream before it expires.
2024-01-03 15:08:21 +01:00
Alex X
ccec41a10f
Update version to 1.8.5
v1.8.5
2024-01-01 09:34:44 +03:00
Alex X
9feb98db3f
Fix panic on reconnect #828
2024-01-01 09:30:40 +03:00
Alex X
a724c5f3ce
Fix support Aqara G2H #793
2024-01-01 09:24:43 +03:00
Alex X
c60767c8b0
Add support H265 to FLV source #822
2023-12-31 21:06:41 +03:00
Alex X
ae13a72fde
Fix mdns log message #843
2023-12-30 20:44:50 +03:00
Alex X
458d5e7d0d
Add error for wrong homekit source #805
2023-12-30 20:43:40 +03:00
Alex X
89e15d9b57
Add support subtype for Tapo source #792
2023-12-30 13:04:53 +03:00
Alex X
0d2292c311
Add test for issue #825
2023-12-28 16:49:23 +03:00
Alex X
62343af009
Update dependencies
2023-12-28 16:49:09 +03:00
Alex X
c8c3b22d19
Fix memory allocation for HomeKit OPUS
2023-12-28 11:54:38 +03:00
Alex X
853e98879b
Fix OPUS for HomeKit server #667 #843
2023-12-27 23:05:45 +03:00
Alex X
bf5cb33385
Add OpenIPC to readme
2023-12-22 11:33:53 +03:00
Alex X
7ad4d350f8
Fix hardware profiles for H265 templates #809
2023-12-17 18:07:57 +03:00
Alex X
c63fc6a2ad
Fix exec source leaves zombie processes after fail #814
2023-12-17 17:59:41 +03:00
Alex X
7036d196be
Fix H265 support from OpenIPC project
2023-12-15 12:42:07 +03:00
Alex X
d3bc18c369
Logs refactoring after #780
2023-12-11 18:07:38 +03:00
Alex X
1f3a32023f
Merge pull request #780 from 'skrashevich/log-viewer'
2023-12-11 18:07:25 +03:00
Alex X
a46bad0522
Add support hardware resize for Rockchip
2023-12-10 15:58:54 +03:00
Alex X
d0dfa1d3dd
Add support OPUS inside MPEG-TS
2023-12-10 15:56:53 +03:00
Sergey Krashevich
fc5b36acd3
actualise godoc comment for api.logHandler func
2023-12-05 17:54:53 +03:00
Sergey Krashevich
0a8ab9bbd1
Update app.go to remove the unused variable LogFilePath
2023-12-05 17:50:51 +03:00
Sergey Krashevich
b60000ac34
Refactor log handling to use in-memory Logger
2023-12-05 17:44:32 +03:00
Alex X
39d87625d7
Merge pull request #798 from MPTres/cors
...
Fix CORS support in WHEP/WHIP API
2023-12-05 16:16:07 +03:00
MPTres
0da8b46148
remove empty lines.
2023-12-05 13:52:34 +01:00
Alex X
8d9f87061c
Add support hardware auto discovery for Rockchip
2023-12-05 15:43:50 +03:00
Alex X
4bdfa62039
Code refactoring for ffmpeg hardware linux
2023-12-05 15:43:14 +03:00
Alex X
67ea2d9d02
Fix support FFmpeg device on Windows
2023-12-05 15:40:16 +03:00
MPTres
39b614fb0f
Remove X-PINGOTHER from allowed headers.
2023-12-05 13:37:05 +01:00
MPTres
84469dcd25
CORS. Add support for OPTIONS requests.
2023-12-04 17:14:18 +01:00
Alex X
eceb4a476f
Add support Rockchip hardware transcoding
2023-12-04 16:54:50 +03:00
Alex X
051a4eabd7
Change example for publish
2023-11-30 15:52:10 +03:00
Alex X
e68a304698
Add about new tapo password to readme
2023-11-30 15:51:49 +03:00