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

For #299, write fMP4 for DASH.

This commit is contained in:
winlin 2017-06-04 15:10:35 +08:00
parent baed1cc043
commit 0e9e1792fe
12 changed files with 834 additions and 381 deletions

View file

@ -6013,7 +6013,7 @@ bool SrsConfig::get_dash_enabled(string vhost)
int SrsConfig::get_dash_fragment(string vhost)
{
static int DEFAULT = 10 * 1000;
static int DEFAULT = 3 * 1000;
SrsConfDirective* conf = get_dash(vhost);
if (!conf) {