解决rtsp推流,aac时间戳增量太大导致flv.js播放异常的问题:#392

This commit is contained in:
xiongziliang
2020-07-24 20:03:35 +08:00
parent 7254c39fc2
commit a44a63423c
2 changed files with 31 additions and 21 deletions

View File

@@ -45,6 +45,7 @@ private:
private:
AACFrame::Ptr _frame;
string _aac_cfg;
uint32_t _last_dts = 0;
};