1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

for #383, refine code to support mix correct algorithm.

This commit is contained in:
winlin 2015-04-15 16:17:52 +08:00
parent 542aab4557
commit 8fbc6526bb
6 changed files with 76 additions and 28 deletions

View file

@ -171,7 +171,7 @@ int do_proxy(srs_flv_t flv, srs_rtmp_t ortmp, int64_t re, int32_t* pstarttime, u
return ret;
}
if (*pstarttime < 0) {
if (*pstarttime < 0 && srs_utils_flv_tag_is_av(type)) {
*pstarttime = *ptimestamp;
}