Mauricio Antunes
4666e5f427
Fix API version in docs ( #3180 )
1 year ago
Alessandro Ros
9c6ba7e2c7
New authentication system ( #1341 ) ( #1992 ) ( #2205 ) ( #3081 )
...
This is a new authentication system that covers all the features exposed by the server, including playback, API, metrics and PPROF, improves internal authentication by adding permissions, improves HTTP-based authentication by adding the ability to exclude certain actions from being authenticated, adds an additional method (JWT-based authentication).
1 year ago
Alessandro Ros
da7c5744b1
rtmp: add new AMF0 encoder and encoder ( #3069 )
...
This improves performance, security and removes a dependency.
1 year ago
Alessandro Ros
e06155b9b0
update README ( #3053 )
1 year ago
Spencer Lowe
e5e029a7f4
srt: add additional metrics ( #2962 )
...
* first attempt at the srt metrics
* Updated variables to better match mediamtx
* Prometheus metrics for SRT
* Update readme for SRT metrics
* Switch openapi to number from float
* SRT metrics metrics response fix
* Make the metric test less strict, and nolint line length on the SRT metrics struct
* remove nolint
* move BytesSent and BytesReceived into APISRTConnMetrics
* merge APISRTConn and APISRTConnMetrics
* improve tests
---------
Co-authored-by: slowe <slowe@clairglobal.com>
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
1 year ago
Alessandro Ros
e46a124eb7
update documentation ( #3025 )
1 year ago
Alessandro Ros
9eb97ad3a0
remove hls.js from the repository and restore plain MIT license ( #3008 )
1 year ago
Alessandro Ros
5e27304935
apidocs: group operations by using tags ( #2987 )
1 year ago
Alessandro Ros
695e327a03
playback: make 'format' parameter optional ( #2980 )
1 year ago
Alessandro Ros
de9a456e98
rename 'API' into 'Control API' ( #2981 )
1 year ago
Alessandro Ros
ff70f9022e
playback: accept durations written in seconds ( #2979 )
1 year ago
Alessandro Ros
e6bf095a05
playback: add /list endpoint to list available timespans ( #2978 )
1 year ago
Alessandro Ros
0e1204a943
add infos about SRT standard stream ID to the README ( #2934 )
1 year ago
Alessandro Ros
57c2d5aecb
add playback server ( #2452 ) ( #2906 )
...
* add playback server
* add playback switch
* update readme
1 year ago
Sijmen
397c58a882
Add Argon2 credential hash support ( #2888 )
...
* Add argon2 credential hash support
* update README, tests and documentation
---------
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
1 year ago
Alessandro Ros
27975d8b67
rtmp: support publishing G711 and LPCM tracks ( #2857 ) ( #2884 )
1 year ago
RdL
bc7804cb33
Update README.md ( #2870 )
...
* Update README.md
update link what pointed to publish_index.html
* fix read_index.html too
---------
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
1 year ago
Alessandro Ros
698963ad03
support recording G711 tracks with fMP4 ( #2853 )
1 year ago
Alessandro Ros
b0ca00fca6
add instructions on cross compilation ( #2817 )
1 year ago
Alessandro Ros
db52e94040
update issue template ( #2815 )
1 year ago
Alessandro Ros
d261bfe773
support static sources in paths with regular expressions ( #824 ) ( #2799 )
...
This allows to proxy requests to other servers by using regular
expressions.
1 year ago
Alessandro Ros
e06f4bc998
add instructions on OpenWrt service ( #2795 )
1 year ago
Alessandro Ros
5ee26130d2
rewrite OpenWrt installation procedure ( #2794 )
...
Forward users to standalone binaries whey they are available for their
architecture, otherwise send them to instructions on how to compile
from source.
1 year ago
Alessandro Ros
11988249df
move servers into internal/servers ( #2792 )
1 year ago
Alessandro Ros
b8dd7b9e52
add RTMPS metrics ( #2783 )
1 year ago
Neeraj Kanhere
47bd7352f0
support unix timestamp in filenames of recorded segments ( #2774 )
...
* added support for %s to use unix timestamp in filenames
* fix lint errors
* add tests
* update documentation
---------
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
1 year ago
Alessandro Ros
42150c7ae5
update readme ( #2695 )
2 years ago
Alessandro Ros
687d8685ef
webrtc: improve connectivity mechanism ( #2686 )
2 years ago
Alessandro Ros
cb04d28f6e
metrics: expose state of WebRTC sessions ( #2662 )
2 years ago
Dr. Ralf S. Engelschall
4bf0d10079
metrics: add paths_bytes_sent, srt_conns, srt_conns_bytes_received, srt_conns_bytes_sent ( #2620 ) ( #2619 ) ( #2629 )
...
* add missing Prometheus exports (#2620 , #2619 ):
paths_bytes_sent, srt_conns, srt_conns_bytes_received, srt_conns_bytes_sent
* protect Stream.BytesSent()
* add tests
---------
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
2 years ago
Alessandro Ros
813611057d
add runOnUnDemand hook ( #2645 )
2 years ago
Alessandro Ros
1d1d64cb89
rename sourceProtocol into rtspTransport, sourceAnyPortEnable into rtspAnyPort ( #2644 )
2 years ago
Alessandro Ros
4f876ed207
fix crash when publishing to a path with 'runOnDemand' from outside 'runOnDemand' ( #2636 ) ( #2637 )
2 years ago
Dr. Ralf S. Engelschall
42afc8d327
fix SRT URL in README by replacing 'publish' with 'read' ( #2628 )
2 years ago
Alessandro Ros
4c25529369
move rpicamera into internal/protocols ( #2607 )
2 years ago
Alessandro Ros
6d27d690dc
update docs ( #2590 )
2 years ago
Alessandro Ros
55b8985c8d
bump Go to 1.21 ( #2546 )
2 years ago
guangwu
b3a3812097
fix: typo ( #2532 )
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
Alessandro Ros
4ec12a6c8b
add runOnRecordSegmentCreate hook ( #2451 ) ( #2503 )
2 years ago
Alessandro Ros
8a633d2b79
allow setting different recording parameters for each path ( #2410 ) ( #2457 )
2 years ago
Alessandro Ros
9a01ab7fd5
allow changing default path settings; bump API in order to allow so ( #2455 )
2 years ago
Alessandro Ros
ca2a4873a6
support recording LPCM tracks ( #2475 )
2 years ago
Alessandro Ros
84b2293c9c
fix typo in README ( #2446 )
2 years ago
Alessandro Ros
eb975027b2
add runOnRecordSegmentComplete and rclone integration ( #2404 ) ( #2428 )
2 years ago
Alessandro Ros
cadc6b3ea7
rename 'external commands' into 'hooks' ( #2400 )
2 years ago
Alessandro Ros
1f11d95059
support recording M-JPEG tracks ( #2391 )
2 years ago
Alessandro Ros
fadfda936d
support AC-3 tracks in SRT and UDP; support recording AC-3 tracks ( #2376 )
2 years ago
Alessandro Ros
ac10102329
automatically set 'record: yes' when not specified ( #2366 )
2 years ago