1
0
Fork 0
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:
winlin 2015-06-14 14:06:39 +08:00
parent baa892a762
commit f8f6e438cc
15 changed files with 2160 additions and 1771 deletions

View file

@ -103,6 +103,10 @@ file
../../src/app/srs_app_http_conn.cpp,
../../src/app/srs_app_http_hooks.hpp,
../../src/app/srs_app_http_hooks.cpp,
../../src/app/srs_app_http_stream.hpp,
../../src/app/srs_app_http_stream.cpp,
../../src/app/srs_app_http_static.hpp,
../../src/app/srs_app_http_static.cpp,
../../src/app/srs_app_ingest.hpp,
../../src/app/srs_app_ingest.cpp,
../../src/app/srs_app_json.hpp,