1
0
Fork 0
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:
winlin 2020-08-04 20:08:21 +08:00
parent d439e36344
commit fc10e98f1c
6 changed files with 73 additions and 90 deletions

View file

@ -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;