export default { $schema: 'https://houtai.baidu.com/v2/schemas/page.json#', title: '视频播放器', body: [ '
另外还支持直播流, flv 和 hls 格式
', { type: 'video', autoPlay: false, rates: [1.0, 1.5, 2.0], jumpFrame: true, jumpBufferDuration: 5, frames: { '00:10': '', '00:20': '', '00:30': '' }, src: 'https://amis.bj.bcebos.com/amis/2019-12/1577157317579/trailer_hd.mp4', poster: 'https://internal-amis-res.cdn.bcebos.com/images/2019-12/1577157239810/da6376bf988c.png' } ] };