Node.js - ytdl-core stream跳转到给定时间

时间:2017-03-10 23:16:07

标签: node.js youtube

我有一些像这样的代码:

const streamOptions = { seek: 0, volume: 1, quality: "highest" };
const stream = ytdl(url, {filter : 'audioonly'});
const dispatcher = connection.playStream(stream, streamOptions);

我只是想知道是否有一种连接或流的方法可以在给定时间内搜索视频(或者我是否需要编辑streamOptions并重新创建流?)

0 个答案:

没有答案