# Membrane SRT plugin v0.2.1 - Table of Contents

> SRT Source and Sink for Membrane Framework

## Pages

- [Membrane SRT Plugin](readme.md)
- [LICENSE](license.md)

## Modules

- [Membrane.SRT.Sink](Membrane.SRT.Sink.md): Membrane Sink acting as an SRT client which sends incoming data to an SRT server.
The server listens on the specified IP address and port.
- [Membrane.SRT.Source](Membrane.SRT.Source.md): Membrane Source acting as a SRT server.
It listens for connection on given port.
When the connection is estabilished, it start receiving stream
with given `stream_id`.

## See Also

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