WebRTC/RTP Server: Technical Specs

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
 
(96 intermediate revisions by one user not shown)
Line 1: Line 1:
===Filter Interfaces===
+
{{This|technical_specs/webrtc_server.html}}
  
IBaseFilter, IAMFilterMiscFlags, IMediaSeeking, IPersistStream, ISpecifyPropertyPages, IAVOWRtpServer
+
==DirectShow Interfaces==
 
+
===Input Pin Media Types===
+
  
 
{|
 
{|
 
|-
 
|-
|AVC/H264:<br>
+
|Filter&nbsp;Interfaces
|
+
|IBaseFilter, IAMFilterMiscFlags, IMediaSeeking, IPersistStream, ISpecifyPropertyPages, IAVOWRtpServer
 
+
 
|-
 
|-
|majortype: 
+
|Input Pin Media Types
|MEDIATYPE_Video
+
|'''AVC/H264:'''
 +
* MEDIATYPE_Video
 +
* MEDIASUBTYPE_H264,&nbsp;MEDIASUBTYPE_AVC1, MEDIASUBTYPE_H264ByteStream
 +
* FORMAT_MPEG2Video, FORMAT_VideoInfo, FORMAT_VideoInfo2
 +
'''VP8 ( Fourcc = VP80):'''
 +
* MEDIATYPE_Video/ Fourcc&nbsp;subtype/ FORMAT_VideoInfo2, FORMAT_VideoInfo
 +
'''VP9 ( Fourcc = VP90):'''
 +
* MEDIATYPE_Video/ Fourcc&nbsp;subtype/ FORMAT_VideoInfo2| FORMAT_VideoInfo
 +
'''Opus:'''
 +
* MEDIATYPE_Audio/ MEDIASUBTYPE_OPUS/ FORMAT_WaveFormatEx&nbsp;KSDATAFORMAT_SUBTYPE_OPUS
 +
'''A-Law (PCMA):'''
 +
* MEDIATYPE_Audio/ KSDATAFORMAT_SUBTYPE_ALAW/ FORMAT_WaveFormatEx&nbsp;WAVE_FORMAT_ALAW
 +
'''U-Law (PCMU):'''
 +
* MEDIATYPE_Audio/ KSDATAFORMAT_SUBTYPE_MULAW/ FORMAT_WaveFormatEx&nbsp;WAVE_FORMAT_MULAW
  
 
|-
 
|-
|subtypes:   
+
|Input Pin Interfaces
|MEDIASUBTYPE_H264, MEDIASUBTYPE_AVC1, MEDIASUBTYPE_H264ByteStream
+
|IPin
 
+
|-
+
|formattypes:
+
|FORMAT_MPEG2Video, FORMAT_VideoInfo, FORMAT_VideoInfo2
+
 
+
|}
+
 
+
<!--
+
|-
+
|MEDIATYPE_Interleaved, MEDIATYPE_Video, MEDIATYPE_Audio<br>MEDIASUBTYPE_dv25, MEDIASUBTYPE_dv50, MEDIASUBTYPE_dvh1, MEDIASUBTYPE_MPEG2_VIDEO, MEDIASUBTYPE_PCM<br>FORMAT_DvInfo, FORMAT_MPEG2Video, FORMAT_WaveFormatEx
+
 
+
|-
+
|Output Pin Interfaces
+
|IPin, IMediaSeeking
+
  
 
|-
 
|-
Line 42: Line 38:
 
|-
 
|-
 
|Filter Name
 
|Filter Name
|AVObjects MXFReader
+
|AVObjects WRtpServer
  
 
|-
 
|-
 
|Executable
 
|Executable
|MXFReader.dll
+
|WRtpServer.dll
  
 
|}
 
|}
-->
+
 
 +
 
 +
[[Category: Technical Specs]]
 +
__NOTOC__

Latest revision as of 02:06, 27 September 2018

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

DirectShow Interfaces

Filter Interfaces IBaseFilter, IAMFilterMiscFlags, IMediaSeeking, IPersistStream, ISpecifyPropertyPages, IAVOWRtpServer
Input Pin Media Types AVC/H264:
  • MEDIATYPE_Video
  • MEDIASUBTYPE_H264, MEDIASUBTYPE_AVC1, MEDIASUBTYPE_H264ByteStream
  • FORMAT_MPEG2Video, FORMAT_VideoInfo, FORMAT_VideoInfo2

VP8 ( Fourcc = VP80):

  • MEDIATYPE_Video/ Fourcc subtype/ FORMAT_VideoInfo2, FORMAT_VideoInfo

VP9 ( Fourcc = VP90):

  • MEDIATYPE_Video/ Fourcc subtype/ FORMAT_VideoInfo2| FORMAT_VideoInfo

Opus:

  • MEDIATYPE_Audio/ MEDIASUBTYPE_OPUS/ FORMAT_WaveFormatEx KSDATAFORMAT_SUBTYPE_OPUS

A-Law (PCMA):

  • MEDIATYPE_Audio/ KSDATAFORMAT_SUBTYPE_ALAW/ FORMAT_WaveFormatEx WAVE_FORMAT_ALAW

U-Law (PCMU):

  • MEDIATYPE_Audio/ KSDATAFORMAT_SUBTYPE_MULAW/ FORMAT_WaveFormatEx WAVE_FORMAT_MULAW
Input Pin Interfaces IPin
Merit MERIT_NORMAL
Filter Categories DirectShow filters, AVObjects filters
Filter Name AVObjects WRtpServer
Executable WRtpServer.dll