Live Stream v1 API - Class RtmpPushOutputEndpoint (1.10.0)

public sealed class RtmpPushOutputEndpoint : IMessage<RtmpPushOutputEndpoint>, IEquatable<RtmpPushOutputEndpoint>, IDeepCloneable<RtmpPushOutputEndpoint>, IBufferMessage, IMessage

Reference documentation and code samples for the Live Stream v1 API class RtmpPushOutputEndpoint.

Configurations for an output endpoint using RTMP_PUSH as the streaming protocol.

Inheritance

object > RtmpPushOutputEndpoint

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

RtmpPushOutputEndpoint()

public RtmpPushOutputEndpoint()

RtmpPushOutputEndpoint(RtmpPushOutputEndpoint)

public RtmpPushOutputEndpoint(RtmpPushOutputEndpoint other)
Parameter
Name Description
other RtmpPushOutputEndpoint

Properties

StreamKey

public string StreamKey { get; set; }

Required. Stream key for RTMP protocol.

Property Value
Type Description
string

Uri

public string Uri { get; set; }

Required. The full URI of the remote RTMP server. For example: rtmp://192.168.123.321/live/my-stream or rtmp://somedomain.com/someapp.

Property Value
Type Description
string