with node ? Formats are mostly mkv, sometimes webm, mp4 or avi
const fileStream = fs.createReadStream(filename); fileStream.pipe(res);
Why should formats matter? Just pipe the files through your app
Обсуждают сегодня