mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
adding the quick nivagation.
122
Directives.md
122
Directives.md
@ -1,3 +1,125 @@
|
||||
Table of Contents
|
||||
=================
|
||||
|
||||
* [Core](#core)
|
||||
* [rtmp](#rtmp)
|
||||
* [server](#server)
|
||||
* [listen](#listen)
|
||||
* [application](#application)
|
||||
* [timeout](#timeout)
|
||||
* [ping](#ping)
|
||||
* [ping_timeout](#ping_timeout)
|
||||
* [max_streams](#max_streams)
|
||||
* [ack_window](#ack_window)
|
||||
* [chunk_size](#chunk_size)
|
||||
* [max_queue](#max_queue)
|
||||
* [max_message](#max_message)
|
||||
* [buflen](#buflen)
|
||||
* [out_queue](#out_queue)
|
||||
* [out_cork](#out_cork)
|
||||
* [Access](#access)
|
||||
* [allow](#allow)
|
||||
* [deny](#deny)
|
||||
* [Exec](#exec)
|
||||
* [exec_push](#exec_push)
|
||||
* [exec_pull](#exec_pull)
|
||||
* [exec](#exec)
|
||||
* [exec_options](#exec_options)
|
||||
* [exec_static](#exec_static)
|
||||
* [exec_kill_signal](#exec_kill_signal)
|
||||
* [respawn](#respawn)
|
||||
* [respawn_timeout](#respawn_timeout)
|
||||
* [exec_publish](#exec_publish)
|
||||
* [exec_play](#exec_play)
|
||||
* [exec_play_done](#exec_play_done)
|
||||
* [exec_publish_done](#exec_publish_done)
|
||||
* [exec_record_done](#exec_record_done)
|
||||
* [Live](#live)
|
||||
* [live](#live)
|
||||
* [meta](#meta)
|
||||
* [interleave](#interleave)
|
||||
* [wait_key](#wait_key)
|
||||
* [wait_video](#wait_video)
|
||||
* [publish_notify](#publish_notify)
|
||||
* [drop_idle_publisher](#drop_idle_publisher)
|
||||
* [sync](#sync)
|
||||
* [play_restart](#play_restart)
|
||||
* [idle_streams](#idle_streams)
|
||||
* [Record](#record)
|
||||
* [record](#record)
|
||||
* [record_path](#record_path)
|
||||
* [record_suffix](#record_suffix)
|
||||
* [record_unique](#record_unique)
|
||||
* [record_append](#record_append)
|
||||
* [record_lock](#record_lock)
|
||||
* [record_max_size](#record_max_size)
|
||||
* [record_max_frames](#record_max_frames)
|
||||
* [record_interval](#record_interval)
|
||||
* [recorder](#recorder)
|
||||
* [record_notify](#record_notify)
|
||||
* [Video on demand](#video-on-demand)
|
||||
* [play](#play)
|
||||
* [play_temp_path](#play_temp_path)
|
||||
* [play_local_path](#play_local_path)
|
||||
* [Relay](#relay)
|
||||
* [pull](#pull)
|
||||
* [push](#push)
|
||||
* [push_reconnect](#push_reconnect)
|
||||
* [session_relay](#session_relay)
|
||||
* [Notify](#notify)
|
||||
* [on_connect](#on_connect)
|
||||
* [on_play](#on_play)
|
||||
* [on_publish](#on_publish)
|
||||
* [on_done](#on_done)
|
||||
* [on_play_done](#on_play_done)
|
||||
* [on_publish_done](#on_publish_done)
|
||||
* [on_record_done](#on_record_done)
|
||||
* [on_update](#on_update)
|
||||
* [notify_update_timeout](#notify_update_timeout)
|
||||
* [notify_update_strict](#notify_update_strict)
|
||||
* [notify_relay_redirect](#notify_relay_redirect)
|
||||
* [notify_method](#notify_method)
|
||||
* [HLS](#hls)
|
||||
* [hls](#hls)
|
||||
* [hls_path](#hls_path)
|
||||
* [hls_fragment](#hls_fragment)
|
||||
* [hls_playlist_length](#hls_playlist_length)
|
||||
* [hls_sync](#hls_sync)
|
||||
* [hls_continuous](#hls_continuous)
|
||||
* [hls_nested](#hls_nested)
|
||||
* [hls_base_url](#hls_base_url)
|
||||
* [hls_cleanup](#hls_cleanup)
|
||||
* [hls_fragment_naming](#hls_fragment_naming)
|
||||
* [hls_fragment_naming_granularity](#hls_fragment_naming_granularity)
|
||||
* [hls_fragment_slicing](#hls_fragment_slicing)
|
||||
* [hls_variant](#hls_variant)
|
||||
* [hls_type](#hls_type)
|
||||
* [hls_keys](#hls_keys)
|
||||
* [hls_key_path](#hls_key_path)
|
||||
* [hls_key_url](#hls_key_url)
|
||||
* [hls_fragments_per_key](#hls_fragments_per_key)
|
||||
* [MPEG-DASH](#mpeg-dash)
|
||||
* [dash](#dash)
|
||||
* [dash_path](#dash_path)
|
||||
* [dash_fragment](#dash_fragment)
|
||||
* [dash_playlist_length](#dash_playlist_length)
|
||||
* [dash_nested](#dash_nested)
|
||||
* [dash_cleanup](#dash_cleanup)
|
||||
* [Access log](#access-log)
|
||||
* [access_log](#access_log)
|
||||
* [log_format](#log_format)
|
||||
* [Limits](#limits)
|
||||
* [max_connections](#max_connections)
|
||||
* [Statistics](#statistics)
|
||||
* [rtmp_stat](#rtmp_stat)
|
||||
* [rtmp_stat_stylesheet](#rtmp_stat_stylesheet)
|
||||
* [Multi-worker live streaming](#multi-worker-live-streaming)
|
||||
* [rtmp_auto_push](#rtmp_auto_push)
|
||||
* [rtmp_auto_push_reconnect](#rtmp_auto_push_reconnect)
|
||||
* [rtmp_socket_dir](#rtmp_socket_dir)
|
||||
* [Control](#control)
|
||||
* [rtmp_control](#rtmp_control)
|
||||
|
||||
## Core
|
||||
#### rtmp
|
||||
syntax: `rtmp { ... }`
|
||||
|
Reference in New Issue
Block a user