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

solve rtmp client timeout bugs in srt2rtmp

This commit is contained in:
runner365 2020-01-25 16:15:27 +08:00
parent 06e7a20b5f
commit dece458a90
3 changed files with 68 additions and 10 deletions

View file

@ -61,7 +61,7 @@ bool get_streamid_info(const std::string& streamid, int& mode, std::string& url_
return false;
}
for (int index = 0; index < info_vec.size(); index++) {
for (size_t index = 0; index < info_vec.size(); index++) {
std::string key;
std::string value;