mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-26 21:12:00 -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
|
|
@ -86,6 +86,11 @@ func newSourceStatic(
|
|||
readTimeout,
|
||||
s)
|
||||
|
||||
case strings.HasPrefix(cnf.Source, "srt://"):
|
||||
s.impl = newSRTSource(
|
||||
readTimeout,
|
||||
s)
|
||||
|
||||
case cnf.Source == "rpiCamera":
|
||||
s.impl = newRPICameraSource(
|
||||
s)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue