1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

RTC: For #1657, support http hooks n_play/stop/publish/unpublish (#2509)

* support http hooks for rtc: on_play/stop/publish/unpublish

* Update srs_app_rtc_conn.cpp

* Update srs_app_rtc_conn.cpp
This commit is contained in:
Haibo Chen 2021-08-10 09:41:20 +08:00 committed by winlin
parent 57f6eb09c1
commit dffc344747
6 changed files with 151 additions and 2 deletions

View file

@ -9,6 +9,6 @@
#define VERSION_MAJOR 4
#define VERSION_MINOR 0
#define VERSION_REVISION 150
#define VERSION_REVISION 151
#endif