Updated Examples (markdown)

arut
2012-07-06 13:42:29 -07:00
parent b88085804a
commit bc63b1a348

@ -1 +1,14 @@
nginx.conf examples
## Simple Video-on-Demand
rtmp {
server {
listen 1935;
application vod {
play /var/flvs;
}
}
}
## FFmpeg streaming your X screen through RTMP
ffmpeg -f x11grab -follow_mouse centered -r 25 -s cif -i :0.0 -f flv rtmp://localhost/myapp/screen