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

RTC: Allow dup play. Parse RED desc.

This commit is contained in:
winlin 2020-07-20 14:15:08 +08:00
parent ef62cab817
commit c3219d5431
4 changed files with 154 additions and 63 deletions

View file

@ -300,8 +300,6 @@ class SrsRtcConnection
friend class SrsRtcPublishStream;
public:
bool disposing_;
private:
static uint32_t ssrc_num;
private:
SrsRtcServer* server_;
SrsRtcConnectionStateType state_;