1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

adjust code style, fix some bug, add rtc session timeout

This commit is contained in:
xiaozhihong 2020-03-13 00:24:56 +08:00
parent da72caf8b9
commit 6decdc7838
10 changed files with 508 additions and 251 deletions

View file

@ -162,8 +162,8 @@ public:
class SrsRtcListener : public SrsListener
{
protected:
SrsUdpRemuxListener* listener;
ISrsUdpRemuxHandler* rtc;
SrsUdpMuxListener* listener;
ISrsUdpMuxHandler* rtc;
public:
SrsRtcListener(SrsServer* svr, SrsRtcServer* rtc_svr, SrsListenerType t);
virtual ~SrsRtcListener();