dinglino1

Results 5 comments of dinglino1

useEffect(()=>{ const config={ id: 'my_video_1', url: '', controlPlugins: [], width:'100%', height:'500px', playbackRate:[0.5,0.75,1,1.25,1.5,1.75,2], //传入倍速可选数组 pip: true, //打开画中画功能 autoplay:false, } const myPlayer =new HlsJsPlayer(config); myPlayer.once('ready',()=>{ console.log('ready'); videoDom.current=myPlayer; }); },[]);

> > 我也遇到同样的问题!解决了吗? > > 没有,现在只能手动销毁然后重新初始化 我通过 player.start(newUrl); player.src= newUrl; 可以切换

同求能否指定某个文件夹翻译,重新执行kiwi --translate 又全部重新翻译一遍。

> kiwi --translate 就是增量翻译呀 这命令会重新全部重新翻译一遍很费时间

![image](https://user-images.githubusercontent.com/25605948/202906352-d045e6e6-b449-4e2e-879c-c86964e424a6.png) 我也出现类似的问题,其他语种没问题,就这个西班牙翻译就报错。