收藏
回答

媒体组件live的pusher和player,地址长度有限制吗?

<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,长度会被限制吗?如果限制,限制最大多少个字符?

回答关注问题邀请回答
收藏

1 个回答

  • 智能回答 智能回答 本次回答由AI生成
    05-13
    有用
    回复
登录 后发表内容