mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-14 09:08:15 +08:00
Updated Examples (markdown)
@ -1,4 +1,4 @@
|
|||||||
## Simple Video-on-Demand
|
### Simple Video-on-Demand
|
||||||
|
|
||||||
rtmp {
|
rtmp {
|
||||||
server {
|
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
|
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