mirror of
https://github.com/Monibuca/plugin-rtsp.git
synced 2025-09-26 19:51:14 +08:00
👌 IMPROVE: 导出RTSP插件
This commit is contained in:
@@ -126,7 +126,7 @@ func (p *RTSPPublisher) SetTracks() error {
|
||||
// 复用AVCC写入逻辑,解析出AAC的配置信息
|
||||
at.WriteAVCC(0, append([]byte{0xAF, 0}, asc...))
|
||||
} else {
|
||||
plugin.Warn("aac no config")
|
||||
RTSPPlugin.Warn("aac no config")
|
||||
}
|
||||
default:
|
||||
return fmt.Errorf("unsupport codec:%s", keyval[0])
|
||||
|
Reference in New Issue
Block a user