forked from External/mediamtx
move servers into internal/servers (#2792)
This commit is contained in:
parent
3891e7eb26
commit
11988249df
58 changed files with 2851 additions and 3110 deletions
|
|
@ -28,7 +28,7 @@ type Source struct {
|
|||
Parent defs.StaticSourceParent
|
||||
}
|
||||
|
||||
// Log implements StaticSource.
|
||||
// Log implements logger.Writer.
|
||||
func (s *Source) Log(level logger.Level, format string, args ...interface{}) {
|
||||
s.Parent.Log(level, "[RTMP source] "+format, args...)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue