RTMP Server

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
 
(4 intermediate revisions by one user not shown)
Line 8: Line 8:
  
 
==Overview==
 
==Overview==
* {{Download|142}}
 
* {{Contact Support}}
 
* {{Place Order!}}
 
<!--* [http://avobjects.com:8050 Live stream from our server]-->
 
  
 
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).
 
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).
 
 
<!--==Features==
 
<!--==Features==
  
Line 49: 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==
  
* {{LinkDescription|H.264/AVC Encoder}}
+
* {{LinkDescription|QuickSync Encoder}}
 
* {{LinkDescription|AAC Encoder}}
 
* {{LinkDescription|AAC Encoder}}
 
* {{LinkDescription|Video Generator}}
 
* {{LinkDescription|Video Generator}}
<!--* [http://avobjects.com/downloads/121 Video Generator]-->
 
  
 
==Related Products==
 
==Related Products==
 +
 
* {{LinkDescription|WebRTC/RTP Server}}
 
* {{LinkDescription|WebRTC/RTP Server}}
* {{LinkDescription|H.264/AVC Decoder}}
+
* {{LinkDescription|QuickSync Decoder}}
 
* {{LinkDescription|Audio Mixer}} It can be useful when working with third-party audio codecs
 
* {{LinkDescription|Audio Mixer}} It can be useful when working with third-party audio codecs
<!--
+
 
===Other Codecs We Made===
+
{{Other Codecs}}
+
-->
+
 
==Action Items==
 
==Action Items==
  

Latest revision as of 11:49, 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

  • QuickSync Encoder - DirectShow filter for encoding 8-bit 4:2:0 progressive or interlaced video frames in HEVC, H264 or MPEG-2 formats.
  • 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
  • QuickSync Decoder - DirectShow filter for decoding 8-bit 4:2:0 progressive or interlaced video frames encoded in H264 format.
  • 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