Alex X
2e6c6b1d41
Add "new in version" to readme
2023-11-30 13:43:07 +03:00
Alex X
0def6f8de9
Merge pull request #785 from skrashevich/exit-code-check
...
Ensure exit code is within valid range
2023-11-29 10:26:02 +03:00
Sergey Krashevich
7ac5b4f114
Ensure exit code is within valid range
...
The exitHandler function now properly validates the exit code provided
in the query string. It checks for conversion errors and ensures the
code is within the valid range of 0 to 125. If the validation fails,
it responds with an HTTP 400 Bad Request error. This prevents potential
misuse of the exit endpoint by restricting the exit codes to expected
values.
2023-11-29 10:03:39 +03:00
Alex X
94aced0fc0
Merge pull request #782 from miguelangel-nubla/patch-1
...
Typo in codec name
2023-11-28 18:45:55 +03:00
Miguel Angel Nubla
66a4c3d06e
Typo in codec name
2023-11-28 12:37:27 +01:00
Alex X
051c5ff913
Fix buggy SDP from D-Link cameras #771
2023-11-22 17:42:41 +03:00
Alex X
a87dafbbec
Update version to 1.8.4
v1.8.4
2023-11-19 18:38:26 +03:00
Alex X
742cb7699b
Improve magic producer about support mjpeg with trash on start
2023-11-18 17:08:57 +03:00
Alex X
43449e7b08
Fix api port for homekit module
2023-11-18 11:48:19 +03:00
Alex X
33512e73bd
Add support ADTS to magic producer
2023-11-17 22:28:28 +03:00
Alex X
b367ffee6d
Merge pull request #759 from russorat/ror/ngrok
...
fix: updating ngrok readme
2023-11-17 13:59:12 +03:00
Russ Savage
69447df6b3
fix: updating ngrok readme
...
Signed-off-by: Russ Savage <russorat@users.noreply.github.com >
2023-11-16 21:16:53 -08:00
Alex X
a6eac4ff02
Merge pull request #754 from inode64/master
...
Include support for Gentoo distribution
2023-11-15 21:20:46 +03:00
INODE64
1eaf879a76
Include support for Gentoo distribution
2023-11-15 17:45:36 +01:00
Alex X
c9ae6dcc03
Fix https source, again
2023-11-15 17:31:59 +03:00
Alex X
befa6bd356
Update version to 1.8.3
v1.8.3
2023-11-15 12:20:47 +03:00
Alex X
100ab62ab4
Update dependencies
2023-11-15 12:16:34 +03:00
Alex X
a0f999d9c9
Add readme about gopro source
2023-11-15 12:10:16 +03:00
Alex X
9bda2f7e60
Add support gopro source
2023-11-15 11:41:42 +03:00
Alex X
54b19999c6
Fix support raw username/password for tapo source #748
2023-11-14 14:22:17 +03:00
Alex X
aa3c081352
Add support incoming H264 bitstream #745
2023-11-13 22:56:07 +03:00
Alex X
2d16ee8884
Code refactoring for mpegts input
2023-11-13 22:55:12 +03:00
Alex X
ec96a14807
Fix digest auth in some cases
2023-11-13 22:44:28 +03:00
Alex X
af72548a43
Fix panic for broken RTP with AAC #697
2023-11-13 21:56:35 +03:00
Alex X
6d85b36f47
Fix homekit source panic on stop producer #734
2023-11-13 21:51:52 +03:00
Alex X
28830a697d
Add support unix socket for api module
2023-11-12 21:50:29 +03:00
Alex X
5d3953a948
Fix support Tapo C210 firmware v1.3.9 #733
2023-11-12 16:41:43 +03:00
Alex X
4d6432d38d
Add about expr source to readme
2023-11-11 15:21:24 +03:00
Alex X
bcbebd5a36
Fix custom https client
2023-11-05 08:39:07 +03:00
Alex X
50e2a626a6
Update version to 1.8.2
v1.8.2
2023-11-04 18:49:56 +03:00
Alex X
f4fe8c3769
Increase ProbeSize up to 5MB
2023-11-04 15:14:23 +03:00
Alex X
e42085a237
Remove lock on sender buffer processing
2023-11-04 15:14:04 +03:00
Alex X
a060b3447c
Increase buffer for RTSP input
2023-11-04 15:13:39 +03:00
Alex X
d7784b24c6
Fix memory overflow on bad RTSP sources #675
2023-11-04 09:42:50 +03:00
Alex X
39645cb3d8
Remove unnecessary 0.0.0.0 from listeners
2023-11-03 12:45:40 +03:00
Alex X
36166caccc
Fix raw conn for https client
2023-11-03 12:40:42 +03:00
Alex X
0f1dc73d55
Update WebRTC candidates logic
2023-11-03 11:13:54 +03:00
Alex X
6b29c37433
Update webrtc trace logs for local candidates
2023-11-02 14:58:30 +03:00
Alex X
535bacf9d6
Fix ngrok
2023-11-02 14:57:52 +03:00
Alex X
e6fb4081f7
Add drawtext tests for ffmpeg
2023-11-02 14:57:22 +03:00
Alex X
eb04fafaa4
Add more ffmpeg transcoding presets
2023-11-02 14:56:58 +03:00
Alex X
b4ed738d17
Add IPv6 support to WebRTC #721
2023-10-30 21:18:09 +03:00
Alex X
6a9ae93fa1
Update pixel format for h264 vaapi hardware
2023-10-30 19:06:56 +03:00
Alex X
2dd47654e6
Fix panic for HomeKit source without SRTP module #712
2023-10-27 17:08:07 +03:00
Alex X
c27e735c17
Fix wrong SDP for MERCURY camera #708
2023-10-27 14:37:12 +03:00
Alex X
8bc65e4c91
Update codecs table in readme
2023-10-27 07:41:00 +03:00
Alex X
0a476a74b3
Add QNAP to readme
2023-10-27 07:19:48 +03:00
Alex X
b5be4ce03b
Add expr source
2023-10-26 21:07:48 +03:00
Alex X
f291f1d827
Rewrite shell cmd parser
2023-10-25 16:49:01 +03:00
Alex X
041ce885c7
Merge pull request #704 from testwill/map
...
chore: unnecessary guard around call to delete
2023-10-24 12:09:15 +04:00