ffmpeg-helper.js // 把mp4 檔轉換成.m3u8 索引檔和多支.ts 檔 const ffmpeg = require('fluent-ffmpeg'); module.exports = { convertToHls: async ...
確定! 回上一頁