wangEditor icon indicating copy to clipboard operation
wangEditor copied to clipboard

上传完视频后,点击视频的进度条并不能跳转到对应位置,怎么处理呢?求解答

Open ZongYan30 opened this issue 2 years ago • 2 comments
trafficstars

上传完视频后,点击视频的进度条并不能跳转到对应位置

上传完视频后,点击视频的进度条并不能跳转到对应位置,

wangEditor 版本:latest

是否查阅了文档 ?

*是

ZongYan30 avatar Nov 01 '23 02:11 ZongYan30

微信图片_20231101104900

ZongYan30 avatar Nov 01 '23 02:11 ZongYan30

你的视频是以流的方式写到页面的话要加 response.setHeader("Content-Range", "" + Integer.valueOf(data.length - 1)); response.setHeader("Accept-Ranges", "bytes");

romeGithub avatar Jan 10 '24 03:01 romeGithub