LivePlayerContext.play

    Object object

    示例

    请使用百度APP扫码

    LivePlayerContext.play - 图3

    • 在 swan 文件中
    1. data: {
    2. cur: 0,
    3. autoplay: false,
    4. src: 'https://vd3.bdstatic.com/mda-ia8e6q3g23py8qdh/hd/mda-ia8e6q3g23py8qdh.mp4?playlist=%5B%22hd%22%5D&auth_key=1521549485-0-0-d5d042ba3555b2d23909d16a82916ebc&bcevod_channel=searchbox_feed&pd=share'
    5. onShow(){
    6. },
    7. onReady(e) {
    8. this.livePlayerContext = livePlayerContext;
    9. },
    10. livePlay(e) {
    11. this.livePlayerContext.play();
    12. });