Class: Aws::IVS::Types::Stream

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb

Overview

Specifies a live video stream that has been ingested and distributed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

Channel ARN for the stream.

Returns:

  • (String)


1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1853

class Stream < Struct.new(
  :channel_arn,
  :health,
  :playback_url,
  :start_time,
  :state,
  :stream_id,
  :viewer_count)
  SENSITIVE = []
  include Aws::Structure
end

#healthString

The stream’s health.

Returns:

  • (String)


1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1853

class Stream < Struct.new(
  :channel_arn,
  :health,
  :playback_url,
  :start_time,
  :state,
  :stream_id,
  :viewer_count)
  SENSITIVE = []
  include Aws::Structure
end

#playback_urlString

URL of the master playlist, required by the video player to play the HLS stream.

Returns:

  • (String)


1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1853

class Stream < Struct.new(
  :channel_arn,
  :health,
  :playback_url,
  :start_time,
  :state,
  :stream_id,
  :viewer_count)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

Time of the stream’s start. This is an ISO 8601 timestamp; note that this is returned as a string.

Returns:

  • (Time)


1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1853

class Stream < Struct.new(
  :channel_arn,
  :health,
  :playback_url,
  :start_time,
  :state,
  :stream_id,
  :viewer_count)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The stream’s state. Do not rely on the OFFLINE state, as the API may not return it; instead, a "NotBroadcasting" error will indicate that the stream is not live.

Returns:

  • (String)


1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1853

class Stream < Struct.new(
  :channel_arn,
  :health,
  :playback_url,
  :start_time,
  :state,
  :stream_id,
  :viewer_count)
  SENSITIVE = []
  include Aws::Structure
end

#stream_idString

Unique identifier for a live or previously live stream in the specified channel.

Returns:

  • (String)


1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1853

class Stream < Struct.new(
  :channel_arn,
  :health,
  :playback_url,
  :start_time,
  :state,
  :stream_id,
  :viewer_count)
  SENSITIVE = []
  include Aws::Structure
end

#viewer_countInteger

A count of concurrent views of the stream. Typically, a new view appears in viewerCount within 15 seconds of when video playback starts and a view is removed from viewerCount within 1 minute of when video playback ends. A value of -1 indicates that the request timed out; in this case, retry.

Returns:

  • (Integer)


1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1853

class Stream < Struct.new(
  :channel_arn,
  :health,
  :playback_url,
  :start_time,
  :state,
  :stream_id,
  :viewer_count)
  SENSITIVE = []
  include Aws::Structure
end