mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #910, Support HTTP FLV with HTTP callback. 2.0.254
This commit is contained in:
parent
6cea551c64
commit
1e7c12a6dd
8 changed files with 111 additions and 9 deletions
|
@ -232,6 +232,9 @@ public:
|
|||
public:
|
||||
virtual int serve_http(ISrsHttpResponseWriter* w, ISrsHttpMessage* r);
|
||||
private:
|
||||
virtual int do_serve_http(ISrsHttpResponseWriter* w, ISrsHttpMessage* r);
|
||||
virtual int http_hooks_on_play();
|
||||
virtual void http_hooks_on_stop();
|
||||
virtual int streaming_send_messages(ISrsStreamEncoder* enc, SrsSharedPtrMessage** msgs, int nb_msgs);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue