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

Refactor code

This commit is contained in:
winlin 2020-03-31 22:48:38 +08:00
parent e19b927f92
commit d81cde695d
4 changed files with 1 additions and 8 deletions

View file

@ -221,8 +221,6 @@ private:
std::string _rtmp_url;
std::string video_ssrc;
std::string audio_ssrc;
int audio_sample_rate;
int audio_channel;
SrsGb28181Manger* gb28181_manger;
SrsCoroutine* trd;