Zig implementations of various protocols related to media processing and streaming.
The projects is structured into modules, each module is a separate library that can be used independently. The modules are:
rtp/rtcp- RTP (Real-time Transport Protocol) implementation of the real-time transport protocol based on RFC 3550.srtp- SRTP (Secure Real-time Transport Protocol) implementation of the secure real-time transport protocol based on RFC 3711.sdp- SDP (Session Description Protocol) implementation for describing multimedia sessions based on RFC 4566.rtsp- RTSP (Real Time Streaming Protocol) implementation for controlling streaming media servers based on RFC 2326.stun- STUN (Session Traversal Utilities for NAT) implementation for NAT traversal based on RFC 8489.ice- ICE (Interactive Connectivity Establishment) implementation of the interactive connectivity establishment (ICE) protocol for Network Address Translator (NAT) Traversal.
This repo is under active development, and the implementations are not yet complete. Breaking changes may occur frequently.