Membrane.RTMP.Messages.Publish (Membrane RTMP plugin v0.29.1)

View Source

Defines the RTMP publish command.

Summary

Types

t()

@type t() :: %Membrane.RTMP.Messages.Publish{
  publish_type: String.t() | nil,
  stream_key: String.t(),
  tx_id: non_neg_integer()
}