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:
parent
426938cc8a
commit
991672bf41
11 changed files with 2204 additions and 563 deletions
|
@ -243,6 +243,9 @@ ISrsDtlsCallback::~ISrsDtlsCallback()
|
|||
|
||||
SrsDtls::SrsDtls(ISrsDtlsCallback* cb)
|
||||
{
|
||||
dtls_ctx = NULL;
|
||||
dtls = NULL;
|
||||
|
||||
callback = cb;
|
||||
handshake_done = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue