From e80a2c4f577fd002792a1e3c5f3d2bc23488d44f Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Thu, 16 Aug 2012 12:07:19 +0400 Subject: [PATCH] added README to tests --- test/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/README.md diff --git a/test/README.md b/test/README.md new file mode 100644 index 0000000..5119fa9 --- /dev/null +++ b/test/README.md @@ -0,0 +1,10 @@ +# RTMP tests + +nginx.conf is sample config for testing nginx-rtmp. +Please update paths in it before using. + +RTMP port: 1935, HTTP port: 8080 + +* http://localhost:8080/ - play myapp/mystream with JWPlayer +* http://localhost:8080/record.html - capture myapp/mystream from webcam with old JWPlayer +* http://localhost:8080/rtmp-publisher - capture myapp/mystream with the test flash applet