webrtc 拉流

This commit is contained in:
yangjiechina
2024-03-28 18:14:54 +08:00
parent 7694237dc7
commit 1ec5c201b5
9 changed files with 351 additions and 4 deletions

View File

@@ -10,6 +10,8 @@ import (
type SinkId interface{}
type ISink interface {
HookHandler
Id() SinkId
Input(data []byte) error