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:
parent
baed1cc043
commit
0e9e1792fe
12 changed files with 834 additions and 381 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue