mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Extract rtc server in app
This commit is contained in:
parent
a757b7f903
commit
3a58d9859c
8 changed files with 940 additions and 849 deletions
|
@ -49,6 +49,7 @@ using namespace std;
|
|||
#include <srs_app_coworkers.hpp>
|
||||
#ifdef SRS_RTC
|
||||
#include <srs_app_rtc_conn.hpp>
|
||||
#include <srs_app_rtc_server.hpp>
|
||||
#endif
|
||||
|
||||
srs_error_t srs_api_response_jsonp(ISrsHttpResponseWriter* w, string callback, string data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue