Samuel Scheit
Samuel Scheit
I have signed the CLA!
Yeah it could be because of alpine and missing audio libraries. You could try installing them manually ```bash RUN apk add --no-cache alsa-lib alsa-utils ffmpeg ``` or try for testing...
Audio works for me with this dockerfile ```Dockerfile FROM zenika/alpine-chrome:with-puppeteer COPY . . CMD ["node", "examples/file.js"] ```
I was testing on macOS 15.3.1 running Docker 4.39.0
I've now tested on silicon and intel, it works on both see this commit 9d133e3
Try using https://github.com/buynao/webm-duration-fix or if you want low level control over the webm stream https://www.npmjs.com/package/ts-ebml
have a look at #3
Fixed in #4495
I had the same issue. The problem was that I had an old version of `@react-native/codegen` installed. I simply removed the package so that the `codegen` version of the `react-native`...
I press run in android studio. you can test codegen by executing: ``` cd android ./gradlew generateCodegenArtifactsFromSchema ``` maybe you have a different `@react-native/...` package installed with the wrong version....