vim nginx.conf rtmp { server { listen 1935; #监听的端口号application myapp { #自定义的名字live on; } application hls { live on; hls on; ...
確定! 回上一頁