rtmp推流直播記錄

使用方案nginx-rtmp-module,直播流使用video.js,點播使用flv.jsnginx

nginx http location 需配置容許跨域訪問git

add_header Access-Control-Allow-Origin *;
add_header Access-Control-Allow-Headers "Origin, X-Requested-With, Content-Type, Accept";
add_header Access-Control-Allow-Methods "GET, POST, OPTIONS";
相關文章
相關標籤/搜索