sparkmorry/online-video-editor

ffmpegx265.js支持rtsp 协议吗

Opened this issue · 0 comments

用你的代码试了下,好像不行,报 Protocol not found
ffmpeg_run({
arguments: ['-i', 'rtsp://184.72.239.149/vod/mp4://BigBuckBunny_175k.mov', '-r', '1','-t','0:0:20', '-f', 'image2', 'image-%05d.jpeg'],
files: files,
}, function(results) {
console.log('result', results);
self.postMessage(results);
});