# Membrane RTP VP8 Plugin v0.9.7 - Table of Contents

> Membrane RTP payloader and depayloader for VP8

## Pages

- [Membrane RTP VP8 plugin](readme.md)
- [LICENSE](license.md)

## Modules

- [Membrane.RTP.VP8.Depayloader](Membrane.RTP.VP8.Depayloader.md): Depayloads VP8 frames from RTP packets according to: https://tools.ietf.org/html/rfc7741
- [Membrane.RTP.VP8.Frame](Membrane.RTP.VP8.Frame.md): Module resposible for accumulating data from RTP packets into VP8 frames
Implements loosely algorithm described here: https://tools.ietf.org/html/rfc7741#section-4.5

- [Membrane.RTP.VP8.PayloadDescriptor](Membrane.RTP.VP8.PayloadDescriptor.md): Defines a structure representing VP8 payload descriptor
Described in details under following link: https://tools.ietf.org/html/rfc7741#section-4.2
- [Membrane.RTP.VP8.Payloader](Membrane.RTP.VP8.Payloader.md): Payloads VP8 frames into RTP packets according to: https://tools.ietf.org/html/rfc7741
- [Membrane.RTP.VP8.Utils](Membrane.RTP.VP8.Utils.md): Utility functions for RTP packets containing VP8 encoded frames.

## See Also

- [Membrane Framework AI Skill](https://hexdocs.pm/membrane_core/skill.md)
- [Membrane Core](https://hexdocs.pm/membrane_core/llms.txt)
