码迷,mamicode.com
首页 > 其他好文 > 详细

视频直播点播nginx-rtmp开发手册中文版

时间:2016-08-19 23:47:19      阅读:1081      评论:0      收藏:0      [点我收藏+]

标签:

2016年8月18日12:42:35 参照https://github.com/arut/nginx-rtmp-module/wiki/Directives

请注意这个是粗翻译版,仅供参考,不是精校版 精校版后面才会更新

 目录

  • 核心
    • rtmp
    • server
    • listen
    • application
    • timeout
    • ping
    • ping_timeout
    • max_streams
    • ack_window
    • chunk_size
    • max_queue
    • max_message
    • buflen
    • out_queue
    • out_cork
  • 访问权限
    • allow
    • deny
  • Exec 一簇函数(进程往往要调用一种exec函数以执行另一个程序)
  • exec_push
  • exec_pull
  • exec
  • exec_options
  • exec_static
  • exec_kill_signal
  • respawn
  • respawn_timeout
  • exec_publish
  • exec_play
  • exec_play_done
  • exec_publish_done
  • exec_record_done
  • 直播
    • live
    • meta
    • interleave
    • wait_key
    • wait_video
    • publish_notify
    • drop_idle_publisher
    • sync
    • play_restart
    • idle_streams
  • 录像
    • record
    • record_path
    • record_suffix
    • record_unique
    • record_append
    • record_lock
    • record_max_size
    • record_max_frames
    • record_interval
    • recorder
    • record_notify
  • 视频点播
    • play
    • play_temp_path
    • play_local_path
  • 中继
    • pull
    • push
    • push_reconnect
    • session_relay
  • 通知
    • on_connect
    • on_play
    • on_publish
    • on_done
    • on_play_done
    • on_publish_done
    • on_record_done
    • on_update
    • notify_update_timeout
    • notify_update_strict
    • notify_relay_redirect
    • notify_method
  • HLS协议
    • hls
    • hls_path
    • hls_fragment
    • hls_playlist_length
    • hls_sync
    • hls_continuous
    • hls_nested
    • hls_base_url
    • hls_cleanup
    • hls_fragment_naming
    • hls_fragment_naming_granularity
    • hls_fragment_slicing
    • hls_variant
    • hls_type
    • hls_keys
    • hls_key_path
    • hls_key_url
    • hls_fragments_per_key
  • MPEG-DASH(HTTP动态自适应流媒体)
    • dash
    • dash_path
    • dash_fragment
    • dash_playlist_length
    • dash_nested
    • dash_cleanup
  • 访问日志
    • access_log
    • log_format
  • Limits 限制
    • max_connections
  • 数据统计
    • rtmp_stat
    • rtmp_stat_stylesheet
  • Multi-worker live streaming  多线程直播流
    • rtmp_auto_push
    • rtmp_auto_push_reconnect
    • rtmp_socket_dir
  • Control  控制模块
    • rtmp_control

 

 

视频直播点播nginx-rtmp开发手册中文版

标签:

原文地址:http://www.cnblogs.com/zx-admin/p/5783523.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!