mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
do not start pipeline when error.
This commit is contained in:
@ -25,7 +25,7 @@ type StreamManager interface {
|
||||
Codec() codec.RTPCodec
|
||||
OnSample(listener func(sample Sample))
|
||||
|
||||
Start()
|
||||
Start() error
|
||||
Stop()
|
||||
Enabled() bool
|
||||
}
|
||||
|
Reference in New Issue
Block a user