WebRTC/RTP Server: Technical Specs
From AVObjects Knowledge Base
		(Difference between revisions)
		
		
| Line 12: | Line 12: | ||
|Input Pin Media Types  | |Input Pin Media Types  | ||
|AVC/H264:  | |AVC/H264:  | ||
| + | |||
majortype:    | majortype:    | ||
MEDIATYPE_Video  | MEDIATYPE_Video  | ||
| + | |||
subtypes:    | subtypes:    | ||
| + | |||
MEDIASUBTYPE_H264, MEDIASUBTYPE_AVC1, MEDIASUBTYPE_H264ByteStream  | MEDIASUBTYPE_H264, MEDIASUBTYPE_AVC1, MEDIASUBTYPE_H264ByteStream  | ||
| + | |||
formattypes:    | formattypes:    | ||
| + | |||
FORMAT_MPEG2Video, FORMAT_VideoInfo, FORMAT_VideoInfo2  | FORMAT_MPEG2Video, FORMAT_VideoInfo, FORMAT_VideoInfo2  | ||
| + | |||
VP8 ( Fourcc = 'VP80'): [https://www.webmproject.org/tools https://www.webmproject.org/tools]  | VP8 ( Fourcc = 'VP80'): [https://www.webmproject.org/tools https://www.webmproject.org/tools]  | ||
| + | |||
MEDIATYPE_Video / Fourcc subtype / FORMAT_VideoInfo2, FORMAT_VideoInfo  | MEDIATYPE_Video / Fourcc subtype / FORMAT_VideoInfo2, FORMAT_VideoInfo  | ||
Revision as of 08:52, 9 September 2018
This page is a copy of the original page on the AVObjects' web site and can also be viewed here.
Filter Interfaces
| Filter Interfaces | IBaseFilter, IAMFilterMiscFlags, IMediaSeeking, IPersistStream, ISpecifyPropertyPages, IAVOWRtpServer | 
| Input Pin Media Types | AVC/H264:
 majortype: MEDIATYPE_Video subtypes: MEDIASUBTYPE_H264, MEDIASUBTYPE_AVC1, MEDIASUBTYPE_H264ByteStream formattypes: FORMAT_MPEG2Video, FORMAT_VideoInfo, FORMAT_VideoInfo2 VP8 ( Fourcc = 'VP80'): https://www.webmproject.org/tools MEDIATYPE_Video / Fourcc subtype / FORMAT_VideoInfo2, FORMAT_VideoInfo  |