JI SHIUAN

Results 2 comments of JI SHIUAN

I might have encountered a similar issue. I'm using Nuxt3 + VueUse's `useMediaQuery`, and using `useMediaQuery` to determine the value of a `class`, but even when isLargeScreen is true, the...

I've also encountered a similar issue with duplicated subtitles in HLS streams. I suspect that the problem might be related to the implementation of the `removeDuplicateCuesFromTrack` function. https://github.com/videojs/http-streaming/blob/b6ff608eeed6a2e7ef99ecfb00fe4d1bef54f254/src/util/text-tracks.js#L376 This function...