Files
lkm/rtmp/rtmp_transdemuxer.go
DESKTOP-COJOJSE\lenovo c468f7388c 支持rtmpserver收流
2023-11-10 18:07:46 +08:00

8 lines
108 B
Go

package rtmp
import "github.com/yangjiechina/avformat"
type TransDeMuxer struct {
avformat.DeMuxerImpl
}