Skip to content

Directives

winshining edited this page Dec 2, 2017 · 31 revisions

Table of Contents

  • HTTP Live FLV
  • GOP Cache
    • gop_cache
  • Pure Audio Threshold
    • pure_audio_threshold
  • Virtual Host
    • server_name
  • Reverse Proxy
    • proxy_pass
    • upstream

HTTP Live FLV

flv_live

Syntax: flv_live on|off
Context: location
Enable playing live flv stream in this location.

location /live {
    flv_live on;
}
Clone this wiki locally