André M.

Results 47 comments of André M.

I saw you're using HLS v4. Your issue seems to be the same as #177 and #244

@evoxf1 I've just created a draft PR, I still have to test it before I can submit it or see if there isn't a better approach.

@phloxic to help me understand, is the `transform: scale(1.5)` applied to the whole player? ```javascript .video-js { transform: scale(1.5); } ```

@harisha-swaminathan, @phloxic I'm not quite sure I understand the problem as a whole. What I do understand (but maybe I'm wrong) is that we want to prevent the `timeTooltip` from...

@phloxic thank you for these clarifications. I'm currently going through all the issues (and there are a lot) to try and understand the initial problem.

@BrainCrumbz I just tested to see if we could possibly run into the same error. However, I did not encounter this issue. But maybe I didn't follow the procedure as...

Same result with `videojs 8.0.4` ```bash > [email protected] build:css > npm-run-all build:css:* > [email protected] build:css:cdn > sass --load-path='./' --load-path='./node_modules/' --no-source-map src/css/vjs-cdn.scss dist/alt/video-js-cdn.css > [email protected] postbuild:css:cdn > postcss --verbose --config postcss.config.js...

@BrainCrumbz I'm using an Ubuntu 22.04 machine. I add the following warning, since the package-lock was generated with an "older" npm version. But it shouldn't have any side effect. ```bash...

@mister-ben, @privaloops, thanks for the feedback. My initial thought was to opt for the simplest approach based on what different players in the market are doing. See: - [hls.js](https://hls-js.netlify.app/demo/?src=https%3A%2F%2Fd2zihajmogu5jn.cloudfront.net%2Fbipbop-advanced%2Fbipbop_16x9_variant.m3u8&demoConfig=eyJlbmFibGVTdHJlYW1pbmciOnRydWUsImF1dG9SZWNvdmVyRXJyb3IiOnRydWUsInN0b3BPblN0YWxsIjpmYWxzZSwiZHVtcGZNUDQiOmZhbHNlLCJsZXZlbENhcHBpbmciOi0xLCJsaW1pdE1ldHJpY3MiOi0xfQ==) -...

Hi @mister-ben, @gkatsev, is there anything I can do to help this PR be merged?