Live Stream v1 API - Class LivestreamService (1.5.0)

public static class LivestreamService

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

Using Live Stream API, you can generate live streams in the various renditions and streaming formats. The streaming format include HTTP Live Streaming (HLS) and Dynamic Adaptive Streaming over HTTP (DASH). You can send a source stream in the various ways, including Real-Time Messaging Protocol (RTMP) and Secure Reliable Transport (SRT).

Inheritance

object > LivestreamService

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Methods

BindService(LivestreamServiceBase)

public static ServerServiceDefinition BindService(LivestreamService.LivestreamServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplLivestreamServiceLivestreamServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, LivestreamServiceBase)

public static void BindService(ServiceBinderBase serviceBinder, LivestreamService.LivestreamServiceBase serviceImpl)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplLivestreamServiceLivestreamServiceBase

An object implementing the server-side handling logic.