GstRTPNetCC: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
mNo edit summary
Line 1: Line 1:
{{Ambox
|type=notice
|issue=Make sure you also check GstInference's companion project: [[R2Inference]]
}}
{{DISPLAYTITLE:GstInference|noerror}}
{| style="border-style: solid; border-width: 1px; margin: 10px; right-margin: 200px"
|-
| width="100%" valign="center" |
<div style="padding:2rem 1rem; margin:0; background-color:#4db6ac;color:#ffffff;"> 
  <div>
    <p style="font-size: 4em; margin-bottom:0">GstInference</p>
    <p style="font-size: 1em; margin-top:0; margin-bottom:4rem">A GStreamer deep learning inference framework.</p>
  </div>
</div>
| rowspan="2" valign="top" style="text-align:center;" | {{GstInference/TOC}}
|-
| width="100%" valign="top" |
== Overview ==
== Overview ==
GstRTPNetCC is a GStreamer plug-in that allows estimating the available bandwidth during a single video stream based on the RTP information.
GstRTPNetCC is a GStreamer plug-in that allows estimating the available bandwidth during a single video stream based on the RTP information.
Line 20: Line 40:


Start navigating this wiki by going to the [[ GstRTPNetCC Design|GstRTPNetCC Fundamentals]] page in the table of contents.
Start navigating this wiki by going to the [[ GstRTPNetCC Design|GstRTPNetCC Fundamentals]] page in the table of contents.
|}
<seo title="GstInference | gstreamer deep learning inference | RidgeRun" titlemode="replace" keywords="GStreamer, Linux SDK, Linux BSP,  Embedded Linux, Device Drivers, Nvidia, Jetson, TX1, TX2, Embedded Linux driver development, Linux Software development, Embedded Linux SDK, Embedded Linux Application development, GStreamer Multimedia Framework,NVIDIA,Xavier,AI,Deep Learning,deep learning inference framework, deep learning inference, gstreamer deep learning inference, deep learning, inference, inference framework, Xavier inference, Jetson inference, nvidia tx1 inference, nvida tx2 inference, gstreamer" description="GstInference is an open-source project from Ridgerun that provides a framework for integrating deep learning inference into GStreamer."></seo>
<noinclude>
{{GstInference/Foot||Introduction}}
</noinclude>

Revision as of 23:22, 16 April 2019


GstInference

A GStreamer deep learning inference framework.

Overview

GstRTPNetCC is a GStreamer plug-in that allows estimating the available bandwidth during a single video stream based on the RTP information.

Features

The plug-in is equipped with three elements:

  • GstRTPNetCC: video filter.

Supported Formats

Video

  • VP8
  • H264

Getting Started

Start navigating this wiki by going to the GstRTPNetCC Fundamentals page in the table of contents.


Index Next: Introduction