WebRTC/RTP Server: Technical Specs
From AVObjects Knowledge Base
(Difference between revisions)
Line 18: | Line 18: | ||
* MEDIATYPE_Video/ Fourcc subtype/ FORMAT_VideoInfo2| FORMAT_VideoInfo | * MEDIATYPE_Video/ Fourcc subtype/ FORMAT_VideoInfo2| FORMAT_VideoInfo | ||
'''Opus:''' | '''Opus:''' | ||
− | * MEDIATYPE_Audio/ MEDIASUBTYPE_OPUS/ FORMAT_WaveFormatEx | + | * MEDIATYPE_Audio/ MEDIASUBTYPE_OPUS/ FORMAT_WaveFormatEx KSDATAFORMAT_SUBTYPE_OPUS |
'''A-Law (PCMA):''' | '''A-Law (PCMA):''' | ||
* MEDIATYPE_Audio/ KSDATAFORMAT_SUBTYPE_ALAW/ FORMAT_WaveFormatEx-WAVE_FORMAT_ALAW | * MEDIATYPE_Audio/ KSDATAFORMAT_SUBTYPE_ALAW/ FORMAT_WaveFormatEx-WAVE_FORMAT_ALAW |
Revision as of 02:05, 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:
VP8 ( Fourcc = VP80):
VP9 ( Fourcc = VP90):
Opus:
A-Law (PCMA):
U-Law (PCMU):
|
Input Pin Interfaces | IPin |
Merit | MERIT_NORMAL |
Filter Categories | DirectShow filters, AVObjects filters |
Filter Name | AVObjects WRtpServer |
Executable | WRtpServer.dll |