mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
Updated Directives (markdown)
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user