Skip to content

Commit

Permalink
Typo: line 263 - srs_app_srt_conn.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
laurfb committed Nov 4, 2023
1 parent e7b629c commit ab1fc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_srt_conn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,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.
Expand Down

0 comments on commit ab1fc74

Please sign in to comment.