From 33417b45dc0ec4d11b262ebde2343a24fcd789f0 Mon Sep 17 00:00:00 2001 From: arut Date: Fri, 6 Jul 2012 13:46:02 -0700 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Examples.md b/Examples.md index da21b87..6939f1a 100644 --- a/Examples.md +++ b/Examples.md @@ -9,6 +9,17 @@ } } +### Simple live + + rtmp { + server { + listen 1935; + application live { + live on; + } + } + } + ### Stream your X screen through RTMP ffmpeg -f x11grab -follow_mouse centered -r 25 -s cif -i :0.0 -f flv rtmp://localhost/myapp/screen \ No newline at end of file