WebRTC Media Server
Documentation comming soon, major refactoring ongoing. Stay tunned!
This repository is currently a host for the base media code used in different projects. While it may take a while to propertly encapsulate it and define reusable components to create a propper SDK, you can use the following native wrappers:
- MCU.
- Media Server for Node.js
- Media Server for Java (Comming soon)
We intend to implement support the following features:
- Video encoders/decoders: VP8 (VP6 on decoding), H264, MP4V-ES H263P, Sorenson H263 and H263 support
- Audio enoders/decoders: PCMU, PCMA, G722, GSM, SPEEX, NellyMoser, AAC (only encoding) and Opus support
- Video mixing with continuous presence
- Audio mixing in 8khz,16Khz,32khz and 48Khz
- Flash broadcasting
- VAD support
- VP9 SVC layer selection
- Simulcast
- RTP transport wide congestion control
- Remote Bitrate Estimation adn Adaptation Algorithm
- Sender side BitRate estimation: algorithm not decided yet candidates are GCC, NADA or SCREAM
- Flex FEC draft 3
- NACK and RTX support
- RTCP reduced size
- Bundle
- ICE lite
- Frame Marking
- PERC double encryption
- Plain RTP broadcasting/streaming
- Layer Refresh Request (LRR) RTCP Feedback Message
- MPEG DASH
- Datachannels
To discuss issues related to this project or ask for help please join the google comunity group.