Samuel Scheit

Results 208 comments of Samuel Scheit

Hi @saghul, thank you so much for all your hard work on this library. I recently came across another [WebRTC Pod](https://github.com/stasel/WebRTC) that has support for macOS Catalyst. Would it be...

still searching for solutions

It looks like the latest webrtc version is compatible with macos catalyst. By modifying `tools/build-webrtc.py`: - add `catalyst:arm64` to `IOS_BUILD_ARCHS` - change `ios_deployment_target="12.0"` to `ios_deployment_target="14.0"` (TODO: this should be only...

I'm not sure on what version exactly, but it works with the latest one. I'll make a pr for the build script 👍

@SheIITear @orangehaired any updates?

@codebossdev in the spirit of open source, one would share their findings with others as you use someone else's open source project (go-whatsapp). This way we work together for a...

I did not test other versions, but it works with the latest version of the webrtc repo

you can specify them for audio/video in the getStream options: ```js getStream(page, { video: { mandatory: { minWidth: 1920, minHeight: 1080, minFrameRate: 60 } } }) ```

Have a look at the [example server file](https://github.com/SamuelScheit/puppeteer-stream/blob/main/tests/server.js).