WebRTC/RTP Server

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
Line 24: Line 24:
 
===Supported Formats===
 
===Supported Formats===
  
* DV/DVCR (IEC 61834)
+
*  
* DV25/DVCPRO 25 (SMPTE 314M)
+
* DV50/DVCPRO 50 (SMPTE 314M)
+
* DV100/DVCPRO 100/DVCPRO HD (SMPTE 370)
+
* MPEG-2 525 encoded using ISO/IEC 13818-2 (MPEG-2)
+
* MPEG-2 625 encoded using ISO/IEC 13818-2 (MPEG-2)
+
* MPEG HD encoded using ISO/IEC 13818-2 (MPEG-2) Main Profile at High Level
+
* JPEG2000 video
+
* AVC(H264) video
+
* DNxHD (VC-3) video
+
* Audio PCM 32 - 32-bit PCM audio
+
* Audio PCM 24 - 24-bit PCM audio
+
* Audio PCM 16 - 16-bit PCM audio
+
* Auduo encoded by A-Law algorithm
+
* Audio packets according by AES-3
+
  
 
===Supported MXF Standards===
 
===Supported MXF Standards===
Line 58: Line 44:
 
===See Also===
 
===See Also===
  
* [[MXF Reader: Release Notes]]
+
* [[WebRTC/RTP Server: Release Notes]]
* [[MXF Reader: Technical Specs]]
+
* [[WebRTC/RTP Server: Technical Specs]]
  
 
==You Might Also Need==
 
==You Might Also Need==
  
* {{LinkDescription|H.264/AVC Decoder}}
+
* {{LinkDescription|H.264/AVC Encoder}}
* {{LinkDescription|MPEG-4 Decoder}}
+
* {{LinkDescription|Audio Generator}}
* {{LinkDescription|MPEG-2 Video Decoder}}
+
* {{LinkDescription|DVCPRO HD Decoder}}
+
* {{LinkDescription|DV Splitter}}
+
  
 
==Related Products==
 
==Related Products==
* {{LinkDescription|MXF Writer}}
+
* {{LinkDescription|H.264/AVC Decoder}}
* {{LinkDescription|H.264/AVC Encoder}}
+
* {{LinkDescription|DVCPRO HD Encoder}}
+
 
* {{LinkDescription|Audio Mixer}}
 
* {{LinkDescription|Audio Mixer}}
 +
* {{LinkDescription|Audio Level}}
 
<!--
 
<!--
 
===Other Codecs We Made===
 
===Other Codecs We Made===
Line 80: Line 62:
 
==Action Items==
 
==Action Items==
  
* {{MXF Reader: Download}}
+
* {{WebRTC/RTP Server: Download}}
 
* {{Contact Support}}
 
* {{Contact Support}}
 
* {{Place Order!}}
 
* {{Place Order!}}
  
 +
<!--
 
{{Prices|1600|2800|3950|300606409|300606424|300606425}}
 
{{Prices|1600|2800|3950|300606409|300606424|300606425}}
 
+
-->
 
[[Category:Special Filters]]
 
[[Category:Special Filters]]
 
__NOTOC__
 
__NOTOC__

Revision as of 13:54, 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

  • SMPTE 336M: Data Encoding Protocol using Key-Length-Value
  • SMPTE 377M: Material Exchange Format (MXF) - File Format Specification
  • SMPTE 378M: Operational pattern 1A (Single Item, Single Package)
  • SMPTE 379M: MXF Generic Container
  • SMPTE 381M: Mapping MPEG Streams into the MXF Generic Container
  • 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

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