Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class RtmpPushOutputEndpoint.
Configurations for an output endpoint using RTMP_PUSH as the streaming protocol.
Generated from protobuf message google.cloud.video.livestream.v1.RtmpPushOutputEndpoint
Namespace
Google \ Cloud \ Video \ LiveStream \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ uri
string
Required. The full URI of the remote RTMP server. For example: rtmp://192.168.123.321/live/my-stream
or rtmp://somedomain.com/someapp
.
↳ stream_key
string
Required. Stream key for RTMP protocol.
getUri
Required. The full URI of the remote RTMP server. For example: rtmp://192.168.123.321/live/my-stream
or rtmp://somedomain.com/someapp
.
string
setUri
Required. The full URI of the remote RTMP server. For example: rtmp://192.168.123.321/live/my-stream
or rtmp://somedomain.com/someapp
.
var
string
$this
getStreamKey
Required. Stream key for RTMP protocol.
string
setStreamKey
Required. Stream key for RTMP protocol.
var
string
$this

