Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -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 | }) |
-
Please register or login to post a comment