1
0
Fork 0
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:
winlin 2015-01-19 12:56:05 +08:00
parent f9f2fcbb9c
commit 29a8932b49
4 changed files with 112 additions and 15 deletions

View file

@ -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: