<live-pusher
wx:if="{{isTestSpeedPusher}}"
url="{{lityPusher.url}}"
mode="{{lityPusher.mode}}"
autopush="{{false}}"
enable-mic="{{false}}"
enable-camera="{{true}}"
muted="{{false}}"
enable-agc="{{enableAgc}}"
enable-ans="{{ enableAns}}"
mirror="{{ frontMirror}}"
min-bitrate="{{lityPusher.minBitrate}}"
max-bitrate="{{lityPusher.maxBitrate}}"
device-position="{{lityPusher.frontCamera}}"
bindnetstatus="_pusherNetStatus"
binderror="_pusherErrorHandle"
style="position: fixed; left: 0px; top: 0px; width: 10px; height: 10px; opacity: 0.01; pointer-events: none; z-index: -1;" />
<live-player
class="live-player-style"
src="{{item.src}}"
mode="{{item.mode}}"
id="{{item.id}}"
sound-mode="{{item.soundMode}}"
bindstatechange="_playerStateChangeHandler"
bindnetstatus="_playerNetStatusHandler"
autoplay
max-cache="{{item.maxCache}}"
min-cache="{{item.minCache}}"
binderror="error" />
live-pusher 的url和live-player的src,长度会被限制吗?如果限制,限制最大多少个字符?