ossrs / srs

SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181.
https://ossrs.io
MIT License
24.79k stars 5.28k forks source link

Typo in srs_app_srt_conn.cpp #3812

Closed laurfb closed 8 months ago

laurfb commented 9 months ago

Hi. Typo on line 263 in srs_app_srt_conn.cpp: "using defaul steramid" need to change in "using default streamid"

srs_warn("srt get empty streamid, using default steramid %s instead", streamid.c_str());

regards, Laur