Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebRTC build for Mac Catalyst #1

Open
danschlet opened this issue Sep 1, 2020 · 1 comment
Open

WebRTC build for Mac Catalyst #1

danschlet opened this issue Sep 1, 2020 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@danschlet
Copy link

Thanks for your repository, your instructions on how to build WebRTC yourself are really helpful, especially when building for macOS!

Did you look into building WebRTC for the Mac Catalyst technology? This would be super helpful to be able to easily create Mac versions of iPad apps which use WebRTC, for example the Jitsi Meet iOS app. I found some hints on how to build for Catalyst here. Unfortunately it requires a lot of modifications, as the Catalyst API doesn't support OpenGL ES, and needs to suppress some deprecation errors. My build fails at SOLINK obj/sdk/x64/WebRTC obj/sdk/x64/WebRTC.TOC with libvpx_asm, with only 9 steps missing...

@alexpiezo
Copy link
Owner

@danschlet Thanks for the link. I tried to build for a catalyst following this post, and it seems that only the data channel works. I think it's useless for most apps and we have to wait for the support of the catalyst in webrtc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants