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

STAT: Support config server_id and generate one if empty. v4.0.257

This commit is contained in:
winlin 2022-08-24 15:06:43 +08:00
parent 8e6d207e56
commit 9923c749d4
9 changed files with 158 additions and 33 deletions

View file

@ -39,6 +39,7 @@ class SrsLatestVersion : public ISrsCoroutineHandler
private:
SrsCoroutine* trd_;
std::string server_id_;
std::string session_id_;
private:
std::string match_version_;
std::string stable_version_;