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
|
@ -1155,8 +1155,8 @@ public:
|
|||
virtual srs_utime_t get_dash_fragment(std::string vhost);
|
||||
// Get the period to update MPD in srs_utime_t.
|
||||
virtual srs_utime_t get_dash_update_period(std::string vhost);
|
||||
// Get the depth of timeshift buffer in milliseconds.
|
||||
virtual int get_dash_timeshift(std::string vhost);
|
||||
// Get the depth of timeshift buffer in srs_utime_t.
|
||||
virtual srs_utime_t get_dash_timeshift(std::string vhost);
|
||||
// Get the base/home dir/path for dash, into which write files.
|
||||
virtual std::string get_dash_path(std::string vhost);
|
||||
// Get the path for DASH MPD, to generate the MPD file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue