Updated Examples (markdown)

arut
2012-07-06 13:42:48 -07:00
parent bc63b1a348
commit 31adc2cc10

@ -1,4 +1,4 @@
## Simple Video-on-Demand
### Simple Video-on-Demand
rtmp {
server {
@ -9,6 +9,6 @@
}
}
## FFmpeg streaming your X screen through RTMP
### 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