摘要:
webrtc通过函数**AheadOf( )**进行rtp序列号的新旧的比较,rtp序列号的比较不能单纯的比较大小,因为会涉及到回环: template <typename T, T M = 0> inline bool AheadOf(T a, T b) { static_assert(std:: 阅读全文
摘要:
正文 /** * Encode a frame of video. * * Takes input raw video data from frame and writes the next output packet, if * available, to avpkt. The output pa 阅读全文