mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
"stun and dtls done"
This commit is contained in:
parent
30d8b2209f
commit
9d5495c0c2
19 changed files with 1220 additions and 160 deletions
|
@ -162,8 +162,8 @@ public:
|
|||
class SrsRtcListener : public SrsListener
|
||||
{
|
||||
protected:
|
||||
SrsUdpListener* listener;
|
||||
ISrsUdpHandler* rtc;
|
||||
SrsUdpRemuxListener* listener;
|
||||
ISrsUdpRemuxHandler* rtc;
|
||||
public:
|
||||
SrsRtcListener(SrsServer* svr, SrsRtcServer* rtc_svr, SrsListenerType t);
|
||||
virtual ~SrsRtcListener();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue