Git Product home page Git Product logo

libavtp's Introduction

Build Status

About

Open source implementation of Audio Video Transport Protocol (AVTP) specified in IEEE 1722-2016 spec.

Libavtp is under BSD License. For more information see LICENSE file.

Build

Before building libavtp make sure you have all the required software installed in your system. Below are the requirements and their tested versions:

  • Meson >= 0.43
  • Ninja >= 1.8.2

The first step to build libavtp is to generate the build system files.

$ meson build

Then build libavtp by running the following command. The building artifacts will be created under the build/ in the top-level directory.

$ ninja -C build

To install libavtp on your system run:

$ sudo ninja -C build install

AVTP Formats Support

AVTP protocol defines several AVTPDU type formats (see Table 6 from IEEE 1722-2016 spec). Libavtp doesn't support all of them yet. The list of supported formarts is:

  • AAF (PCM encapsulation only)
  • CRF
  • CVF (H.264 only)

Examples

The examples/ directory in the top-level directory provides example applications which demonstrate the libavtp functionalities. To build an example application run $ ninja -C build <example name>.

Information about what exactly each example application does and how it works is provided in the beginning of the .c file from each application.

Security issues

Please report any security issues with this code to https://github.com/AVnu/libavtp/issues

libavtp's People

Contributors

edersondisouza avatar rjingar avatar thiblahute avatar amx-piap avatar avinash-palleti avatar ghindman avatar keerockl avatar vcgomes avatar

Watchers

James Cloos 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.