张善主

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

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