uni-app使用腾讯云点播时,video标签不兼容
js 报错:errorHandler TypeError: The element type must be <video>.
使用uni-app开发H5项目,需要使用腾讯云点播 的视频播放器“TCPlayer”,经过测试,在uni-app项目中才出现的错误
errorHandler TypeError: The element type must be <video>.
因为需要做视频试看,防盗链等功能,所以必须用TCPlayer,不知道怎么屏蔽uni-app的video组件
我需要同时运行到h5端和APP-PLU