WebRTC implementation in zig (opens in new tab)
I started learning zig a few months ago and decided to create my own live media server. I tried first implementing WebRTC in zig. WebRTC is a collection of protocols that provides peer to peer real time communication. Since the underlying protocols may be used elsewhere, so I divided the whole multimedia pipeline into several repos. GitHub - zigouat/media: Media types description and function utilities · GitHub [This repo defines media types used by all other libraries, this include definitio...
Read the original article