From bfd1d078274191dcdc5ed9b9cc8b8cf622cd859e Mon Sep 17 00:00:00 2001 From: winlin Date: Thu, 24 Apr 2014 17:46:10 +0800 Subject: [PATCH] update readme --- trunk/conf/full.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/trunk/conf/full.conf b/trunk/conf/full.conf index 0fc164a46..5a5b5ea54 100644 --- a/trunk/conf/full.conf +++ b/trunk/conf/full.conf @@ -325,14 +325,12 @@ vhost hooks.callback.srs.com { # when dvr got flv header, call the hook, # the request in the POST data string is a object encode by json: # { - # "action": "on_dvr_reap_flv", + # "action": "on_dvr_reap_flv_header", # "vhost": "video.test.com", "app": "live", # "stream": "livestream", # "segment": { # "cwd": "/usr/local/srs", - # "path": "./objs/nginx/html/live/livestream.1398315892865.flv", - # "duration": 1001, "offset":0, - # "has_keyframe": true, "pts":1398315895958 + # "path": "./objs/nginx/html/live/livestream.header.flv" # } # } # when dvr reap flv file, call the hook,