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

add srs_app_statistic to upp project.

This commit is contained in:
winlin 2015-01-05 12:12:21 +08:00
parent 67adc8dc61
commit 344ff24f66
2 changed files with 5 additions and 2 deletions

View file

@ -42,6 +42,7 @@ public:
SrsRequest *_req;
};
typedef std::map<void*, SrsStreamInfo*> SrsStreamInfoMap;
class SrsStatistic

View file

@ -37,8 +37,8 @@ file
rtmp-protocol readonly separator,
..\rtmp\srs_protocol_amf0.hpp,
..\rtmp\srs_protocol_amf0.cpp,
..\rtmp\srs_protocol_buffer.hpp,
..\rtmp\srs_protocol_buffer.cpp,
..\rtmp\srs_protocol_buffer.hpp,
..\rtmp\srs_protocol_buffer.cpp,
..\rtmp\srs_protocol_handshake.hpp,
..\rtmp\srs_protocol_handshake.cpp,
..\rtmp\srs_protocol_io.hpp,
@ -112,6 +112,8 @@ file
..\app\srs_app_st.cpp,
..\app\srs_app_st_socket.hpp,
..\app\srs_app_st_socket.cpp,
..\app\srs_app_statistic.hpp,
..\app\srs_app_statistic.cpp,
..\app\srs_app_source.hpp,
..\app\srs_app_source.cpp,
..\app\srs_app_thread.hpp,