Alessandro Ros
|
7437ee7a09
|
update golangci-lint (#2868)
|
2 years ago |
Alessandro Ros
|
598fadc9fb
|
api: add 'query' field to RTMP, RTSP, SRT and WebRTC clients (#2689) (#2844)
|
2 years ago |
Alessandro Ros
|
4e8b8a2014
|
rtmp, srt: fix output of 'is reading from' log entry (#2820)
|
2 years ago |
Alessandro Ros
|
11988249df
|
move servers into internal/servers (#2792)
|
2 years ago |
Alessandro Ros
|
ce45498769
|
move hooks into dedicated package (#2746)
|
2 years ago |
Alessandro Ros
|
813611057d
|
add runOnUnDemand hook (#2645)
|
2 years ago |
Alessandro Ros
|
43d41c070b
|
move static sources into dedicated package (#2616)
|
2 years ago |
Alessandro Ros
|
99bc327d67
|
move protocol-related code into internal/protocols (#2572)
|
2 years ago |
Alessandro Ros
|
3a5bb06e26
|
add environment variable MTX_QUERY to some hooks (#2483) (#2522)
|
2 years ago |
Alessandro Ros
|
95ab9375c7
|
support recording to MPEG-TS (#2505)
|
2 years ago |
Paxx
|
72e74b6456
|
api: fix crash when retrieving RTMP and SRT connections (#2430)
Co-authored-by: Paxx <daniel.botta@hiway.media>
|
2 years ago |
Alessandro Ros
|
d07ba5983e
|
update gortsplib (#2390)
|
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
|
95baade478
|
srt: fix memory leak during reader disconnection (#2273)
|
2 years ago |
Alessandro Ros
|
5fb7f4e846
|
force all readers to use an asynchronous writer (#2265)
needed by #2255
|
2 years ago |
Alessandro Ros
|
b72f3577c8
|
print warning when the write queue is full (#2251)
|
2 years ago |
Alessandro Ros
|
cf86dbb303
|
switch to gortsplib/v4 (#2244)
|
2 years ago |
Alessandro Ros
|
bf8e69ea89
|
rename readBufferCount into writeQueueSize (#2248)
|
2 years ago |
Alessandro Ros
|
e0fb11040e
|
move units into dedicated package (#2245)
needed by #2244
|
2 years ago |
Alessandro Ros
|
23ddaac481
|
support publishing VP9 tracks with RTMP (#2247)
|
2 years ago |
Alessandro Ros
|
659f19f8bb
|
enable errcheck (#2201)
|
2 years ago |
Alessandro Ros
|
161a9b54b2
|
update dependencies (#2176)
|
2 years ago |
Alessandro Ros
|
dd91abae9b
|
api: add transport to RTSP sessions (#2151)
|
2 years ago |
Alessandro Ros
|
8bb71ac8d8
|
srt, udp: support reading and writing MPEG-1 audio streams (#2147)
|
2 years ago |
Alessandro Ros
|
b4e3033ea3
|
support publishing, reading, proxying with SRT (#2068)
|
2 years ago |
Alessandro Ros
|
d696a782f7
|
rtmp: simplify API (#2130)
|
2 years ago |
Alessandro Ros
|
72b1d233df
|
normalize channels and methods (#2127)
needed by #2068
|
2 years ago |
Alessandro Ros
|
e3d4856b4f
|
update gortsplib (#2126)
|
2 years ago |
Alessandro Ros
|
ab8cf3f0cc
|
add rtmp.Reader, rtmp.Writer (#2124)
needed by #2068
|
2 years ago |
Alessandro Ros
|
08d6d0b888
|
add base class to all data units (#2122)
needed by #2068
|
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
|
22b120ef22
|
update list of supported codecs inside error messages (#2058) (#2073)
|
2 years ago |
Volodymyr Borodin
|
47317ea8e5
|
api: add path to RTMP connections, RTSP sessions, WebRTC sessions (#1962) (#2022)
* api: add path to rtmp response
* add 'path' to RTSP and WebRTC sessions too
* add tests
---------
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
|
2 years ago |
Alessandro Ros
|
f79c4783c7
|
rename environment variable RTSP_PATH into MTX_PATH (#1967)
|
2 years ago |
Alessandro Ros
|
681a00347d
|
support reading MP4A-LATM-encoded AAC with RTMP and HLS (#1694) (#1898)
|
2 years ago |
Alessandro Ros
|
210603d7c4
|
update documentation (#1885)
|
2 years ago |
Alessandro Ros
|
89ebc83993
|
update golangci-lint (#1870)
|
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
|
1688e5d2e5
|
support publishing with WebRTC (#1659) (#1786)
|
2 years ago |
Alessandro Ros
|
6ea299fc56
|
api: fix type of RTMPS readers (#1784)
it was wrongly set to RTMP.
|
2 years ago |
Alessandro Ros
|
d8678cef90
|
unify authentication mechanisms (#1775)
|
2 years ago |
Alessandro Ros
|
e8124e2f56
|
support publishing H265 and AV1 tracks with Enhanced RTMP (#1393) (#1446) (#1621) (#1756)
|
2 years ago |
Alessandro Ros
|
225220ddd5
|
print warning in case no key frames are being received (#1763)
|
2 years ago |
Alessandro Ros
|
22fe65509b
|
cleanup (#1754)
|
2 years ago |