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:
parent
12cf17ef6b
commit
5937304717
5 changed files with 14 additions and 12 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue