- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 583
Directives
        winshining edited this page Dec 2, 2017 
        ·
        31 revisions
      
    - HTTP Live FLV
- GOP Cache
- gop_cache
 
- Pure Audio Threshold
- pure_audio_threshold
 
- Virtual Host
- server_name
 
- Reverse Proxy
- proxy_pass
- upstream
 
Syntax: flv_live on|off
Context: location
Enable playing live flv stream in this location.
location /live {
    flv_live on;
}
Syntax: chunked on|off
Context: location
Add 'Transfer-Encoding: chunked' HTTP header when sending response to the player and enable chunked transmission.