1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

RTC supports pass-by players PLI to publisher

This commit is contained in:
winlin 2020-05-03 09:00:05 +08:00
parent 1688d53f7d
commit 5fb7c4efbc
4 changed files with 20 additions and 15 deletions

View file

@ -1246,7 +1246,7 @@ srs_error_t SrsGoApiRtcPublish::do_serve_http(ISrsHttpResponseWriter* w, ISrsHtt
string local_sdp_str = os.str();
srs_trace("local_sdp=%s", local_sdp_str.c_str());
srs_verbose("local_sdp=%s", local_sdp_str.c_str());
res->set("code", SrsJsonAny::integer(ERROR_SUCCESS));
res->set("server", SrsJsonAny::integer(SrsStatistic::instance()->server_id()));