rtmp { server { listen 2020; application hls { live on; hls on; hls_path /usr/local/share/nginx/hls; hls_fragment 5s; } } } ...
確定! 回上一頁