mirror of
https://github.com/bluenviron/mediamtx.git
synced 2026-01-10 04:11:59 -08:00
support publishing, reading, proxying with SRT (#2068)
This commit is contained in:
parent
d696a782f7
commit
b4e3033ea3
22 changed files with 2184 additions and 213 deletions
|
|
@ -50,6 +50,7 @@ const (
|
|||
authProtocolRTMP authProtocol = "rtmp"
|
||||
authProtocolHLS authProtocol = "hls"
|
||||
authProtocolWebRTC authProtocol = "webrtc"
|
||||
authProtocolSRT authProtocol = "srt"
|
||||
)
|
||||
|
||||
type authCredentials struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue