A vue project operated by the company itself uses video-player to play videos in m3u8 format. However, some users report that in the case of WiFi connection, sometimes they will jump to the local live TV broadcast, as shown in the following figure:
<video-player style="height: 100%" :options="playerOptions"
@ready="playerReadied"
@playing="playerPlaying"
@pause="playerPause"
@ended="playerEnd"
ref="videoJS"
>
</video-player>
how to deal with this? I have never encountered a situation like this before