mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for bug #293, use http stream cache for android weixin to happy.
This commit is contained in:
parent
f9f2fcbb9c
commit
29a8932b49
4 changed files with 112 additions and 15 deletions
|
@ -49,6 +49,7 @@ class SrsFlvEncoder;
|
|||
class SrsHttpParser;
|
||||
class SrsHttpMessage;
|
||||
class SrsHttpHandler;
|
||||
class SrsMessageQueue;
|
||||
class SrsSharedPtrMessage;
|
||||
|
||||
/**
|
||||
|
@ -74,6 +75,7 @@ protected:
|
|||
class SrsStreamCache : public ISrsThreadHandler
|
||||
{
|
||||
private:
|
||||
SrsMessageQueue* queue;
|
||||
SrsSource* source;
|
||||
SrsThread* pthread;
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue