mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
parent
b21f92f97a
commit
2ed2513f08
11 changed files with 44 additions and 212 deletions
|
@ -110,7 +110,7 @@ public:
|
|||
/**
|
||||
* the rtsp connection serve the fd.
|
||||
*/
|
||||
class SrsRtspConn : public ISrsOneCycleThreadHandler
|
||||
class SrsRtspConn : public ISrsCoroutineHandler
|
||||
{
|
||||
private:
|
||||
std::string output_template;
|
||||
|
@ -133,7 +133,7 @@ private:
|
|||
SrsStSocket* skt;
|
||||
SrsRtspStack* rtsp;
|
||||
SrsRtspCaster* caster;
|
||||
SrsOneCycleThread* trd;
|
||||
SrsCoroutine* trd;
|
||||
private:
|
||||
SrsRequest* req;
|
||||
SrsSimpleRtmpClient* sdk;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue