小程序使用腾讯视频
视频
app.json
"plugins": {
"tencentvideo": {
"version": "1.3.6",
"provider": "wxa75efa648b60994b"
}
},
index.json
{
"usingComponents": {
"txv-video": "plugin://tencentvideo/video"
}
}
index.wxml
<txv-video vid="{{index_data.video_info.url}}" playerid="{{index_data.video_info.url}}" autoplay="{{false}}"></txv-video>