mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
HLS: Support disable hls_ts_ctx.
This commit is contained in:
parent
eb2056db25
commit
e027d28c4d
5 changed files with 54 additions and 8 deletions
|
@ -936,6 +936,8 @@ public:
|
|||
virtual bool get_vhost_hls_dts_directly(std::string vhost);
|
||||
// Whether enable hls_ctx
|
||||
virtual bool get_hls_ctx_enabled(std::string vhost);
|
||||
// Whether enable session for ts file.
|
||||
virtual bool get_hls_ts_ctx_enabled(std::string vhost);
|
||||
// hds section
|
||||
private:
|
||||
// Get the hds directive of vhost.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue