RTMP Server

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
Line 44: Line 44:
 
* [http://tools.ietf.org/html/rfc7741 IETF RFC 7741(2016)]: RTP Payload Format for VP8 Video
 
* [http://tools.ietf.org/html/rfc7741 IETF RFC 7741(2016)]: RTP Payload Format for VP8 Video
 
-->
 
-->
===See Also===
+
==See Also==
  
 
* [[RTMP Server: Release Notes]]
 
* [[RTMP Server: Release Notes]]
* See the detailed specification in the Idl\RTMPServer.idl in the filter installation
+
* {{.idl}}
<!-- * [[RTMP Server: Technical Specs]]-->
+
  
 
==You Might Also Need==
 
==You Might Also Need==

Revision as of 11:48, 22 April 2023

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

RTMP Server is a DirectShow Filter for sending media streams from the graph to the network. It gets encoded video andaudio streams and send them by the network to peers via RTMP 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).

See Also

  • RTMP Server: Release Notes
  • Specifications and description of user interfaces can be found in the .idl file in the \Idl folder of the filter installation directory.

You Might Also Need

  • H.264/AVC Encoder - H.264/AVC DirectShow video encoder.
  • AAC Encoder - A high-performance AAC audio encoder.
  • Video Generator - DirectShow filter for generating a video stream with the necessary parameters, for creating video frames for checking chroma key, for outputting an audio stream synchronized with video, and much more.

Related Products

  • WebRTC/RTP Server - DirectShow Filter for streaming media in the network
  • 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