-
Notifications
You must be signed in to change notification settings - Fork 2
Directives
syntax: http_live_src value
context: server(in rtmp)
define the source server block which http request will use http_live_dst
value to match
this
syntax: http_live on|off
context: rtmp, server, application
whether enable http/flv output. If this is set to on, you must also config live on
as well.
syntax: http_wait_key on|off
Context: rtmp, server, application
Makes video stream start with a key frame. Defaults to off.
syntax: http_wait_video on|off
context: rtmp, server, application
Disable audio until first video frame is sent. Defaults to off.
syntax: http_live_buckets value
context: rtmp, server, application
hash slot num for http/flv streams, Defaults to 1024
syntax: http_rtmp_live_dst value
context: http, server, location
used to find specific http_live_src
rtmp server block
syntax: http_rtmp_live on|off
context: http, server, location
should enable http/flv output or not, defaults to off