mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
SquashSRS4: Refine stat id. Fix SRT build bug
This commit is contained in:
parent
47f3f4da5c
commit
f711eb79ed
9 changed files with 33 additions and 47 deletions
|
@ -2518,7 +2518,7 @@ srs_error_t SrsSource::on_publish()
|
|||
}
|
||||
|
||||
SrsStatistic* stat = SrsStatistic::instance();
|
||||
stat->on_stream_publish(req, _source_id);
|
||||
stat->on_stream_publish(req, _source_id.c_str());
|
||||
|
||||
return err;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue