如何計算一段音頻的長度
size/sample*1000
實現(xiàn)阻塞超時的隊列 blocking_queue
https://juejin.cn/post/7033769986694840333
c++11中使用lamda 需要注意的地方
使用c++11實現(xiàn)觀察者模式
x264碼率控制策略
https://zhuanlan.zhihu.com/p/393657940
c++多態(tài)實現(xiàn)機制及虛函數(shù)表
rtcp中丟包統(tǒng)計策略
https://cloud.tencent.com/developer/article/1814731
c++11中的share_ptr, weak_ptr用法, 以及線程安全性 https://www.zhihu.com/question/56836057
webrtc 相關(guān)知識點 https://cloud.tencent.com/developer/article/1009489
jitterbuff, fec, nack,
音頻混音,降噪,回聲消除等算法 https://zhuanlan.zhihu.com/p/415000696
ice,stun,p2p等原理 https://cloud.tencent.com/developer/article/1547638
SDP協(xié)議, webrtc中的offer/answer流程 https://juejin.cn/post/6898652794899660807
rtmp協(xié)議客戶端與服務(wù)器交互流程 https://zhuanlan.zhihu.com/p/575258645
流媒體播放器框架
帶寬自適應(yīng) https://zhuanlan.zhihu.com/p/603775306,自適應(yīng)碼率 https://blog.csdn.net/qq_40795227/article/details/94592916
弱網(wǎng)處理,丟包,抖動,亂序,延遲 https://zhuanlan.zhihu.com/p/482179772
h264編碼一幀數(shù)據(jù)的流程 https://zhuanlan.zhihu.com/p/158392753

H265/H264有何不同, h265 優(yōu)勢 https://zhuanlan.zhihu.com/p/527076207
C++智能指針 share_ptr, weak_ptr, unique_ptr原理 https://zhuanlan.zhihu.com/p/584482868
C++虛函數(shù),多態(tài)實現(xiàn)原理, https://zhuanlan.zhihu.com/p/104605966
手寫快速排序,
鏈表反轉(zhuǎn),二叉樹遍歷
矩陣最短路徑,動態(tài)規(guī)劃
3x+5y+z = 100, 求所有整數(shù)解
如何在十億數(shù)據(jù)中找到最大的1000個
Linux命令行新啟一個進程之后,按下Ctrl+C都發(fā)生了什么
網(wǎng)絡(luò)七層模型,交換機在哪一層? https://zhuanlan.zhihu.com/p/393736933