1
0
Fork 0
forked from External/mediamtx

rename client into readpublisher

This commit is contained in:
aler9 2021-04-27 19:19:47 +02:00
parent e3dcdf2204
commit 681db142f7
11 changed files with 248 additions and 248 deletions

View file

@ -4,12 +4,12 @@ import (
"github.com/aler9/gortsplib"
)
// Source is implemented by all sources (clients and external sources).
// Source is a source.
type Source interface {
IsSource()
}
// ExtSource is implemented by all external sources.
// ExtSource is an external source.
type ExtSource interface {
IsSource()
IsExtSource()