控制面板:
管理首页
频道
添加频道
频道管理
录制文件管理
虚拟直播
添加虚拟频道
虚拟直播管理
上传
上传队列
上传设置
用户
添加管理员
管理员列表
修改密码
退出
流媒体服务设置
服务状态:
运行中
...
配置文件:
worker_processes 1; error_log logs/error.log debug; events { worker_connections 1024; } rtmp { server { listen 556; application live { live on; wait_video off; record off; hls on; hls_sync 100ms; hls_path temp/hls; hls_fragment 5s; hls_playlist_length 60s; } application vod { play D:\oEncoder5\Web\videos; } application record { record keyframes; record_path media; record_max_size 128K; record_interval 30s; record_suffix .flv; } application hls { live on; hls on; #hls_path temp/hls; hls_fragment 2s; hls_continuous on; hls_playlist_length 6s; } } } http { server { listen 8081; location /stat { rtmp_stat all; rtmp_stat_stylesheet stat.xsl; } location /stat.xsl { root www; } location /control { rtmp_control all; } location /hls { #server hls fragments add_header 'Access-Control-Allow-Origin' '*' always; add_header 'Access-Control-Allow-Methods' 'GET,POST,OPTIONS'; add_header 'Access-Control-Expose-Headers' 'Content-Length,Content-Range'; add_header 'Access-Control-Allow-Headers' 'Range'; types{ application/vnd.apple.mpegurl m3u8; video/mp2t ts; } alias temp/hls; expires -1; } location / { root www; } } }
Powered by
LinkSoon