From e2223a6c9f4fa60d4397694b0841ce2de48616ae Mon Sep 17 00:00:00 2001 From: sergiogiogio Date: Thu, 6 Feb 2014 07:54:32 -0800 Subject: [PATCH] Updated Directives (markdown) --- Directives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directives.md b/Directives.md index de299ed..3b9f793 100644 --- a/Directives.md +++ b/Directives.md @@ -228,7 +228,7 @@ in exec-family directives. The only option supported now is `name` option. application myapp { live on; - exec_options on + exec_options on; exec_pull ffmpeg -i http://example.com/tv1.ts -c copy -f flv rtmp://localhost/$app/$name name=mystream; exec_pull ffmpeg -i http://another.example.com/video_plus.ts -c copy -f flv rtmp://localhost/$app/$name name=anotherstream; }