1
0
Fork 0
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:
winlin 2020-05-11 11:45:20 +08:00
parent a757b7f903
commit 3a58d9859c
8 changed files with 940 additions and 849 deletions

View file

@ -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)