forked from External/mediamtx
allow changing default path settings; bump API in order to allow so (#2455)
This commit is contained in:
parent
3c4039b81f
commit
9a01ab7fd5
44 changed files with 1656 additions and 1060 deletions
|
|
@ -66,7 +66,7 @@ func (s *udpSource) Log(level logger.Level, format string, args ...interface{})
|
|||
}
|
||||
|
||||
// run implements sourceStaticImpl.
|
||||
func (s *udpSource) run(ctx context.Context, cnf *conf.PathConf, _ chan *conf.PathConf) error {
|
||||
func (s *udpSource) run(ctx context.Context, cnf *conf.Path, _ chan *conf.Path) error {
|
||||
s.Log(logger.Debug, "connecting")
|
||||
|
||||
hostPort := cnf.Source[len("udp://"):]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue