mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
merge from srs2.
This commit is contained in:
commit
0ab64ccd2a
3 changed files with 25 additions and 7 deletions
|
@ -6002,7 +6002,8 @@ double SrsConfig::get_hls_window(string vhost)
|
|||
|
||||
string SrsConfig::get_hls_on_error(string vhost)
|
||||
{
|
||||
static string DEFAULT = "ignore";
|
||||
// try to ignore the error.
|
||||
static string DEFAULT = "continue";
|
||||
|
||||
SrsConfDirective* conf = get_hls(vhost);
|
||||
if (!conf) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue