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:
parent
06e7a20b5f
commit
dece458a90
3 changed files with 68 additions and 10 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue