Module retina::client[][src]

Expand description

RTSP client: connect to a server via Session.

Modules

RTP and RTCP handling; see RFC 3550.

Structs

Username and password authentication credentials.

Wrapper returned by Session<Playing>::demuxed which demuxes/depacketizes into frames.

Options which must be decided at PLAY time.

An RTSP session.

A group of sessions, currently used only to track stale sessions.

Options which must be known right as a session is created.

The overall status of stale sessions that may be in state Playing and belong to a particular group.

Information about a stream offered within a presentation.

Enums

Policy for handling the rtptime parameter normally seem in the RTP-Info header. This parameter is used to map each stream’s RTP timestamp to NPT (“normal play time”), allowing multiple streams to be played in sync.

An item yielded by Session<Playing>’s [futures::stream::Stream] impl.

Policy for when to send TEARDOWN requests.

The RTP packet transport to request.