收藏
回答

live-pusher 设置waiting-img属性,不同图片尺寸一样模糊,如何保持图片清晰度?

<live-pusher
  :url="url"
  v-if="url !== ''"
  :style="{position: 'absolute', width: '100%', height: config.height + 'px'}"
  mode="live"
  :aspect="aspect"
  class="camera"
  @statechange="stateChangeHandler"
  @netstatus="netChangeHandler"
  background-mute="true"
  :enable-camera="enableCamera"
  :muted="muted"
  :beauty="beauty"
  waiting-image="https://mc.qcloudimg.com/static/img/daeed8616ac5df256c0591c22a65c4d3/pause_publish.jpg"
  enable-agc="true"
  enable-ans="true"
  audio-reverb-type="5"
  max-bitrate="500"
  min-bitrate="200"
  :debug="debug"
  :autopush="true">

右侧是原图,左侧是实际推流过程中的效果

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

1 个回答

登录 后发表内容
问题标签