Monibuca / engine

Monibuca 核心引擎,包含流媒体核心转发逻辑,需要配合功能插件一起组合运行
MIT License
937 stars 199 forks source link

panic问题 #76

Closed hydaizd closed 1 year ago

hydaizd commented 1 year ago

subscriber.go文件中,该函数 r 空指针引发panic.

func (a AudioFrame) GetADTS() (r net.Buffers) {
    r = append(append(r, a.ADTS.Value), a.AUList.ToBuffers()...)
    return
}
hydaizd commented 1 year ago

engine版本4.11.12

langhuihui commented 1 year ago

嗯,这个是因为hls接收了非aac的音频导致的,后面会过滤掉