aler9
|
2bfdcc7d89
|
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
|
11760fd79f
|
support external authentication (#504) (#517)
|
4 years ago |
aler9
|
1dff3239d2
|
remove rtmp.Conn.NetConn()
|
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
|
f7419586af
|
update gortsplib
|
4 years ago |
aler9
|
c9c9c88ac8
|
update golangci-lint
|
4 years ago |
aler9
|
ab70f946b0
|
unexport members of private structs
|
4 years ago |
aler9
|
75d4f1437d
|
add "error" log level
|
4 years ago |
aler9
|
160966e81b
|
print log messages when runOnConnect and runOnRead are started or stopped
|
4 years ago |
aler9
|
c46ae16dc7
|
run runOnRead command also with RTMP readers
|
4 years ago |
aler9
|
e62ed283d1
|
rtmp: do not raise an error in case of metadata packets (#577)
|
4 years ago |
aler9
|
e78544f23e
|
update gortsplib
|
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
|
3b0327233e
|
move hls utils into gortsplib
|
4 years ago |
aler9
|
02afa8ff99
|
rtmp, hls: remove initial difference of 2secs between PTS and DTS of H264
|
4 years ago |
aler9
|
e189f4570c
|
hls, rtmp: set DTS = PTS when a IDR frame is received
|
4 years ago |
aler9
|
da44bbd18a
|
api: normalize entity names
|
4 years ago |
aler9
|
40a5c78c8d
|
fix comment
|
4 years ago |
aler9
|
0de711d7e0
|
hls, rtmp: print clearer error messages (#501)
in case a stream doesn't contain a H264 track
or a AAC track.
|
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
|
e57177ef49
|
cleanup
|
4 years ago |
aler9
|
20ac25571c
|
api: add "state" field to RTSP sessions and RTMP connections
|
4 years ago |
aler9
|
6163095a11
|
fix crash that happens when sourceOnDemand is true and a source times out
|
4 years ago |
aler9
|
ed375583d0
|
Implement an HTTP API to query and control the server
|
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
|
5ab989250d
|
cleanup
|
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 |
aler9
|
1146d5cf1b
|
hls: new option hlsAlwaysRemux to always remux streams into HLS, not only when requested
|
4 years ago |
aler9
|
c3c643c602
|
hls: move muxer into dedicated object
|
4 years ago |
aler9
|
9062dbf883
|
move most components into internal/core
in this way coverage can be computed correctly.
|
4 years ago |
aler9
|
a6d9578d4c
|
RTSP server: support setupping tracks with arbitrary interleaved IDs (#402)
|
4 years ago |
aler9
|
75e1e3e4dc
|
RTSP server: support reading with multicast (#214) (#324)
|
4 years ago |
aler9
|
99323ba740
|
update golangci-lint
|
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
|
e450881446
|
converterhls: use contexts
|
4 years ago |
aler9
|
baf2100ad6
|
connrtmp: use contexts
|
4 years ago |
aler9
|
fa0b961bf1
|
rtmp client: speed up closing
|
4 years ago |
aler9
|
ccd65a08c1
|
rename client into conn
|
4 years ago |
aler9
|
639c42feca
|
clienrtmp: remove useless argument from validateCredentials()
|
4 years ago |