mengelbart / rtp-over-quic

MIT License
35 stars 7 forks source link

RTP over QUIC

rtp-over-quic is a partial implementation of RTP over QUIC.

Features

The application can act as RTP sender or receiver and supports different transport options:

The implementation uses Gstreamer for video coding and RTP (de-)packetization and CGO to integrate SCReAM.

Build and Run

After installing the dependencies (Gstreamer, C/C++ Compiler) and building with go build, you can start a receiver with ./rtp-over-quic receive and a sender with ./rtp-over-quic send. Use the -h flag to see the available options for receiver and sender.