mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine code
This commit is contained in:
parent
4ccb83834d
commit
42a2dea5e0
5 changed files with 12 additions and 10 deletions
|
@ -240,11 +240,12 @@ public:
|
|||
virtual void on_logrotate() = 0;
|
||||
};
|
||||
|
||||
// TODO: FIXME: Rename to SrsLiveServer.
|
||||
// SRS RTMP server, initialize and listen, start connection service thread, destroy client.
|
||||
class SrsServer : virtual public ISrsReloadHandler, virtual public ISrsSourceHandler, virtual public ISrsResourceManager
|
||||
{
|
||||
private:
|
||||
// TODO: FIXME: rename to http_api
|
||||
// TODO: FIXME: Extract an HttpApiServer.
|
||||
SrsHttpServeMux* http_api_mux;
|
||||
SrsHttpServer* http_server;
|
||||
SrsHttpHeartbeat* http_heartbeat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue