WebRTC/RTP Server

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
Line 35: Line 35:
 
===Supported Standards===
 
===Supported Standards===
  
* W3C(CR) 2009-06-21:  WebRTC 1.0: Real-time Communication Between Browsers
+
* [https://www.w3.org/TR/webrtc W3C(CR) 2009-06-21]:  WebRTC 1.0: Real-time Communication Between Browsers
 
* [http://tools.ietf.org/html/rfc3550 IETF RFC 3550(2003)]: RTP: A Transport Protocol for Real-Time Applications
 
* [http://tools.ietf.org/html/rfc3550 IETF RFC 3550(2003)]: RTP: A Transport Protocol for Real-Time Applications
 
* [http://tools.ietf.org/html/rfc3551 IETF RFC 3551(2003)]: RTP Profile for Audio and Video Conferences with Minimal Control
 
* [http://tools.ietf.org/html/rfc3551 IETF RFC 3551(2003)]: RTP Profile for Audio and Video Conferences with Minimal Control

Revision as of 14:04, 10 September 2018

This page is a copy of the original page on the AVObjects' web site and can also be viewed here.

DirectShow Filter for streaming media in the network

Overview

The WebRTC/RTP Server is a DirectShow Filter for sending media streams from the graph to the network. It gets encoded video or audio streams and send it by the network to peers wia WebRTC compatible protocols. The filter performs the function of render and should be the sink filter in a graph.

Features

  • Compatible with most popular browsers such as Google Chrome, Safari, Microsoft Edge
  • Compatibility with most mobile and desktop devices running on operating systems Windows, iOS, MacOS, Android.
  • Supports secure connections using SRTP and DTLS.
  • Supports video encoders H.264/AVC, VP8, VP9.
  • Supports audio encoders Opus, PCMA(G.711a), PCMU(G.711u).
  • Contains built-in HTTP signaling server for exchanging SDP information with WebRTC peers.
  • Display video in browsers without Adobe Flash

Supported Formats

  • H.264/AVC video
  • VP8 video
  • VP9 video
  • Opus audio
  • a-Law/PCMA/G.711a audio
  • u-Law/PCMU/G.711u audio

Supported Standards

See Also

You Might Also Need

Related Products

  • H.264/AVC Decoder - H.264/AVC DirectShow video decoder.
  • Audio Mixer - DirectShow filter for real-time mixing of multiple mono, stereo or multichannel audio streams.

Action Items

Personal tools