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

RTC: Fix mid generation bug

This commit is contained in:
winlin 2020-09-16 19:59:49 +08:00
parent b4544acc11
commit 2a3b5e5290
2 changed files with 18 additions and 3 deletions

View file

@ -381,7 +381,7 @@ public:
bool is_active_;
// direction
std::string direction_;
// TODO: FIXME: whether mid is needed?
// mid is used in BOUNDLE
std::string mid_;
// msid_: track stream id
std::string msid_;