mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Typo: line 263 - srs_app_srt_conn.cpp. v6.0.106 (#3854)
regards, laur --------- Co-authored-by: john <hondaxiao@tencent.com> Co-authored-by: Haibo Chen <495810242@qq.com>
This commit is contained in:
parent
15601b4b2a
commit
2f95f2ae6a
4 changed files with 4 additions and 3 deletions
|
@ -592,7 +592,7 @@ srs_error_t SrsServer::listen()
|
|||
// Create HTTPS API listener.
|
||||
if (_srs_config->get_https_api_enabled()) {
|
||||
if (reuse_api_over_server_) {
|
||||
srs_trace("HTTPS-API: Reuse listen to http server %s", _srs_config->get_http_stream_listen().c_str());
|
||||
srs_trace("HTTPS-API: Reuse listen to http server %s", _srs_config->get_https_stream_listen().c_str());
|
||||
} else {
|
||||
apis_listener_->set_endpoint(_srs_config->get_https_api_listen())->set_label("HTTPS-API");
|
||||
if ((err = apis_listener_->listen()) != srs_success) {
|
||||
|
|
|
@ -263,7 +263,7 @@ srs_error_t SrsMpegtsSrtConn::do_cycle()
|
|||
// If streamid empty, using default streamid instead.
|
||||
if (streamid.empty()) {
|
||||
streamid = "#!::r=live/livestream,m=publish";
|
||||
srs_warn("srt get empty streamid, using default steramid %s instead", streamid.c_str());
|
||||
srs_warn("srt get empty streamid, using default streamid %s instead", streamid.c_str());
|
||||
}
|
||||
|
||||
// Detect streamid of srt to request.
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
|
||||
#define VERSION_MAJOR 6
|
||||
#define VERSION_MINOR 0
|
||||
#define VERSION_REVISION 105
|
||||
#define VERSION_REVISION 106
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue