aler9
|
a867c469fd
|
fix automatic deletion of regexp paths (#664) (#680)
|
4 years ago |
aler9
|
c9c9c88ac8
|
update golangci-lint
|
4 years ago |
aler9
|
af63360079
|
remove count of readers and publishers from log lines
|
4 years ago |
aler9
|
ab70f946b0
|
unexport members of private structs
|
4 years ago |
aler9
|
9155bffefb
|
allow disabling HTTPS validation by using sourceFingerprint (#665)
|
4 years ago |
aler9
|
131148ecb4
|
fix lint
|
4 years ago |
aler9
|
2a1b3e194d
|
avoid deadlock when a runOnDemand command is used and a path is deleted
|
4 years ago |
aler9
|
0a9e414625
|
avoid closing readers twice
|
4 years ago |
aler9
|
d2c668ceea
|
avoid deadlock when a runOnPublish command is reading and the publisher times out (#595) (#495)
|
4 years ago |
aler9
|
3149203f36
|
print log messages about custom commands closing after they are closed
|
4 years ago |
aler9
|
507d810bff
|
make log messages about custom commands more clear
|
4 years ago |
aler9
|
091056dd8e
|
add log messages when runOnPublish is started or stopped
|
4 years ago |
aler9
|
ab71f22560
|
move decoding of more configuration into JSON decoding
|
4 years ago |
aler9
|
6921a402d1
|
decode the configuration when decoding JSON
|
4 years ago |
aler9
|
ca9645c2f9
|
api: decode durations from strings instead of numbers
This allows to use human-readable durations with the API,
for instance: "5s" instead of 5000000000
|
4 years ago |
aler9
|
df4c268813
|
support proxying HLS
|
4 years ago |
Lionel Nicolas
|
450acfaf4e
|
externalcmd: fix crash when manually pushing to an ondemand path
|
4 years ago |
aler9
|
ca499a27c3
|
remove stats from rtmp and rtsp source
|
4 years ago |
aler9
|
a2ff0d455f
|
do not allow closed static sources to set a path as ready
|
4 years ago |
aler9
|
f1a812ba5d
|
rewrite metrics system to provide more data (#492)
|
4 years ago |
aler9
|
e57177ef49
|
cleanup
|
4 years ago |
aler9
|
6163095a11
|
fix crash that happens when sourceOnDemand is true and a source times out
|
4 years ago |
aler9
|
0535ab8e9c
|
api: add tests
|
4 years ago |
aler9
|
ed375583d0
|
Implement an HTTP API to query and control the server
|
4 years ago |
aler9
|
e516d265d6
|
refactor ondemand system
|
4 years ago |
aler9
|
fd27ed941e
|
fix multiple freezes
|
4 years ago |
aler9
|
90e24b79cb
|
cleanup
|
4 years ago |
aler9
|
f0a283d141
|
reload only rtsp server when authMethods is changed
|
4 years ago |
aler9
|
f1b365a7bc
|
cleanup
|
4 years ago |
aler9
|
eee64a1450
|
split readPublisher into reader and publisher
|
4 years ago |
aler9
|
1a7f26ce29
|
add path prefix to path entities
|
4 years ago |
aler9
|
de6e9589b8
|
fix multiple freezes during shutdown of components
|
4 years ago |
aler9
|
1146d5cf1b
|
hls: new option hlsAlwaysRemux to always remux streams into HLS, not only when requested
|
4 years ago |
aler9
|
9062dbf883
|
move most components into internal/core
in this way coverage can be computed correctly.
|
4 years ago |
aler9
|
75e1e3e4dc
|
RTSP server: support reading with multicast (#214) (#324)
|
4 years ago |
aler9
|
d21841c1b7
|
RTSP source: add option sourceAnyPortEnable to support cameras that don't provide server ports (#407)
|
4 years ago |
aler9
|
99323ba740
|
update golangci-lint
|
4 years ago |
aler9
|
b142b015c7
|
fix crash
|
4 years ago |
aler9
|
79a3ab316f
|
RTSP: add SSRC to Transport header (#380)
|
4 years ago |
aler9
|
f086b624c1
|
use hierarchical contexts
|
4 years ago |
aler9
|
e558b245e7
|
use contexts anywhere is possible
|
4 years ago |
aler9
|
9bab230e0d
|
tidy up logs
|
4 years ago |
aler9
|
bc9cbc8605
|
put protocol before entities
|
4 years ago |
aler9
|
fa0b961bf1
|
rtmp client: speed up closing
|
4 years ago |
aler9
|
c986cb254b
|
implement RTSP sessions (#149)
|
4 years ago |
aler9
|
681db142f7
|
rename client into readpublisher
|
4 years ago |
aler9
|
ff8aadf722
|
move clientrtsp inside serverrtsp
|
4 years ago |
aler9
|
faf8d24dff
|
RTMP source: apply read and write timeouts to connection initialization
|
4 years ago |
aler9
|
a1a56ff203
|
allow to set a different listen IP for each listener (#343)
|
4 years ago |
aler9
|
3d1b5296d7
|
RTSP source: add mandatory parameter sourceFingerprint to validate server certificates and prevent man-in-the-middle attacks (#350)
|
4 years ago |