water_xcx/packageD/pages/live/live.wxml

13 lines
657 B
Plaintext
Raw Normal View History

2025-04-15 15:44:51 +08:00
<view>
<view>
<live-player id="player" src="rtmp://rtmp01open.ys7.com:1935/v3/openlive/G63757417_1_1?expire=1678519630&id=554324377571696640&t=7d739e7d7739cb8eba20d9e442369f48df5703ee0ef80f4b983e1fb58320bbda&ev=100" mode="live" autoplay bindstatechange="statechange" binderror="error" />
<view>
<button bindtap="bindPlay"type="primary">播放</button>
<button bindtap="bindPause" type="primary">暂停</button>
<button bindtap="bindStop" type="primary">停止</button>
<button bindtap="bindResume" type="primary">恢复</button>
<button bindtap="bindMute" type="primary">静音</button>
</view>
</view>
</view>