Coder Social home page Coder Social logo

bbc / gstrtpvc2 Goto Github PK

View Code? Open in Web Editor NEW
5.0 33.0 3.0 30 KB

GStreamer RTP Mapping plugin for VC-2, implementing https://tools.ietf.org/html/draft-ietf-payload-rtp-vc2hq-01

License: GNU Lesser General Public License v2.1

Shell 0.04% C 93.59% Makefile 1.14% M4 5.23%
rd-project vc2 rtp gstreamer

gstrtpvc2's Introduction

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.

A test pipleine such as 

  filesrc location="input.vc2" ! typefind ! rtpvc2pay ! rtpvc2depay ! filesink location="output.vc2"

will load an input vc2 file and output an exact byte-for-byte duplicate of it.


For a more full test two machines are required, with the transmitter running:

  multifilesrc loop=TRUE location="input.vc2" ! typefind ! rtpvc2pay ! udpsink host=<RX_IP> port=5555

which will print the caps for the RTP stream as well as starting the transmission.

The receiver should run:

 udpsrc port=5555 caps="<CAPS_FROM_TX>" ! queue ! rtpvc2depay ! filesink location="output.vc2" 

gstrtpvc2's People

Contributors

andrewbonney avatar jamesba avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.