mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
identify the flash and fmle for recv thread.
This commit is contained in:
parent
6706bda42c
commit
954bb186c1
2 changed files with 8 additions and 1 deletions
|
@ -33,6 +33,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include <srs_app_st.hpp>
|
||||
#include <srs_app_conn.hpp>
|
||||
#include <srs_app_reload.hpp>
|
||||
#include <srs_rtmp_stack.hpp>
|
||||
|
||||
class SrsServer;
|
||||
class SrsRtmpServer;
|
||||
|
@ -93,6 +94,8 @@ private:
|
|||
int publish_normal_timeout;
|
||||
// whether enable the tcp_nodelay.
|
||||
bool tcp_nodelay;
|
||||
// The type of client, play or publish.
|
||||
SrsRtmpConnType client_type;
|
||||
public:
|
||||
SrsRtmpConn(SrsServer* svr, st_netfd_t c);
|
||||
virtual ~SrsRtmpConn();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue