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

Remove noisy informations.

This commit is contained in:
winlin 2019-04-30 08:43:12 +08:00
parent ad3749a4d5
commit 6dbe79ad02
8 changed files with 5 additions and 15 deletions

View file

@ -2387,8 +2387,6 @@ srs_error_t SrsRtmpServer::response_connect_app(SrsRequest *req, const char* ser
data->set("srs_license", SrsAmf0Any::str(RTMP_SIG_SRS_LICENSE));
data->set("srs_url", SrsAmf0Any::str(RTMP_SIG_SRS_URL));
data->set("srs_version", SrsAmf0Any::str(RTMP_SIG_SRS_VERSION));
data->set("srs_email", SrsAmf0Any::str(RTMP_SIG_SRS_EMAIL));
data->set("srs_primary", SrsAmf0Any::str(RTMP_SIG_SRS_PRIMARY));
if (server_ip) {
data->set("srs_server_ip", SrsAmf0Any::str(server_ip));