1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

ingest stream when server cycle

This commit is contained in:
winlin 2014-04-07 08:41:32 +08:00
parent adfbbbfd68
commit 4a7378b77a
2 changed files with 16 additions and 0 deletions

View file

@ -100,6 +100,7 @@ public:
virtual void remove(SrsConnection* conn);
virtual void on_signal(int signo);
private:
virtual int ingest_streams();
virtual void close_listeners();
virtual int accept_client(SrsListenerType type, st_netfd_t client_stfd);
public: