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

Refine get_dash_timeshift in time unit

This commit is contained in:
winlin 2019-04-08 09:20:02 +08:00
parent 12cf17ef6b
commit 5937304717
5 changed files with 14 additions and 12 deletions

View file

@ -90,8 +90,8 @@ private:
srs_utime_t fragment;
// The period to update the mpd in srs_utime_t.
srs_utime_t update_period;
// The timeshift buffer depth.
int timeshit;
// The timeshift buffer depth in srs_utime_t.
srs_utime_t timeshit;
// The base or home dir for dash to write files.
std::string home;
// The MPD path template, from which to build the file path.