mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Merge 4.0release
This commit is contained in:
commit
18d25eacfb
3 changed files with 17 additions and 16 deletions
|
@ -1194,7 +1194,7 @@ vhost hooks.callback.srs.com {
|
|||
# the request in the POST data string is a object encode by json:
|
||||
# {
|
||||
# "action": "on_connect",
|
||||
# "client_id": 1985,
|
||||
# "client_id": "9308h583",
|
||||
# "ip": "192.168.1.10", "vhost": "video.test.com", "app": "live",
|
||||
# "tcUrl": "rtmp://video.test.com/live?key=d2fa801d08e3f90ed1e1670e6e52651a",
|
||||
# "pageUrl": "http://www.test.com/live.html", "server_id": "vid-werty"
|
||||
|
@ -1211,7 +1211,7 @@ vhost hooks.callback.srs.com {
|
|||
# the request in the POST data string is a object encode by json:
|
||||
# {
|
||||
# "action": "on_close",
|
||||
# "client_id": 1985,
|
||||
# "client_id": "9308h583",
|
||||
# "ip": "192.168.1.10", "vhost": "video.test.com", "app": "live",
|
||||
# "send_bytes": 10240, "recv_bytes": 10240, "server_id": "vid-werty"
|
||||
# }
|
||||
|
@ -1227,7 +1227,7 @@ vhost hooks.callback.srs.com {
|
|||
# the request in the POST data string is a object encode by json:
|
||||
# {
|
||||
# "action": "on_publish",
|
||||
# "client_id": 1985,
|
||||
# "client_id": "9308h583",
|
||||
# "ip": "192.168.1.10", "vhost": "video.test.com", "app": "live",
|
||||
# "stream": "livestream", "param":"?token=xxx&salt=yyy", "server_id": "vid-werty"
|
||||
# }
|
||||
|
@ -1243,7 +1243,7 @@ vhost hooks.callback.srs.com {
|
|||
# the request in the POST data string is a object encode by json:
|
||||
# {
|
||||
# "action": "on_unpublish",
|
||||
# "client_id": 1985,
|
||||
# "client_id": "9308h583",
|
||||
# "ip": "192.168.1.10", "vhost": "video.test.com", "app": "live",
|
||||
# "stream": "livestream", "param":"?token=xxx&salt=yyy", "server_id": "vid-werty"
|
||||
# }
|
||||
|
@ -1259,7 +1259,7 @@ vhost hooks.callback.srs.com {
|
|||
# the request in the POST data string is a object encode by json:
|
||||
# {
|
||||
# "action": "on_play",
|
||||
# "client_id": 1985,
|
||||
# "client_id": "9308h583",
|
||||
# "ip": "192.168.1.10", "vhost": "video.test.com", "app": "live",
|
||||
# "stream": "livestream", "param":"?token=xxx&salt=yyy",
|
||||
# "pageUrl": "http://www.test.com/live.html", "server_id": "vid-werty"
|
||||
|
@ -1276,7 +1276,7 @@ vhost hooks.callback.srs.com {
|
|||
# the request in the POST data string is a object encode by json:
|
||||
# {
|
||||
# "action": "on_stop",
|
||||
# "client_id": 1985,
|
||||
# "client_id": "9308h583",
|
||||
# "ip": "192.168.1.10", "vhost": "video.test.com", "app": "live",
|
||||
# "stream": "livestream", "param":"?token=xxx&salt=yyy", "server_id": "vid-werty"
|
||||
# }
|
||||
|
@ -1292,7 +1292,7 @@ vhost hooks.callback.srs.com {
|
|||
# the request in the POST data string is a object encode by json:
|
||||
# {
|
||||
# "action": "on_dvr",
|
||||
# "client_id": 1985,
|
||||
# "client_id": "9308h583",
|
||||
# "ip": "192.168.1.10", "vhost": "video.test.com", "app": "live",
|
||||
# "stream": "livestream", "param":"?token=xxx&salt=yyy",
|
||||
# "cwd": "/usr/local/srs",
|
||||
|
@ -1306,7 +1306,7 @@ vhost hooks.callback.srs.com {
|
|||
# the request in the POST data string is a object encode by json:
|
||||
# {
|
||||
# "action": "on_hls",
|
||||
# "client_id": 1985,
|
||||
# "client_id": "9308h583",
|
||||
# "ip": "192.168.1.10", "vhost": "video.test.com", "app": "live",
|
||||
# "stream": "livestream", "param":"?token=xxx&salt=yyy",
|
||||
# "duration": 9.36, // in seconds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue