Pavel Mendoza

Results 7 issues of Pavel Mendoza

## Description I have a live streaming with several renditions in 60fps. This is a simple description of these (id - resolution - segment size aprox) - A - 256x144...

pinned

### Description Given a multivariant playlist, the player can retrieve the playback itself if all the variants (media playlists) are downloaded before missing the internet connection. But this is not...

needs: triage

### Description For Live streaming using CEA-608 in Video.js: - In version 7.x.y, cues were always bottom-centered in the player. - In version 8.x.y, the behavior changed: cues now appear...

needs: triage

**Description:** Live stream suddenly consumes 100% of CPU **Reduced test case:** [Here](https://videojs-http-streaming.netlify.app/?debug=false&autoplay=false&muted=false&fluid=false&minified=false&sync-workers=false&liveui=true&llhls=true&url=https%3A%2F%2Fn2ctsota.akamaized.net%2Fhls%2Flive%2F2113130%2FLive_1%2Findex.m3u8%3FCMCD%3Dcid%25253D%252522newsmaxlive%252522%25252Cmtp%25253D500%25252Cot%25253Dm%25252Csf%25253Dh%25252Csid%25253D%25252246bc1c98-3fcc-41be-9b76-ad25c83633d0%252522%25252Csu&type=application%2Fx-mpegURL&keysystems=&buffer-water=false&exact-manifest-timings=false&pixel-diff-selector=false&network-info=false&dts-offset=false&override-native=true&use-mms=true&preload=auto&mirror-source=true&forced-subtitles=false) **Steps to reproduce:** - It is very random, sometimes it is at the beginning and sometimes should wait...

related with issue https://github.com/videojs/m3u8-parser/issues/186

## Error: ![Image](https://github.com/user-attachments/assets/9c25dcd8-ad9e-452e-9a31-fb8e2416134a) ## Steps to replicate: Unfortnately I cannot share the stream url but basically I was waiting for a long time and suddenly a playlist manifest started to...

In the `PlaylistController` class, when creating `mainSegmentLoader_,` the constructor receives the `inbandTextTracks_` instance from the controller: ``` const segmentLoaderSettings = { // ... inbandTextTracks: this.inbandTextTracks_, // ... }; this.mainSegmentLoader_ =...