ossrs / srs

SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181.
https://ossrs.io
MIT License
25.16k stars 5.31k forks source link

Bugfix: Eliminate the redundant declaration of the _srs_rtc_manager variable. v5.0.169 v6.0.62 #3699

Closed feixintianxia closed 1 year ago

feixintianxia commented 1 year ago

It is advised to eliminate any instances of _srs_rtc_manager that occur multiple times.


Co-authored-by: john hondaxiao@tencent.com Co-authored-by: chundonglinlin chundonglinlin@163.com

xiaozhihong commented 1 year ago

@feixintianxia There are additional duplicate extern variables in the same file. Should you remove them as well?

xiaozhihong commented 1 year ago

Thank you very much, brother.

TRANS_BY_GPT3

winlinvip commented 1 year ago

Test

TRANS_BY_GPT3