mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
extract http static and http stream from http conn.
This commit is contained in:
parent
baa892a762
commit
f8f6e438cc
15 changed files with 2160 additions and 1771 deletions
|
@ -77,6 +77,8 @@
|
|||
<ClInclude Include="..\..\src\app\srs_app_http_api.hpp" />
|
||||
<ClInclude Include="..\..\src\app\srs_app_http_client.hpp" />
|
||||
<ClInclude Include="..\..\src\app\srs_app_http_conn.hpp" />
|
||||
<ClInclude Include="..\..\src\app\srs_app_http_static.hpp" />
|
||||
<ClInclude Include="..\..\src\app\srs_app_http_stream.hpp" />
|
||||
<ClInclude Include="..\..\src\app\srs_app_http_hooks.hpp" />
|
||||
<ClInclude Include="..\..\src\app\srs_app_ingest.hpp" />
|
||||
<ClInclude Include="..\..\src\app\srs_app_json.hpp" />
|
||||
|
@ -157,6 +159,8 @@
|
|||
<ClCompile Include="..\..\src\app\srs_app_http_api.cpp" />
|
||||
<ClCompile Include="..\..\src\app\srs_app_http_client.cpp" />
|
||||
<ClCompile Include="..\..\src\app\srs_app_http_conn.cpp" />
|
||||
<ClCompile Include="..\..\src\app\srs_app_http_static.cpp" />
|
||||
<ClCompile Include="..\..\src\app\srs_app_http_stream.cpp" />
|
||||
<ClCompile Include="..\..\src\app\srs_app_http_hooks.cpp" />
|
||||
<ClCompile Include="..\..\src\app\srs_app_ingest.cpp" />
|
||||
<ClCompile Include="..\..\src\app\srs_app_json.cpp" />
|
||||
|
|
|
@ -64,6 +64,12 @@
|
|||
<ClCompile Include="..\..\src\app\srs_app_http_conn.cpp">
|
||||
<Filter>srs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\app\srs_app_http_static.cpp">
|
||||
<Filter>srs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\app\srs_app_http_stream.cpp">
|
||||
<Filter>srs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\app\srs_app_http_hooks.cpp">
|
||||
<Filter>srs</Filter>
|
||||
</ClCompile>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue