Skip to content
dista edited this page Feb 19, 2019 · 1 revision

Table of Contents

http/flv

http_live_src

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

http_live

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.

http_wait_key

syntax: http_wait_key on|off
Context: rtmp, server, application

Makes video stream start with a key frame. Defaults to off.

http_wait_video

syntax: http_wait_video on|off
context: rtmp, server, application

Disable audio until first video frame is sent. Defaults to off.

http_live_buckets

syntax: http_live_buckets value
context: rtmp, server, application

hash slot num for http/flv streams, Defaults to 1024

http_rtmp_live_dst

syntax: http_rtmp_live_dst value
context: http, server, location

used to find specific http_live_src rtmp server block

http_rtmp_live

syntax: http_rtmp_live on|off
context: http, server, location

should enable http/flv output or not, defaults to off