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

For #1093, Refine HLS encryption wiki

This commit is contained in:
winlin 2018-08-25 21:59:56 +08:00
parent 37bc0a253d
commit 1e2cca4712
3 changed files with 34 additions and 39 deletions

View file

@ -6308,7 +6308,7 @@ bool SrsConfig::get_hls_keys(string vhost)
int SrsConfig::get_hls_fragments_per_key(string vhost)
{
static int DEFAULT = 10;
static int DEFAULT = 5;
SrsConfDirective* conf = get_hls(vhost);
if (!conf) {