Fast Video Streaming Library

GitHub
C++UDPRTPNetworkingVideo Streaming

TLDR

UDP with RTP video streaming library in C++. Built from scratch for low latency real time streaming.

Detailed

Tech Stack:

C++, UDP, RTP (Real time Transport Protocol)

Goal:

Build high performance video streaming library for robotics and embedded applications.

What I did:

  • Implemented UDP with RTP protocol from scratch
  • Optimized for low latency and bandwidth efficiency
  • Designed for real time streaming requirements

What was achieved:

Efficient video transmission library suitable for robotics and embedded systems.