支持保存推流数据包到文件. 打印拉流url

This commit is contained in:
yangjiechina
2024-07-04 22:35:55 +08:00
parent 4b1200d9ad
commit dfda276583
17 changed files with 280 additions and 81 deletions

View File

@@ -17,7 +17,7 @@ func CreateTransStream(source stream.Source, protocol stream.Protocol, streams [
}
func init() {
stream.TransStreamFactory = CreateTransStream
//stream.TransStreamFactory = CreateTransStream
}
func TestServer(t *testing.T) {