winlin

add srs_app_statistic to upp project.

@@ -42,6 +42,7 @@ public: @@ -42,6 +42,7 @@ public:
42 42
43 SrsRequest *_req; 43 SrsRequest *_req;
44 }; 44 };
  45 +
45 typedef std::map<void*, SrsStreamInfo*> SrsStreamInfoMap; 46 typedef std::map<void*, SrsStreamInfo*> SrsStreamInfoMap;
46 47
47 class SrsStatistic 48 class SrsStatistic
@@ -37,8 +37,8 @@ file @@ -37,8 +37,8 @@ file
37 rtmp-protocol readonly separator, 37 rtmp-protocol readonly separator,
38 ..\rtmp\srs_protocol_amf0.hpp, 38 ..\rtmp\srs_protocol_amf0.hpp,
39 ..\rtmp\srs_protocol_amf0.cpp, 39 ..\rtmp\srs_protocol_amf0.cpp,
40 - ..\rtmp\srs_protocol_buffer.hpp,  
41 - ..\rtmp\srs_protocol_buffer.cpp, 40 + ..\rtmp\srs_protocol_buffer.hpp,
  41 + ..\rtmp\srs_protocol_buffer.cpp,
42 ..\rtmp\srs_protocol_handshake.hpp, 42 ..\rtmp\srs_protocol_handshake.hpp,
43 ..\rtmp\srs_protocol_handshake.cpp, 43 ..\rtmp\srs_protocol_handshake.cpp,
44 ..\rtmp\srs_protocol_io.hpp, 44 ..\rtmp\srs_protocol_io.hpp,
@@ -112,6 +112,8 @@ file @@ -112,6 +112,8 @@ file
112 ..\app\srs_app_st.cpp, 112 ..\app\srs_app_st.cpp,
113 ..\app\srs_app_st_socket.hpp, 113 ..\app\srs_app_st_socket.hpp,
114 ..\app\srs_app_st_socket.cpp, 114 ..\app\srs_app_st_socket.cpp,
  115 + ..\app\srs_app_statistic.hpp,
  116 + ..\app\srs_app_statistic.cpp,
115 ..\app\srs_app_source.hpp, 117 ..\app\srs_app_source.hpp,
116 ..\app\srs_app_source.cpp, 118 ..\app\srs_app_source.cpp,
117 ..\app\srs_app_thread.hpp, 119 ..\app\srs_app_thread.hpp,