yylive / YYEVA-Web

https://yyeva.yy.com
Apache License 2.0
57 stars 12 forks source link

[1.0.2][web][运行直接报错] #21

Open XuanXiaoSa opened 6 months ago

XuanXiaoSa commented 6 months ago

问题描述 升级1.0.2直接运行报错

截图

image

player.value = await yyEva({ videoID: videoUrl, alphaDirection: 'left', mode: 'AspectFill', useMetaData: false, loop: false, autoplay: false, useFrameCache: false, useVideoDBCache: false, mute: false, forceBlob: true, showVideo: false, showPlayerInfo: false, useAccurate: false, usePrefetch: false, useBitmap: false, endPause: isEndPause, logLevel: 'debug', renderType: 'canvas2d', resizeCanvas: 'percentW', videoUrl, effects: { fontColor: '#000000' }, container: videoDiv,

附加消息 额外补充一些和问题相关的信息。

运行起来直接报错入上图

alexhaifeng commented 6 months ago

renderType: 'canvas2d', 这一行选项去掉还会报错吗?