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

Refine get_vhost_http_remux_fast_cache in time unit

This commit is contained in:
winlin 2019-04-16 08:50:48 +08:00
parent 010e35bec2
commit 138d1e3cad
4 changed files with 13 additions and 5 deletions

View file

@ -1404,7 +1404,7 @@ public:
/**
* get the fast cache duration for http audio live stream.
*/
virtual double get_vhost_http_remux_fast_cache(std::string vhost);
virtual srs_utime_t get_vhost_http_remux_fast_cache(std::string vhost);
/**
* get the http flv live stream mount point for vhost.
* used to generate the flv stream mount path.