mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
HLS: Enable hls_ctx by default.
This commit is contained in:
parent
ca7b5a1c4e
commit
d39995cc31
4 changed files with 23 additions and 17 deletions
|
@ -6390,7 +6390,7 @@ bool SrsConfig::get_vhost_hls_dts_directly(string vhost)
|
|||
|
||||
bool SrsConfig::get_hls_ctx_enabled(std::string vhost)
|
||||
{
|
||||
static bool DEFAULT = false;
|
||||
static bool DEFAULT = true;
|
||||
|
||||
SrsConfDirective* conf = get_hls(vhost);
|
||||
if (!conf) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue