WebRTC with Pion

For a project I’ve been using Pion WebRTC which is a Golang implementation of the WebRTC API. It is easy to set up and provides great performance. Some tips when using Pion WebRTC, or WebRTC in general: Streaming with Pion WebRTC Once you’ve done all the peer/ICE handling, you can send video/audio. Below is the… Continue reading WebRTC with Pion

macOS Virtualization.Framework

The macOS Virtualization.Framework allows you to run up to 2 macOS VMs (Virtual Machines) on Apple hardware. The limit of 2 VMs per machine is due to Apple’s EULA, explicitly setting a maximum of 2 copies of macOS per Apple machine. The framework, which runs on Apple Silicon, comes with paravirtualized graphics which means using… Continue reading macOS Virtualization.Framework