Back to talks

Writing a new open source webRTC stack in a week.

This talk will introduce whipie - an open source WHIP client for the raspberry pi.

I'll describe the WHIP protocol - which is intended to replace RTMP as a way of doing low latency video 'upload' for sites such as Twitch, Youtube etc. using a constrained version of webRTC.

The audience will learn about how the component protocols of webRTC (ICE, STUN, DTLS, SRTP, RTCP) fit together and perhaps a bit of software engineering.

I'll also talk about my motivations for doing the project and why I didn't use any of the existing webRTC stacks.