Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

创建的Blob有问题,视频保存不了 #107

Open
hicpp opened this issue May 10, 2023 · 1 comment
Open

创建的Blob有问题,视频保存不了 #107

hicpp opened this issue May 10, 2023 · 1 comment

Comments

@hicpp
Copy link

hicpp commented May 10, 2023

在这里创建Blob时出现异常:
const fileBlob = new Blob(fileDataList, { type: 'video/MP2T' })

创建的Blob对象有问题,点开能看到里面的异常:
TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them
at Function.invokeGetter (:3:28)
at Vue.downloadFile (file:///Users/xxx/Downloads/m3u8-downloader-master/index.html:836:9)
at Vue.forceDownload (file:///Users/xxx/Downloads/m3u8-downloader-master/index.html:868:14)
at invokeWithErrorHandling (https://upyun.luckly-mjw.cn/lib/vue.js:1862:28)
at HTMLDivElement.invoker (https://upyun.luckly-mjw.cn/lib/vue.js:2187:16)
at original._wrapper (https://upyun.luckly-mjw.cn/lib/vue.js:7540:27)

视频保存不下来,这个是代码兼容性的问题吗?

@Momo707577045
Copy link
Owner

留一下视频地址,我本地测试看看

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants