vue3-video-play icon indicating copy to clipboard operation
vue3-video-play copied to clipboard

problem change navigator

Open dbrab opened this issue 2 years ago • 0 comments

I had a problem with the player after changing the browser, for some reason the video and audio fragments were not loaded, apparently it was because of this line

  if (state.dVideo.canPlayType(props.type) || state.dVideo.canPlayType('application/vnd.apple.mpegurl')) {
    state.muted = props.autoPlay
    // state.dVideo.load();
  }

Currently I omitted the line, but I suggest putting a flag in the options to force loading with hls if required.

dbrab avatar Sep 13 '22 09:09 dbrab