Class LivestreamServiceGrpc.LivestreamServiceImplBase (0.43.0)

public abstract static class LivestreamServiceGrpc.LivestreamServiceImplBase implements BindableService, LivestreamServiceGrpc.AsyncService

Base class for the server implementation of the service 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

java.lang.Object > LivestreamServiceGrpc.LivestreamServiceImplBase

Implements

io.grpc.BindableService, LivestreamServiceGrpc.AsyncService

Constructors

LivestreamServiceImplBase()

public LivestreamServiceImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition