Alessandro Ros
3a5bb06e26
add environment variable MTX_QUERY to some hooks ( #2483 ) ( #2522 )
2 years ago
Alessandro Ros
64d9060560
add additional environment variables to custom commands ( #1414 ) ( #2356 )
...
new variables: MTX_CONN_TYPE, MTX_CONN_ID, MTX_SOURCE_TYPE, MTX_SOURCE_ID, MTX_READER_TYPE, MTX_READ_ID
2 years ago
Alessandro Ros
ed77560811
add runOnDisconnect, runOnNotReady, runOnUnread ( #1464 ) ( #2355 )
2 years ago
Alessandro Ros
f07886db5f
print the reason why a source is started or stopped ( #2322 )
2 years ago
Alessandro Ros
cf86dbb303
switch to gortsplib/v4 ( #2244 )
2 years ago
Alessandro Ros
1bfc08cca2
update gortsplib ( #2138 )
2 years ago
Alessandro Ros
e3d4856b4f
update gortsplib ( #2126 )
2 years ago
Alessandro Ros
db3862cf0d
move stream in a dedicated package ( #2121 )
...
needed by #2068
2 years ago
Alessandro Ros
1fa53b49d4
webrtc, hls: prevent brute-force attacks by waiting before sending responses ( #2100 )
2 years ago
Alessandro Ros
0137734294
webrtc, hls: show IP in logs in case of failed authentication ( #2099 )
2 years ago
Alessandro Ros
f79c4783c7
rename environment variable RTSP_PATH into MTX_PATH ( #1967 )
2 years ago
Alessandro Ros
128f2d3e20
print error that caused an external command to exit ( #1869 )
2 years ago
Alessandro Ros
b93eed64bc
api: add /get endpoints ( #1577 ) ( #1823 )
...
this allows to get entities by ID or name after /list endpoints were
changed in v0.23.0.
2 years ago
Alessandro Ros
39c072edd6
change repository owner ( #1801 )
2 years ago
Alessandro Ros
d8678cef90
unify authentication mechanisms ( #1775 )
2 years ago
Alessandro Ros
225220ddd5
print warning in case no key frames are being received ( #1763 )
2 years ago
Alessandro Ros
053f2ec282
rename repository and executable ( #1641 )
2 years ago
Alessandro Ros
2dffccf9c1
update gortsplib, gohlslib ( #1637 )
2 years ago
Alessandro Ros
b02d3b83c7
Send additional fields to the external authentication URL ( #1408 )
...
* send 'protocol' to the external authentication URL
* send session ID to the external authentication URL
3 years ago
aler9
79562b15ab
update gortsplib
3 years ago
Alessandro Ros
c778c049ce
switch to gortsplib v2 ( #1301 )
...
Fixes #1103
gortsplib/v2 supports multiple formats inside a single track (media). This allows to apply the resizing algorithm to single formats inside medias.
For instance, if a media contains a a proprietary format and an H264 format, and the latter has oversized packets, they can now be resized.
3 years ago
Alessandro Ros
423bb61daa
use UUIDs as IDs in all entities ( #1234 )
3 years ago
Alessandro Ros
4ac175d3cc
api, metrics: add endpoints and metrics for RTSP connections ( #1233 )
...
new API endpoints:
* /v1/rtspconns/list
* /v1/rtspsconns/list
new metrics:
* rtsp_conns
* rtsps_conns
3 years ago
aler9
86c5fa9ba4
cleanup interaction with external auth
3 years ago
aler9
055e08ac6c
remove "on" prefix from most communication functions between components
3 years ago
aler9
08ddc9f83d
update gortsplib
3 years ago
aler9
e45820b2c0
hls server: show real client IPs when behind a proxy ( #955 )
3 years ago
aler9
0605a2f369
update linter
3 years ago
aler9
87f24f1704
update gortsplib
4 years ago
ShiBen
e3f63a43c9
External authentication support send url raw query
...
Do some dynamic authentication, such as token
4 years ago
aler9
8ac665be87
un-capitalize private fields
4 years ago
aler9
ed635db87e
print debug log message in case of non-critical authentication errors
4 years ago
aler9
11760fd79f
support external authentication ( #504 ) ( #517 )
4 years ago
aler9
1617d07ba3
do not wait for external commands to exit during runtime
...
wait for them during shutdown.
4 years ago
aler9
84735426eb
print a message when a custom command exits suddently
4 years ago
aler9
ebc201bda2
make regexp groups available to custom commands ( #642 )
4 years ago
aler9
eab2663420
move VLC authentication hack into gortsplib
4 years ago
aler9
ab70f946b0
unexport members of private structs
4 years ago
aler9
8875c8eaa6
rtsp: print exact reason when a session is destroyed ( #649 )
4 years ago
aler9
160966e81b
print log messages when runOnConnect and runOnRead are started or stopped
4 years ago
aler9
ab71f22560
move decoding of more configuration into JSON decoding
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
9398cea0c2
update golangci-lint
4 years ago
aler9
f1a812ba5d
rewrite metrics system to provide more data ( #492 )
4 years ago
aler9
6702cb41ed
api: make sure that entities are deleted immediately after a kick request
4 years ago
aler9
6163095a11
fix crash that happens when sourceOnDemand is true and a source times out
4 years ago
aler9
f0a283d141
reload only rtsp server when authMethods is changed
4 years ago
aler9
eee64a1450
split readPublisher into reader and publisher
4 years ago
aler9
de6e9589b8
fix multiple freezes during shutdown of components
4 years ago
aler9
82e65230fd
speed up hls remuxing by linking together pathManager and hlsServer
4 years ago