初步与rtmp插件调通

This commit is contained in:
dexter
2022-02-06 08:50:17 +08:00
parent b2489b2305
commit 4d8e2ca5d2
21 changed files with 682 additions and 261 deletions

View File

@@ -5,5 +5,5 @@ import "context"
type IStream interface {
context.Context
Update() uint32
AddTrack(string, Track)
AddTrack(Track)
}