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

vue上传视频进度条只在完成的时候调用到,中间无触发行为 #14

Open
liuhe9 opened this issue Oct 15, 2020 · 0 comments

Comments

@liuhe9
Copy link

liuhe9 commented Oct 15, 2020

image
image
如图所示,208M的视频上传过程中,进度只在视频上传完成的时候触发,看分片的请求没有返回值,不知道是不是这个原因。获取进度代码如下
uploader.on('video_progress', function (info) { console.log('video_progress', info) if (info.percent != undefined) { this.progress = Math.round(info.percent * 100) } })

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

1 participant