mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #913, http callback use complex error
This commit is contained in:
parent
59b53dab8b
commit
20a42599f3
22 changed files with 264 additions and 268 deletions
|
@ -173,11 +173,11 @@ private:
|
|||
*/
|
||||
virtual srs_error_t on_disconnect();
|
||||
private:
|
||||
virtual int http_hooks_on_connect();
|
||||
virtual srs_error_t http_hooks_on_connect();
|
||||
virtual void http_hooks_on_close();
|
||||
virtual int http_hooks_on_publish();
|
||||
virtual srs_error_t http_hooks_on_publish();
|
||||
virtual void http_hooks_on_unpublish();
|
||||
virtual int http_hooks_on_play();
|
||||
virtual srs_error_t http_hooks_on_play();
|
||||
virtual void http_hooks_on_stop();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue