Updated Directives (markdown)

Roman Arutyunyan
2014-02-09 05:34:40 -08:00
parent 9d3a0ef7d3
commit 706102872f

@ -912,7 +912,11 @@ syntax: `on_record_done url`
context: rtmp, server, application, recorder context: rtmp, server, application, recorder
Set record_done callback. In addition to common HTTP callback Set record_done callback. In addition to common HTTP callback
variables it receives recorded file path. variables it receives the following values
* recorder - recorder name in config or empty string for inline recorder
* path - recorded file path
Example
on_record_done http://example.com/recorded; on_record_done http://example.com/recorded;