From 820753e546a3b745562fa1c7a518809ab94e551f Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Mon, 20 Aug 2012 08:38:49 +0400 Subject: [PATCH] updated README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f920491..347d901 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# nginx-rtmp-module +# NGINX-based RTMP server +#### nginx-rtmp-module -## NGINX-based RTMP server ### Project page: @@ -67,11 +67,11 @@ cd to NGINX source directory & run this: ### RTMP URL format: - rtmp://rtmp.example.com/[/] + rtmp://rtmp.example.com/app[/name] - - should match one of application {} +app - should match one of application {} blocks in config - - interpreted by each application +name - interpreted by each application can be empty @@ -224,7 +224,7 @@ cd to NGINX source directory & run this: } } -# HTTP can be used for accessing RTMP stats + # HTTP can be used for accessing RTMP stats http { server {