mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
hls: apply readTimeout to HLS sources (#2627)
This commit is contained in:
parent
68b862c7f6
commit
15f1c73314
3 changed files with 7 additions and 4 deletions
|
|
@ -20,8 +20,7 @@ import (
|
|||
// Source is a WebRTC static source.
|
||||
type Source struct {
|
||||
ReadTimeout conf.StringDuration
|
||||
|
||||
Parent defs.StaticSourceParent
|
||||
Parent defs.StaticSourceParent
|
||||
}
|
||||
|
||||
// Log implements StaticSource.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue