mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
Updated Directives (markdown)
@ -228,7 +228,7 @@ in exec-family directives. The only option supported now is `name` option.
|
||||
|
||||
application myapp {
|
||||
live on;
|
||||
exec_options on
|
||||
exec_options on;
|
||||
exec_pull ffmpeg -i http://example.com/tv1.ts -c copy -f flv rtmp://localhost/$app/$name name=mystream;
|
||||
exec_pull ffmpeg -i http://another.example.com/video_plus.ts -c copy -f flv rtmp://localhost/$app/$name name=anotherstream;
|
||||
}
|
||||
|
Reference in New Issue
Block a user