mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add hls prefix of uri supported
This commit is contained in:
parent
efe3050d7a
commit
10da182853
5 changed files with 32 additions and 5 deletions
|
|
@ -866,6 +866,10 @@ public:
|
|||
*/
|
||||
virtual bool get_hls_enabled(std::string vhost);
|
||||
/**
|
||||
* get the HLS m3u8 list ts segment entry prefix info.
|
||||
*/
|
||||
virtual std::string get_hls_entry_prefix(std::string vhost);
|
||||
/**
|
||||
* get the HLS ts/m3u8 file store path.
|
||||
*/
|
||||
virtual std::string get_hls_path(std::string vhost);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue