KevinZang

Results 6 comments of KevinZang

有遇到过谷歌浏览器拉http-flv流长时间后画面卡住或者崩溃的情况吗

FLV muxer逻辑,codecid=13,header部分需要填充OpusHead ![image](https://github.com/q191201771/lal/assets/22109318/f0de4394-aab4-4817-9162-15cb1058e550)

调研了一些开源方案,参考ZLMediaKit一样的方式,FLV使用codecid=13,audio tag header只填充1个字节,body填充opus audio,类似于g711的填充方式

http-fmp4: https://github.com/q191201771/lalmax/pull/18 https://github.com/q191201771/lalmax/pull/20

HLS-fmp4/LLHLS https://github.com/q191201771/lalmax/pull/30

opus支持方式 - [ ] 输入opus给lal,让lal支持opus - [ ] WHEP播放时,如果音频是aac,则采用cgo方式将aac转码成opus