mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine performance
This commit is contained in:
parent
54b6a9faa7
commit
36d06edab3
3 changed files with 10 additions and 1 deletions
|
@ -185,10 +185,13 @@ private:
|
|||
uint16_t video_sequence;
|
||||
public:
|
||||
SrsUdpMuxSocket* sendonly_ukt;
|
||||
private:
|
||||
ISrsUdpSender* sender;
|
||||
private:
|
||||
bool merge_nalus;
|
||||
bool gso;
|
||||
int max_padding;
|
||||
|
||||
public:
|
||||
SrsRtcSenderThread(SrsRtcSession* s, SrsUdpMuxSocket* u, int parent_cid);
|
||||
virtual ~SrsRtcSenderThread();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue