修复h265

This commit is contained in:
dexter
2022-05-09 22:03:34 +08:00
parent 87826bb069
commit 577f012eaa
3 changed files with 16 additions and 6 deletions

View File

@@ -329,7 +329,7 @@ func (s *Subscriber) sendAudioDecConf() {
type IPusher interface {
ISubscriber
Push()
Push() error
Connect() error
init(string, string, *config.Push)
Reconnect() bool