Kaizen Today I Learned by Ville Säävuori

Posts tagged webrtc

Finding Your IP Addres(ses) Via macOS Command Line

I needed a programmatic way to figure out my local and public IP address for a WebRTC app. I’m also using Tailscale so in case I was connected to it I want to use the Tailscale IP instead. These commands worked for me on macOS 12.6 Monterey: Local IP ifconfig | grep "inet " | grep -Fv 127.

· Read the full article →

Weeknotes 2022/9 - WebRTC, Wordress, Pip

I’ve been interested in WebRTC for a long time but never really had the time to study it properly. This week I finally started a project where I get to dive deep into it. The first steps were quite daunting but sourcs like WebRTC For The Curious helped a lot.

· Read the full article →

Weeknotes 2020/52 - WebRTC, SwiftUI and personal data archiving

My days have been starting to look worryingly similar past few weeks, so I wanted to try to make this Christmas week stand out at least a little. After working a pretty hectic pace for a long time I’m finding it pretty difficult to put down the developer tools and wind down.

· Read the full article →