WebRTC/RTP Server

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
Line 29: Line 29:
  
 
* IETF RFC 3550(2003): RTP: A Transport Protocol for Real-Time Applications
 
* IETF RFC 3550(2003): RTP: A Transport Protocol for Real-Time Applications
 +
* IETF RFC 3551(2003): RTP Profile for Audio and Video Conferences with Minimal Control
 +
* IETF RFC 3711(2004): The Secure Real-time Transport Protocol (SRTP)
 
* IETF RFC 6184(2011): RTP Payload Format for H.264 Video  
 
* IETF RFC 6184(2011): RTP Payload Format for H.264 Video  
* SMPTE 377M: Material Exchange Format (MXF) - File Format Specification
+
* IETF RFC 6347(2012): Datagram Transport Layer Security Version 1.2
* SMPTE 378M: Operational pattern 1A (Single Item, Single Package)
+
* IETF RFC 7587(2015): RTP Payload Format for the Opus Speech and Audio Codec
* SMPTE 379M: MXF Generic Container
+
* IETF RFC 7741(2016): RTP Payload Format for VP8 Video
* SMPTE 381M: Mapping MPEG Streams into the MXF Generic Container
+
* IETF RFC 5389(2008): Session Traversal Utilities for NAT (STUN)
* SMPTE 382M: Mapping AES3 and Broadcast Wave Audio into the MXF Generic Container
+
* SMPTE 383M: Mapping DV-DIF Data to the MXF Generic Container
+
* SMPTE 386M: Mapping Type D-10 Essence Data to the MXF Generic Container
+
* SMPTE 390M: Specialized Operational Pattern "Atom" (Simplified Representation of a Single Item)
+
* SMPTE 422M: Mapping JPEG 2000 Codestreams into the MXF Generic Container
+
* SMPTE 429-6 / ISO 26429-6:2008: MXF Track File Essence Encryption
+
* SMPTE 434:  XML Encoding for Metadata and File Structure Information
+
* Matsushita Electric Industrial Co.,Ltd. Specification of Content Data Structure on P2 Card.
+
  
 
===See Also===
 
===See Also===

Revision as of 14:32, 8 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 and 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), PCMa(G.711u).
  • Contains built-in NTTP signaling server for exchanging SDP information with WebRTC clients.

Supported Formats

Supported MXF Standards

  • IETF RFC 3550(2003): RTP: A Transport Protocol for Real-Time Applications
  • IETF RFC 3551(2003): RTP Profile for Audio and Video Conferences with Minimal Control
  • IETF RFC 3711(2004): The Secure Real-time Transport Protocol (SRTP)
  • IETF RFC 6184(2011): RTP Payload Format for H.264 Video
  • IETF RFC 6347(2012): Datagram Transport Layer Security Version 1.2
  • IETF RFC 7587(2015): RTP Payload Format for the Opus Speech and Audio Codec
  • IETF RFC 7741(2016): RTP Payload Format for VP8 Video
  • IETF RFC 5389(2008): Session Traversal Utilities for NAT (STUN)

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.
  • Audio Level - Provides support for level processing of an audio stream.

Action Items

Personal tools