Module: Google::Cloud::Video::LiveStream::V1::LivestreamService

Defined in:
lib/google/cloud/video/live_stream/v1/livestream_service.rb,
lib/google/cloud/video/live_stream/v1/livestream_service/rest.rb,
lib/google/cloud/video/live_stream/v1/livestream_service/paths.rb,
lib/google/cloud/video/live_stream/v1/livestream_service/client.rb,
lib/google/cloud/video/live_stream/v1/livestream_service/operations.rb,
lib/google/cloud/video/live_stream/v1/livestream_service/credentials.rb,
lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb,
lib/google/cloud/video/live_stream/v1/livestream_service/rest/operations.rb,
lib/google/cloud/video/live_stream/v1/livestream_service/rest/service_stub.rb

Overview

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).

To load this service and instantiate a REST client:

require "google/cloud/video/live_stream/v1/livestream_service/rest"
client = ::Google::Cloud::Video::LiveStream::V1::LivestreamService::Rest::Client.new

Defined Under Namespace

Modules: Paths, Rest Classes: Client, Credentials, Operations