张善主

fix(19113): 直播暂停,重新播放后应重新拉取最新直播流,现状:暂停处续播

@@ -369,6 +369,7 @@ export struct PlayUIComponent { @@ -369,6 +369,7 @@ export struct PlayUIComponent {
369 this.playerController?.pause() 369 this.playerController?.pause()
370 } else { 370 } else {
371 this.isPlayStatus = true 371 this.isPlayStatus = true
  372 + this.playerController?.firstPlay(this.liveUrl)
372 this.playerController?.play() 373 this.playerController?.play()
373 } 374 }
374 }) 375 })