Skip to content

Commit

Permalink
for ossrs#328, add todo for hds, check whether disabled, support reload.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Mar 12, 2015
1 parent 5d12a1a commit 984145d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions trunk/src/app/srs_app_hds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,9 @@ SrsHds::~SrsHds()

int SrsHds::on_publish(SrsRequest *req)
{
// TODO: FIXME: check whether disabled.
// TODO: FIXME: support reload.

hds_req = req->copy();

return flush_mainfest();
Expand Down

0 comments on commit 984145d

Please sign in to comment.