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

change to 0.9.37, for http api/stream

This commit is contained in:
winlin 2014-03-27 12:14:04 +08:00
parent 041a07dfda
commit aa89f9f51e
14 changed files with 1205 additions and 950 deletions

View file

@ -42,7 +42,8 @@ class SrsConnection;
enum SrsListenerType
{
SrsListenerStream = 0,
SrsListenerApi
SrsListenerHttpApi,
SrsListenerHttpStream
};
class SrsListener : public ISrsThreadHandler