GstRTPNetCC: Difference between revisions

From RidgeRun Developer Wiki
mNo edit summary
mNo edit summary
Line 2: Line 2:


__NOTOC__
__NOTOC__
== 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 23: Line 24:


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.
<!--
= Contents =
* '''[[WebRTC Basics]]'''
:- What is WebRTC? Why is it the next big thing? Why should you switch to WebRTC?
* '''[[Introduction to RidgeRun's GstWebRTC]]'''
:- How does RidgeRun's WebRTC solution makes things easy
* '''[[GstWebRTC Release Notes]]'''
:- What's new in each WebRTC release?
* '''[[Getting Started with GstWebRTC]]'''
:- A quick configure, build and installation guide
* '''[[GstWebRTC Pipelines]]'''
:- Some example pipelines to get GstRrWebRTC up and running out of the box on the most popular embedded platforms and desktop computers.
* '''[[GstWebRTC Signaler Developer's Guide]]'''
:- A walkthrough on how to create a custom signaler for your application
-->


[[Category:GStreamer]][[Category:GstRTPNetCC]]
[[Category:GStreamer]][[Category:GstRTPNetCC]]

Revision as of 20:50, 16 April 2019



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.