Updated Examples (markdown)

arut
2012-07-06 13:46:02 -07:00
parent 83512023fb
commit 33417b45dc

@ -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