Video.js plays video in m3u8 format, and the video address is tampered with.

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

Jul.04,2022

is hijacked by the local operator, and the interface is solved by https protocol.

Menu