mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
support live flashP2P(integrated by chnvideo VDN). 0.9.75
This commit is contained in:
parent
b276714573
commit
67e1988b81
11 changed files with 164 additions and 62 deletions
|
@ -1560,7 +1560,7 @@ SrsConfDirective* SrsConfig::get_vhost_on_stop(string vhost)
|
|||
return conf->get("on_stop");
|
||||
}
|
||||
|
||||
SrsConfDirective* SrsConfig::get_vhost_on_dvr_keyframe(string vhost)
|
||||
SrsConfDirective* SrsConfig::get_vhost_on_dvr_reap_flv(string vhost)
|
||||
{
|
||||
SrsConfDirective* conf = get_vhost(vhost);
|
||||
|
||||
|
@ -1578,7 +1578,7 @@ SrsConfDirective* SrsConfig::get_vhost_on_dvr_keyframe(string vhost)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
return conf->get("on_dvr_keyframe");
|
||||
return conf->get("on_dvr_reap_flv");
|
||||
}
|
||||
|
||||
bool SrsConfig::get_vhost_enabled(string vhost)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue