HTTP-FMP4: 修复http-fmp4直播秒开问题

This commit is contained in:
ziyue
2021-12-16 17:46:03 +08:00
parent 4291c31493
commit 120879df0f
4 changed files with 32 additions and 31 deletions

View File

@@ -64,9 +64,7 @@ public:
*/
void setInitSegment(string str) {
_init_segment = std::move(str);
if (_ring) {
regist();
}
createRing();
}
/**