<view class="wrap">
    <live-player 
        id="myLive" 
        src="{{src}}" 
        autoplay="true">
    </live-player>
    <button type="primary" bind:tap="liveStop">停止播放</button>
</view>