mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Remove dead code. Fix DTLS empty ctx issue
This commit is contained in:
parent
d439e36344
commit
fc10e98f1c
6 changed files with 73 additions and 90 deletions
|
@ -131,11 +131,6 @@ private:
|
|||
// A group of RTP packets for outgoing(send to players).
|
||||
class SrsRtcPlayStreamStatistic
|
||||
{
|
||||
public:
|
||||
#if defined(SRS_DEBUG)
|
||||
// Debug id.
|
||||
uint32_t debug_id;
|
||||
#endif
|
||||
public:
|
||||
// The total bytes of AVFrame packets.
|
||||
int nn_bytes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue