mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
Updated Examples (markdown)
15
Examples.md
15
Examples.md
@ -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
|
Reference in New Issue
Block a user