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- RTP (Real-time Transport Protocol) implementation for media streaming based on RFC 3550.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.
The modules does not perform any IO operations.