From 962cefccf915882d2cfaae8636ef5523827bd359 Mon Sep 17 00:00:00 2001 From: beikesong <876740535@qq.com> Date: Sat, 14 Mar 2020 23:32:45 +0800 Subject: [PATCH] For #1500, add onecycle thread and a life guard in udp listener for recving timeout self-destruction --- trunk/src/app/srs_app_gb28181.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/trunk/src/app/srs_app_gb28181.cpp b/trunk/src/app/srs_app_gb28181.cpp index 7d4d303e5f..b75b17ab91 100644 --- a/trunk/src/app/srs_app_gb28181.cpp +++ b/trunk/src/app/srs_app_gb28181.cpp @@ -319,7 +319,6 @@ srs_error_t Srs28181TcpStreamListener::remove_conn(Srs28181TcpStreamConn* c) return err; } - SrsLiveUdpListener::SrsLiveUdpListener(Srs28181UdpStreamListener* h, string i, int p) { handler = h; @@ -338,7 +337,6 @@ SrsLiveUdpListener::SrsLiveUdpListener(Srs28181UdpStreamListener* h, string i, i } - SrsOneCycleCoroutine::SrsOneCycleCoroutine(string n, ISrsCoroutineHandler* h, int cid) { name = n;