ExRTMP.Message.Command.NetStream.Publish (RTMP Server and Client v0.4.1)
View SourceStruct representing a "publish" command message for RTMP NetStream.
Summary
Types
@type publishing_type() :: :live | :record | :append
@type t() :: %ExRTMP.Message.Command.NetStream.Publish{ name: String.t(), transaction_id: number(), type: publishing_type() }