mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #328, add todo for hds, check whether disabled, support reload.
This commit is contained in:
parent
5d12a1ab20
commit
984145de72
1 changed files with 3 additions and 0 deletions
|
@ -278,6 +278,9 @@ SrsHds::~SrsHds()
|
||||||
|
|
||||||
int SrsHds::on_publish(SrsRequest *req)
|
int SrsHds::on_publish(SrsRequest *req)
|
||||||
{
|
{
|
||||||
|
// TODO: FIXME: check whether disabled.
|
||||||
|
// TODO: FIXME: support reload.
|
||||||
|
|
||||||
hds_req = req->copy();
|
hds_req = req->copy();
|
||||||
|
|
||||||
return flush_mainfest();
|
return flush_mainfest();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue