mpromonet / webrtc-streamer

WebRTC streamer for V4L2 capture devices, RTSP sources and Screen Capture
https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/?layout=2x2
The Unlicense
2.8k stars 581 forks source link

Whether the X86 architecture of mac computers is supported #699

Closed zhou1591 closed 3 weeks ago

zhou1591 commented 4 weeks ago

We have some users whose computers may be old mac computers, their cpu is inter chip, is x86 architecture, does this project support?

mpromonet commented 3 weeks ago

Hi @zhou1591,

The macos support was kindly added by @prife in contribution https://github.com/mpromonet/webrtc-streamer/pull/455. I don't have any usage of macos, I just maintain the pipeline. Recently as it was broken, I update build image to github action macos-latest that seems arm64. There is no more pipeline for macos on x86, I guess you can try to build it.

Best Regards, Michel.

zhou1591 commented 3 weeks ago

thanks