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

RTC: Refine stream/ssrc/sdp structure

This commit is contained in:
winlin 2020-07-15 13:11:35 +08:00
parent 426938cc8a
commit 991672bf41
11 changed files with 2204 additions and 563 deletions

View file

@ -243,6 +243,9 @@ ISrsDtlsCallback::~ISrsDtlsCallback()
SrsDtls::SrsDtls(ISrsDtlsCallback* cb)
{
dtls_ctx = NULL;
dtls = NULL;
callback = cb;
handshake_done = false;