Alex X
|
2311d5eabe
|
Change go version to 1.20 for Windows 7 support
|
2024-09-01 17:54:01 +03:00 |
|
Alex X
|
afc8f4fdf6
|
Merge pull request #1297 from cthach/fix-nest-extend-stream
fix(nest): Resource leak due to lack of closing HTTP response bodies
|
2024-08-07 16:38:38 +03:00 |
|
Chris Thach
|
66de2f91b6
|
Fix resource leak in Nest source due to lack of closing HTTP response bodies
|
2024-08-06 22:25:55 +00:00 |
|
Alex X
|
bd88695e59
|
Fix AnnexB parsing in some cases
|
2024-08-04 10:18:24 +03:00 |
|
Alex X
|
d559ec0208
|
Fix wrong media values in SDP for some cameras #1278
|
2024-07-26 17:00:16 +03:00 |
|
Alex X
|
ed99025bd6
|
Add support S16LE (PCM-LE) for RTSP server
|
2024-07-26 14:47:42 +03:00 |
|
Alex X
|
57d48f53e0
|
Fix PCM audio quality for WebRTC
|
2024-07-26 14:15:53 +03:00 |
|
Alex X
|
68fa42249e
|
Fix PCM audio from Hikvision cameras
|
2024-07-26 14:01:43 +03:00 |
|
Alex X
|
c5bc761a52
|
Fix RTSP MJPEG source quality in some cases #559
|
2024-07-26 07:55:15 +03:00 |
|
Alex X
|
3762bdbccd
|
Fix mjpeg source for Foscam G2 camera #1258
|
2024-07-18 13:52:50 +03:00 |
|
Alex X
|
eaae7aee39
|
Fix stream info for publishing RTMP
|
2024-06-19 06:53:27 +03:00 |
|
Alex X
|
a4885c2c3a
|
Update version to 1.9.4
v1.9.4
|
2024-06-18 21:33:36 +03:00 |
|
Alex X
|
f5aaee006e
|
Merge pull request #1168 from skrashevich/fix-flags-daemon
fix(app): Refactor daemon initialization and add syscall import
|
2024-06-18 20:53:38 +03:00 |
|
Alex X
|
db6745e8ff
|
Code refactoring after #1168
|
2024-06-18 20:35:17 +03:00 |
|
Alex X
|
ba34855602
|
Merge pull request #1196 from skrashevich/feat-network-dot-enhancements
refactor(webui): enhance network visualization in network.html
|
2024-06-16 22:24:11 +03:00 |
|
Alex X
|
e6fa97c738
|
Code refactoring after #1196
|
2024-06-16 22:12:52 +03:00 |
|
Sergey Krashevich
|
5b481a27c6
|
fix(network): enable autoResize in network settings
|
2024-06-16 21:57:48 +03:00 |
|
Alex X
|
bdc7ff1035
|
Fix forwarded remote_addr in the network
|
2024-06-16 19:04:34 +03:00 |
|
Alex X
|
da5f060741
|
Add killsignal and killtimeout to exec/rtsp
|
2024-06-16 19:03:57 +03:00 |
|
Alex X
|
a56d335380
|
Fix homekit producer remote_addr
|
2024-06-16 15:26:18 +03:00 |
|
Sergey Krashevich
|
d8aed552bc
|
fix(network): ensure consistent node positions by storing and reusing seed
|
2024-06-16 15:22:33 +03:00 |
|
Alex X
|
d7286fa06e
|
Merge pull request #1195 from skrashevich/fix-append-dot
fix(streams): handle missing codec_name in appendDOT function
|
2024-06-16 15:20:51 +03:00 |
|
Alex X
|
906f554d74
|
Code refactoring after #1195
|
2024-06-16 15:19:50 +03:00 |
|
Sergey Krashevich
|
cb44d5431a
|
feat(network): preserve pan and scale on data reload
|
2024-06-16 15:01:40 +03:00 |
|
Sergey Krashevich
|
a69eb8a66e
|
style(network): add flex-grow to network div and move script tag
|
2024-06-16 14:54:02 +03:00 |
|
Sergey Krashevich
|
1b411b1fed
|
refactor(streams): optimize label generation with strings.Builder
feat(network): add periodic data fetching and network update
|
2024-06-16 10:19:17 +03:00 |
|
Sergey Krashevich
|
5d57959608
|
fix(streams): handle missing codec_name in appendDOT function
|
2024-06-16 08:59:06 +03:00 |
|
Alex X
|
31e57c2ff8
|
Fix errors output for webrtc client and server
|
2024-06-16 06:37:42 +03:00 |
|
Alex X
|
734393d638
|
Add streaming network visualisation
|
2024-06-16 06:36:24 +03:00 |
|
Alex X
|
96504e2fb0
|
BIG rewrite stream info
|
2024-06-16 06:20:45 +03:00 |
|
Alex X
|
ecfe802065
|
Code refactoring for streams HandleFunc
|
2024-06-14 12:52:55 +03:00 |
|
Alex X
|
1ac9d54dab
|
Code refactoring for stream MarshalJSON
|
2024-06-10 16:42:34 +03:00 |
|
Sergey Krashevich
|
72d7e8aaaa
|
refactor(app): remove syscall import and improve error messages
|
2024-06-08 15:05:26 +03:00 |
|
Alex X
|
0395696866
|
Fix exec pipe output
|
2024-06-07 17:59:21 +03:00 |
|
Alex X
|
0667683e4d
|
Restore support old cipher suites after go1.22 #1172
|
2024-06-07 17:57:36 +03:00 |
|
Alex X
|
aca0781c4b
|
Code refactoring for api/streams
|
2024-06-07 12:25:58 +03:00 |
|
Sergey Krashevich
|
b389d0eb9c
|
fix(app): handle daemon process correctly on Unix systems
|
2024-06-06 18:54:40 +03:00 |
|
Alex X
|
bf303ed471
|
Fix -d flag
|
2024-06-06 17:58:31 +03:00 |
|
Alex X
|
cd777ba2b4
|
Update version to 1.9.3
v1.9.3
|
2024-06-06 16:01:01 +03:00 |
|
Alex X
|
e3188a0a6d
|
Update docs about config
|
2024-06-06 15:21:32 +03:00 |
|
Alex X
|
2bab0a014d
|
Update dependencies
|
2024-06-06 14:34:16 +03:00 |
|
Alex X
|
a01da18018
|
Merge pull request #1150 from skrashevich/go122
update Go version to 1.22
|
2024-06-06 14:25:27 +03:00 |
|
Alex X
|
9d5a5c1e45
|
Merge remote-tracking branch 'origin/master'
|
2024-06-06 14:15:20 +03:00 |
|
Alex X
|
8377ad1d05
|
Update codec section in stream info
|
2024-06-06 13:16:12 +03:00 |
|
Alex X
|
ec33796bd3
|
Add goweight to useful commands
|
2024-06-05 20:02:10 +03:00 |
|
Alex X
|
31e4ba2722
|
Rewrite Receiver/Sender classes
|
2024-06-05 20:01:47 +03:00 |
|
Alex X
|
e0b1a50356
|
Add rtsp_client for testing ghost exec process
|
2024-06-05 20:00:41 +03:00 |
|
Alex X
|
9bb36ebb6c
|
Fix ghost exec/ffmpeg process
|
2024-06-05 19:59:22 +03:00 |
|
Alex X
|
756be9801e
|
Code refactoring for app module
|
2024-06-02 07:00:29 +03:00 |
|
Alex X
|
bd73b07ed8
|
Merge pull request #1147 from skrashevich/docker-ghcr-repo
ci(workflow): add GitHub Container Registry
|
2024-05-31 07:22:47 +03:00 |
|