1
0
Fork 0
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:
winlin 2015-03-12 11:52:35 +08:00
parent 5d12a1ab20
commit 984145de72

View file

@ -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();