mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #293, mount http flv stream when publish.
This commit is contained in:
parent
2698e6dbae
commit
faaa9187f2
2 changed files with 26 additions and 13 deletions
|
@ -65,8 +65,11 @@ protected:
|
|||
*/
|
||||
class SrsLiveStream : public ISrsGoHttpHandler
|
||||
{
|
||||
private:
|
||||
SrsRequest* req;
|
||||
SrsSource* source;
|
||||
public:
|
||||
SrsLiveStream();
|
||||
SrsLiveStream(SrsSource* s, SrsRequest* r);
|
||||
virtual ~SrsLiveStream();
|
||||
public:
|
||||
virtual int serve_http(ISrsGoHttpResponseWriter* w, SrsHttpMessage* r);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue