Video Mixer

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
Line 13: Line 13:
 
<!--* [http://avobjects.com:8050 Live stream from our server]-->
 
<!--* [http://avobjects.com:8050 Live stream from our server]-->
  
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 them by the network to peers wia WebRTC compatible protocols. The filter performs a renderer function and must be placed as a sink filter in the graph (the last filter in the graph chain).
+
Mixer designed for mixing multiple video streams, as well as overlay pictures, subtitles, texts (including date, time, frame number, and so on).  
 +
It allows you to dynamically change the size, location and transparency of elements in the output stream.
  
 
==Features==
 
==Features==
  
* Compatible with most popular browsers such as Google Chrome, Safari, Microsoft Edge
+
* Supports mixing for video in different formats and with different FPS
 
* Compatibility with most mobile and desktop devices running on operating systems Windows, iOS, MacOS, Android.
 
* Compatibility with most mobile and desktop devices running on operating systems Windows, iOS, MacOS, Android.
 
* Supports secure connections using SRTP and DTLS.  
 
* Supports secure connections using SRTP and DTLS.  

Revision as of 14:19, 18 April 2019

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

DirectShow filter for real-time mixing of video streams, pictures and texts

Overview

Mixer designed for mixing multiple video streams, as well as overlay pictures, subtitles, texts (including date, time, frame number, and so on). It allows you to dynamically change the size, location and transparency of elements in the output stream.

Features

  • Supports mixing for video in different formats and with different FPS
  • 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.
  • Received streams can be displayed in browsers without Adobe Flash object.

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. It can be useful when working with third-party audio codecs

Action Items

Personal tools