API Reference Membrane RTSP v0.2.0

Modules

This module provides a functionality to open a session, execute a RTSP requests through that session and close the session.

This module represents a RTSP 1.0 request.

This module represents a RTSP response.

This module represents an active Session.

This module provides Supervisor you can start in your Supervision tree and use with Membrane.RTSP.Session.new/4.

This module represents the Transport contract.

This module implements the Transport behaviour and transmits requests over TCP Socket keeping connection until either session is closed or connection is closed by server.