添加一些测试文件
This commit is contained in:
@@ -191,6 +191,7 @@ func Dial(options RTSPClientOptions) (*RTSPClient, error) {
|
||||
client.CodecData = append(client.CodecData, h265parser.CodecData{})
|
||||
}
|
||||
client.videoCodec = av.H265
|
||||
// Todo: 这里是 WebCoder 需要的扩展内容
|
||||
|
||||
} else {
|
||||
client.Println("SDP Video Codec Type Not Supported", i2.Type)
|
||||
@@ -810,7 +811,7 @@ func (client *RTSPClient) CodecUpdateVPS(val []byte) {
|
||||
// Println mini logging functions
|
||||
func (client *RTSPClient) Println(v ...interface{}) {
|
||||
if client.options.Debug {
|
||||
log.Println(v)
|
||||
log.Println(v...)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user