You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: The VC-2 RTP payload specification has recently been published via the IETF as RFC 8450 (https://www.rfc-editor.org/rfc/rfc8450.txt). This implementation is out of date with respect to the published specification and should not currently be used as a reference.
Gstreamer RTP Payloader and Depayloader for VC-2
================================================
This repository contains a gstreamer plugin which implements the internet draft
draft-ietf-payload-rtp-vc2hq-01 which specifies a mechanism for the transport
of VC-2 video in RTP.
The two elements included are:
o rtpvc2pay -- a payloader which takes in VC-2 video and outputs RTP packets
and
o rtpvc2depay -- a depayloader which reverses this process.