View Source Membrane.Ogg.Demuxer (Membrane Ogg plugin v0.2.0)

A Membrane Element for demuxing an Ogg.

For now it supports only Ogg containing a single Opus track.

All the tracks in the Ogg must have a corresponding output pad linked (Pad.ref(:output, track_id)).

pads

Pads

input

:input

Accepted formats:

RemoteStream
Direction::input
Availability::always
Flow control::manual
Demand unit::buffers

output

:output

Accepted formats:

%RemoteStream{type: :packetized, content_format: Opus}
Direction::output
Availability::on_request
Flow control::manual
Demand unit:nil

Link to this section Summary

Types

Notification sent when a new track is identified in the Ogg. Upon receiving the notification a Pad.ref(:output, track_id) pad should be linked.

Link to this section Types

@type new_track_t() :: {:new_track, {track_id :: integer(), track_type :: atom()}}

Notification sent when a new track is identified in the Ogg. Upon receiving the notification a Pad.ref(:output, track_id) pad should be linked.