mux_ruby 3.6.0 → 3.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eb2b29c567025de72eb9d0189c6e1fa2ec9ea8689ac93e55863bb12695b9af2c
4
- data.tar.gz: b5526bace178c2d507bdf6749eb941c3f6112b3359bebe8f7cc916a4654e2625
3
+ metadata.gz: c98e6854ac4144dccd56734a1c2e86b8ce222358e48b238b0bef1c8152127711
4
+ data.tar.gz: 129c5026b7f7d1ad699bf14d10dc60894fe9d1c3a8bf99e4bd9659cc6ad2b2b1
5
5
  SHA512:
6
- metadata.gz: ae1c009ff5fdbc689afe779a07f42761c39bb3f0d3ba026474bfe3aa8464fb5f44e61cd0403986a1d3cae6c9d6ec3ade7d3976e7e0a2b128a117f2486980b24a
7
- data.tar.gz: ff95553d55ab84a4baa91bc0ccab2d9f8ea68092dcde483bd3befcd6c05c88e94cff82589c81f30a8824805945bd565f7f59021f184c55738f60d33e043756d2
6
+ metadata.gz: d771b2cac8ac997d35f3cd595fd42fb48dfa12161885fb14bff72b0323aad9e9c030f9d6893b97c6f375bdb7f238276b7950bc6ff8cd1ba0d5e67d88e44f3cfb
7
+ data.tar.gz: 951c6f5f845205cb66b68f36b83c6b62e027dd93509a3b4e6ea338e92349ca77bb41a23544e42636ccb57c7667b9c15acd546e416027383a55f9d034037f9984
data/CODEOWNERS ADDED
@@ -0,0 +1,2 @@
1
+ * @muxinc/techops
2
+ /CODEOWNERS @muxinc/platform-team
data/Gemfile.lock CHANGED
@@ -1,23 +1,23 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mux_ruby (3.6.0)
4
+ mux_ruby (3.7.0)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  ast (2.4.2)
11
- byebug (11.1.1)
12
- coderay (1.1.2)
13
- diff-lcs (1.3)
11
+ byebug (11.1.3)
12
+ coderay (1.1.3)
13
+ diff-lcs (1.5.0)
14
14
  ethon (0.15.0)
15
15
  ffi (>= 1.15.0)
16
- ffi (1.15.4)
16
+ ffi (1.15.5)
17
17
  jaro_winkler (1.5.4)
18
18
  method_source (1.0.0)
19
- parallel (1.20.1)
20
- parser (3.0.2.0)
19
+ parallel (1.22.1)
20
+ parser (3.1.2.0)
21
21
  ast (~> 2.4.1)
22
22
  pry (0.13.1)
23
23
  coderay (~> 1.1)
@@ -25,22 +25,23 @@ GEM
25
25
  pry-byebug (3.9.0)
26
26
  byebug (~> 11.0)
27
27
  pry (~> 0.13.0)
28
- psych (4.0.1)
29
- rainbow (3.0.0)
28
+ psych (4.0.4)
29
+ stringio
30
+ rainbow (3.1.1)
30
31
  rake (13.0.6)
31
- rspec (3.9.0)
32
- rspec-core (~> 3.9.0)
33
- rspec-expectations (~> 3.9.0)
34
- rspec-mocks (~> 3.9.0)
35
- rspec-core (3.9.1)
36
- rspec-support (~> 3.9.1)
37
- rspec-expectations (3.9.1)
32
+ rspec (3.11.0)
33
+ rspec-core (~> 3.11.0)
34
+ rspec-expectations (~> 3.11.0)
35
+ rspec-mocks (~> 3.11.0)
36
+ rspec-core (3.11.0)
37
+ rspec-support (~> 3.11.0)
38
+ rspec-expectations (3.11.0)
38
39
  diff-lcs (>= 1.2.0, < 2.0)
39
- rspec-support (~> 3.9.0)
40
- rspec-mocks (3.9.1)
40
+ rspec-support (~> 3.11.0)
41
+ rspec-mocks (3.11.1)
41
42
  diff-lcs (>= 1.2.0, < 2.0)
42
- rspec-support (~> 3.9.0)
43
- rspec-support (3.9.2)
43
+ rspec-support (~> 3.11.0)
44
+ rspec-support (3.11.0)
44
45
  rubocop (0.66.0)
45
46
  jaro_winkler (~> 1.5.1)
46
47
  parallel (~> 1.10)
@@ -50,7 +51,8 @@ GEM
50
51
  ruby-progressbar (~> 1.7)
51
52
  unicode-display_width (>= 1.4.0, < 1.6)
52
53
  ruby-progressbar (1.11.0)
53
- solid_assert (1.0.0)
54
+ solid_assert (1.1.0)
55
+ stringio (3.0.2)
54
56
  typhoeus (1.4.0)
55
57
  ethon (>= 0.9.0)
56
58
  unicode-display_width (1.5.0)
data/README.md CHANGED
@@ -23,7 +23,7 @@ Not familiar with Mux? Check out https://mux.com/ for more information.
23
23
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
24
24
 
25
25
  - API version: v1
26
- - Package version: 3.6.0
26
+ - Package version: 3.7.0
27
27
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
28
28
  For more information, please visit [https://docs.mux.com](https://docs.mux.com)
29
29
 
@@ -40,16 +40,16 @@ gem build mux_ruby.gemspec
40
40
  Then either install the gem locally:
41
41
 
42
42
  ```shell
43
- gem install ./mux_ruby-3.6.0.gem
43
+ gem install ./mux_ruby-3.7.0.gem
44
44
  ```
45
45
 
46
- (for development, run `gem install --dev ./mux_ruby-3.6.0.gem` to install the development dependencies)
46
+ (for development, run `gem install --dev ./mux_ruby-3.7.0.gem` to install the development dependencies)
47
47
 
48
48
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
49
49
 
50
50
  Finally add this to the Gemfile:
51
51
 
52
- gem 'mux_ruby', '~> 3.6.0'
52
+ gem 'mux_ruby', '~> 3.7.0'
53
53
 
54
54
  ### Install from Git
55
55
 
data/docs/Asset.md CHANGED
@@ -25,7 +25,7 @@
25
25
  | **source_asset_id** | **String** | Asset Identifier of the video used as the source for creating the clip. | [optional] |
26
26
  | **normalize_audio** | **Boolean** | Normalize the audio track loudness level. This parameter is only applicable to on-demand (not live) assets. | [optional][default to false] |
27
27
  | **static_renditions** | [**AssetStaticRenditions**](AssetStaticRenditions.md) | | [optional] |
28
- | **recording_times** | [**Array&lt;AssetRecordingTimes&gt;**](AssetRecordingTimes.md) | An array of individual live stream recording sessions. A recording session is created on each encoder connection during the live stream | [optional] |
28
+ | **recording_times** | [**Array&lt;AssetRecordingTimes&gt;**](AssetRecordingTimes.md) | An array of individual live stream recording sessions. A recording session is created on each encoder connection during the live stream. Additionally any time slate media is inserted during brief interruptions in the live stream media or times when the live streaming software disconnects, a recording session representing the slate media will be added with a \&quot;slate\&quot; type. | [optional] |
29
29
  | **non_standard_input_reasons** | [**AssetNonStandardInputReasons**](AssetNonStandardInputReasons.md) | | [optional] |
30
30
  | **test** | **Boolean** | True means this live stream is a test asset. A test asset can help evaluate the Mux Video APIs without incurring any cost. There is no limit on number of test assets created. Test assets are watermarked with the Mux logo, limited to 10 seconds, and deleted after 24 hrs. | [optional] |
31
31
 
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **started_at** | **Time** | The time at which the recording for the live stream started. The time value is Unix epoch time represented in ISO 8601 format. | [optional] |
8
8
  | **duration** | **Float** | The duration of the live stream recorded. The time value is in seconds. | [optional] |
9
+ | **type** | **String** | The type of media represented by the recording session, either &#x60;content&#x60; for normal stream content or &#x60;slate&#x60; for slate media inserted during stream interruptions. | [optional] |
9
10
 
10
11
  ## Example
11
12
 
@@ -14,7 +15,8 @@ require 'mux_ruby'
14
15
 
15
16
  instance = MuxRuby::AssetRecordingTimes.new(
16
17
  started_at: null,
17
- duration: null
18
+ duration: null,
19
+ type: null
18
20
  )
19
21
  ```
20
22
 
@@ -6,14 +6,16 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **playback_policy** | [**Array&lt;PlaybackPolicy&gt;**](PlaybackPolicy.md) | | [optional] |
8
8
  | **new_asset_settings** | [**CreateAssetRequest**](CreateAssetRequest.md) | | [optional] |
9
- | **reconnect_window** | **Float** | When live streaming software disconnects from Mux, either intentionally or due to a drop in the network, the Reconnect Window is the time in seconds that Mux should wait for the streaming software to reconnect before considering the live stream finished and completing the recorded asset. Defaults to 60 seconds on the API if not specified. | [optional] |
9
+ | **reconnect_window** | **Float** | When live streaming software disconnects from Mux, either intentionally or due to a drop in the network, the Reconnect Window is the time in seconds that Mux should wait for the streaming software to reconnect before considering the live stream finished and completing the recorded asset. Defaults to 60 seconds on the API if not specified. Reduced and Low Latency streams with a Reconnect Window greater than zero will insert slate media into the recorded asset while waiting for the streaming software to reconnect or when there are brief interruptions in the live stream media. When using a Reconnect Window setting higher than 60 seconds with a Standard Latency stream, we highly recommend enabling slate with the &#x60;use_slate_for_standard_latency&#x60; option. | [optional][default to 60] |
10
+ | **use_slate_for_standard_latency** | **Boolean** | By default, Standard Latency live streams do not have slate media inserted while waiting for live streaming software to reconnect to Mux. Setting this to true enables slate insertion on a Standard Latency stream. | [optional][default to false] |
11
+ | **reconnect_slate_url** | **String** | The URL of the image file that Mux should download and use as slate media during interruptions of the live stream media. This file will be downloaded each time a new recorded asset is created from the live stream. If this is not set, the default slate media will be used. | [optional] |
10
12
  | **passthrough** | **String** | | [optional] |
11
13
  | **audio_only** | **Boolean** | Force the live stream to only process the audio track when the value is set to true. Mux drops the video track if broadcasted. | [optional] |
12
14
  | **embedded_subtitles** | [**Array&lt;LiveStreamEmbeddedSubtitleSettings&gt;**](LiveStreamEmbeddedSubtitleSettings.md) | Describe the embedded closed caption contents of the incoming live stream. | [optional] |
13
15
  | **generated_subtitles** | [**Array&lt;LiveStreamGeneratedSubtitleSettings&gt;**](LiveStreamGeneratedSubtitleSettings.md) | Configure the incoming live stream to include subtitles created with automatic speech recognition. Each Asset created from a live stream with &#x60;generated_subtitles&#x60; configured will automatically receive two text tracks. The first of these will have a &#x60;text_source&#x60; value of &#x60;generated_live&#x60;, and will be available with &#x60;ready&#x60; status as soon as the stream is live. The second text track will have a &#x60;text_source&#x60; value of &#x60;generated_live_final&#x60; and will contain subtitles with improved accuracy, timing, and formatting. However, &#x60;generated_live_final&#x60; tracks will not be available in &#x60;ready&#x60; status until the live stream ends. If an Asset has both &#x60;generated_live&#x60; and &#x60;generated_live_final&#x60; tracks that are &#x60;ready&#x60;, then only the &#x60;generated_live_final&#x60; track will be included during playback. | [optional] |
14
- | **reduced_latency** | **Boolean** | This field is deprecated. Please use latency_mode instead. Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Set this if you want lower latency for your live stream. Note: Reconnect windows are incompatible with Reduced Latency and will always be set to zero (0) seconds. Read more here: https://mux.com/blog/reduced-latency-for-mux-live-streaming-now-available/ | [optional] |
15
- | **low_latency** | **Boolean** | This field is deprecated. Please use latency_mode instead. Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Setting this option will enable compatibility with the LL-HLS specification for low-latency streaming. This typically has lower latency than Reduced Latency streams, and cannot be combined with Reduced Latency. Note: Reconnect windows are incompatible with Low Latency and will always be set to zero (0) seconds. | [optional] |
16
- | **latency_mode** | **String** | Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Set this as an alternative to setting low latency or reduced latency flags. The Low Latency value is a beta feature. Note: Reconnect windows are incompatible with Reduced Latency and Low Latency and will always be set to zero (0) seconds. Read more here: https://mux.com/blog/introducing-low-latency-live-streaming/ | [optional] |
16
+ | **reduced_latency** | **Boolean** | This field is deprecated. Please use latency_mode instead. Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Set this if you want lower latency for your live stream. Read more here: https://mux.com/blog/reduced-latency-for-mux-live-streaming-now-available/ | [optional] |
17
+ | **low_latency** | **Boolean** | This field is deprecated. Please use latency_mode instead. Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Setting this option will enable compatibility with the LL-HLS specification for low-latency streaming. This typically has lower latency than Reduced Latency streams, and cannot be combined with Reduced Latency. | [optional] |
18
+ | **latency_mode** | **String** | Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Set this as an alternative to setting low latency or reduced latency flags. The Low Latency value is a beta feature. Read more here: https://mux.com/blog/introducing-low-latency-live-streaming/ | [optional] |
17
19
  | **test** | **Boolean** | Marks the live stream as a test live stream when the value is set to true. A test live stream can help evaluate the Mux Video APIs without incurring any cost. There is no limit on number of test live streams created. Test live streams are watermarked with the Mux logo and limited to 5 minutes. The test live stream is disabled after the stream is active for 5 mins and the recorded asset also deleted after 24 hours. | [optional] |
18
20
  | **simulcast_targets** | [**Array&lt;CreateSimulcastTargetRequest&gt;**](CreateSimulcastTargetRequest.md) | | [optional] |
19
21
  | **max_continuous_duration** | **Integer** | The time in seconds a live stream may be continuously active before being disconnected. Defaults to 12 hours. | [optional][default to 43200] |
@@ -27,6 +29,8 @@ instance = MuxRuby::CreateLiveStreamRequest.new(
27
29
  playback_policy: null,
28
30
  new_asset_settings: null,
29
31
  reconnect_window: null,
32
+ use_slate_for_standard_latency: null,
33
+ reconnect_slate_url: null,
30
34
  passthrough: null,
31
35
  audio_only: null,
32
36
  embedded_subtitles: null,
data/docs/LiveStream.md CHANGED
@@ -16,11 +16,13 @@
16
16
  | **audio_only** | **Boolean** | The live stream only processes the audio track if the value is set to true. Mux drops the video track if broadcasted. | [optional] |
17
17
  | **embedded_subtitles** | [**Array&lt;LiveStreamEmbeddedSubtitleSettings&gt;**](LiveStreamEmbeddedSubtitleSettings.md) | Describes the embedded closed caption configuration of the incoming live stream. | [optional] |
18
18
  | **generated_subtitles** | [**Array&lt;LiveStreamGeneratedSubtitleSettings&gt;**](LiveStreamGeneratedSubtitleSettings.md) | Configure the incoming live stream to include subtitles created with automatic speech recognition. Each Asset created from a live stream with &#x60;generated_subtitles&#x60; configured will automatically receive two text tracks. The first of these will have a &#x60;text_source&#x60; value of &#x60;generated_live&#x60;, and will be available with &#x60;ready&#x60; status as soon as the stream is live. The second text track will have a &#x60;text_source&#x60; value of &#x60;generated_live_final&#x60; and will contain subtitles with improved accuracy, timing, and formatting. However, &#x60;generated_live_final&#x60; tracks will not be available in &#x60;ready&#x60; status until the live stream ends. If an Asset has both &#x60;generated_live&#x60; and &#x60;generated_live_final&#x60; tracks that are &#x60;ready&#x60;, then only the &#x60;generated_live_final&#x60; track will be included during playback. | [optional] |
19
- | **reconnect_window** | **Float** | When live streaming software disconnects from Mux, either intentionally or due to a drop in the network, the Reconnect Window is the time in seconds that Mux should wait for the streaming software to reconnect before considering the live stream finished and completing the recorded asset. **Min**: 0.1s. **Max**: 1800s (30 minutes). | [optional][default to 60] |
20
- | **reduced_latency** | **Boolean** | This field is deprecated. Please use latency_mode instead. Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Set this if you want lower latency for your live stream. **Note**: Reconnect windows are incompatible with Reduced Latency and will always be set to zero (0) seconds. See the [Reduce live stream latency guide](https://docs.mux.com/guides/video/reduce-live-stream-latency) to understand the tradeoffs. | [optional] |
21
- | **low_latency** | **Boolean** | This field is deprecated. Please use latency_mode instead. Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Setting this option will enable compatibility with the LL-HLS specification for low-latency streaming. This typically has lower latency than Reduced Latency streams, and cannot be combined with Reduced Latency. Note: Reconnect windows are incompatible with Low Latency and will always be set to zero (0) seconds. | [optional] |
19
+ | **reconnect_window** | **Float** | When live streaming software disconnects from Mux, either intentionally or due to a drop in the network, the Reconnect Window is the time in seconds that Mux should wait for the streaming software to reconnect before considering the live stream finished and completing the recorded asset. **Max**: 1800s (30 minutes). Reduced and Low Latency streams with a Reconnect Window greater than zero will insert slate media into the recorded asset while waiting for the streaming software to reconnect or when there are brief interruptions in the live stream media. When using a Reconnect Window setting higher than 60 seconds with a Standard Latency stream, we highly recommend enabling slate with the &#x60;use_slate_for_standard_latency&#x60; option. | [optional][default to 60] |
20
+ | **use_slate_for_standard_latency** | **Boolean** | By default, Standard Latency live streams do not have slate media inserted while waiting for live streaming software to reconnect to Mux. Setting this to true enables slate insertion on a Standard Latency stream. | [optional][default to false] |
21
+ | **reconnect_slate_url** | **String** | The URL of the image file that Mux should download and use as slate media during interruptions of the live stream media. This file will be downloaded each time a new recorded asset is created from the live stream. If this is not set, the default slate media will be used. | [optional] |
22
+ | **reduced_latency** | **Boolean** | This field is deprecated. Please use latency_mode instead. Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Set this if you want lower latency for your live stream. See the [Reduce live stream latency guide](https://docs.mux.com/guides/video/reduce-live-stream-latency) to understand the tradeoffs. | [optional] |
23
+ | **low_latency** | **Boolean** | This field is deprecated. Please use latency_mode instead. Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Setting this option will enable compatibility with the LL-HLS specification for low-latency streaming. This typically has lower latency than Reduced Latency streams, and cannot be combined with Reduced Latency. | [optional] |
22
24
  | **simulcast_targets** | [**Array&lt;SimulcastTarget&gt;**](SimulcastTarget.md) | Each Simulcast Target contains configuration details to broadcast (or \&quot;restream\&quot;) a live stream to a third-party streaming service. [See the Stream live to 3rd party platforms guide](https://docs.mux.com/guides/video/stream-live-to-3rd-party-platforms). | [optional] |
23
- | **latency_mode** | **String** | Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Set this as an alternative to setting low latency or reduced latency flags. The Low Latency value is a beta feature. Note: Reconnect windows are incompatible with Reduced Latency and Low Latency and will always be set to zero (0) seconds. Read more here: https://mux.com/blog/introducing-low-latency-live-streaming/ | [optional] |
25
+ | **latency_mode** | **String** | Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Set this as an alternative to setting low latency or reduced latency flags. The Low Latency value is a beta feature. Read more here: https://mux.com/blog/introducing-low-latency-live-streaming/ | [optional] |
24
26
  | **test** | **Boolean** | True means this live stream is a test live stream. Test live streams can be used to help evaluate the Mux Video APIs for free. There is no limit on the number of test live streams, but they are watermarked with the Mux logo, and limited to 5 minutes. The test live stream is disabled after the stream is active for 5 mins and the recorded asset also deleted after 24 hours. | [optional] |
25
27
  | **max_continuous_duration** | **Integer** | The time in seconds a live stream may be continuously active before being disconnected. Defaults to 12 hours. | [optional][default to 43200] |
26
28
 
@@ -43,6 +45,8 @@ instance = MuxRuby::LiveStream.new(
43
45
  embedded_subtitles: null,
44
46
  generated_subtitles: null,
45
47
  reconnect_window: null,
48
+ use_slate_for_standard_latency: null,
49
+ reconnect_slate_url: null,
46
50
  reduced_latency: null,
47
51
  low_latency: null,
48
52
  simulcast_targets: null,
data/docs/Track.md CHANGED
@@ -13,7 +13,7 @@
13
13
  | **max_channels** | **Integer** | The maximum number of audio channels the track supports. Only set for the &#x60;audio&#x60; type track. | [optional] |
14
14
  | **max_channel_layout** | **String** | Only set for the &#x60;audio&#x60; type track. | [optional] |
15
15
  | **text_type** | **String** | This parameter is only set for &#x60;text&#x60; type tracks. | [optional] |
16
- | **text_source** | **String** | The source of the text contained in a Track of type &#x60;text&#x60;. Valid &#x60;text_source&#x60; values are listed below. * &#x60;uploaded&#x60;: Tracks uploaded to Mux as caption or subtitle files using the Create Asset Track API. * &#x60;embedded&#x60;: Tracks extracted from an embedded stream of CEA-608 closed captions. * &#x60;generated_live&#x60;: Tracks generated by automatic speech recognition on a live stream configured with &#x60;generated_subtitles&#x60;. If an Asset has both &#x60;generated_live&#x60; and &#x60;generated_live_final&#x60; tracks that are &#x60;ready&#x60;, then only the &#x60;generated_live_final&#x60; track will be included during playback. * &#x60;generated_live_final&#x60;: Tracks generated by automatic speech recognition on a live stream using &#x60;generated_subtitles&#x60;. The accuracy, timing, and formatting of these subtitles is improved compared to the corresponding &#x60;generated_live&#x60; tracks. However, &#x60;generated_live_final&#x60; tracks will not be available in &#x60;ready&#x60; status until the live stream ends. If an Asset has both &#x60;generated_live&#x60; and &#x60;generated_live_final&#x60; tracks that are &#x60;ready&#x60;, then only the &#x60;generated_live_final&#x60; track will be included during playback. | [optional] |
16
+ | **text_source** | **String** | The source of the text contained in a Track of type &#x60;text&#x60;. Valid &#x60;text_source&#x60; values are listed below. * &#x60;uploaded&#x60;: Tracks uploaded to Mux as caption or subtitle files using the Create Asset Track API. * &#x60;embedded&#x60;: Tracks extracted from an embedded stream of CEA-608 closed captions. * &#x60;generated_live&#x60;: Tracks generated by automatic speech recognition on a live stream configured with &#x60;generated_subtitles&#x60;. If an Asset has both &#x60;generated_live&#x60; and &#x60;generated_live_final&#x60; tracks that are &#x60;ready&#x60;, then only the &#x60;generated_live_final&#x60; track will be included during playback. * &#x60;generated_live_final&#x60;: Tracks generated by automatic speech recognition on a live stream using &#x60;generated_subtitles&#x60;. The accuracy, timing, and formatting of these subtitles is improved compared to the corresponding &#x60;generated_live&#x60; tracks. However, &#x60;generated_live_final&#x60; tracks will not be available in &#x60;ready&#x60; status until the live stream ends. If an Asset has both &#x60;generated_live&#x60; and &#x60;generated_live_final&#x60; tracks that are &#x60;ready&#x60;, then only the &#x60;generated_live_final&#x60; track will be included during playback. | [optional] |
17
17
  | **language_code** | **String** | The language code value represents [BCP 47](https://tools.ietf.org/html/bcp47) specification compliant value. For example, &#x60;en&#x60; for English or &#x60;en-US&#x60; for the US version of English. This parameter is only set for &#x60;text&#x60; type and &#x60;subtitles&#x60; text type tracks. | [optional] |
18
18
  | **name** | **String** | The name of the track containing a human-readable description. The hls manifest will associate a subtitle text track with this value. For example, the value is \&quot;English\&quot; for subtitles text track for the &#x60;language_code&#x60; value of &#x60;en-US&#x60;. This parameter is only set for &#x60;text&#x60; type and &#x60;subtitles&#x60; text type tracks. | [optional] |
19
19
  | **closed_captions** | **Boolean** | Indicates the track provides Subtitles for the Deaf or Hard-of-hearing (SDH). This parameter is only set for &#x60;text&#x60; type and &#x60;subtitles&#x60; text type tracks. | [optional] |
@@ -5,8 +5,10 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **passthrough** | **String** | Arbitrary user-supplied metadata set for the live stream. Max 255 characters. In order to clear this value, the field should be included with an empty-string value. | [optional] |
8
- | **latency_mode** | **String** | Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Set this as an alternative to setting low latency or reduced latency flags. The Low Latency value is a beta feature. Note: Reconnect windows are incompatible with Reduced Latency and Low Latency and will always be set to zero (0) seconds. Read more here: https://mux.com/blog/introducing-low-latency-live-streaming/ | [optional] |
9
- | **reconnect_window** | **Float** | When live streaming software disconnects from Mux, either intentionally or due to a drop in the network, the Reconnect Window is the time in seconds that Mux should wait for the streaming software to reconnect before considering the live stream finished and completing the recorded asset. | [optional] |
8
+ | **latency_mode** | **String** | Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Set this as an alternative to setting low latency or reduced latency flags. The Low Latency value is a beta feature. Read more here: https://mux.com/blog/introducing-low-latency-live-streaming/ | [optional] |
9
+ | **reconnect_window** | **Float** | When live streaming software disconnects from Mux, either intentionally or due to a drop in the network, the Reconnect Window is the time in seconds that Mux should wait for the streaming software to reconnect before considering the live stream finished and completing the recorded asset. Reduced and Low Latency streams with a Reconnect Window greater than zero will insert slate media into the recorded asset while waiting for the streaming software to reconnect or when there are brief interruptions in the live stream media. When using a Reconnect Window setting higher than 60 seconds with a Standard Latency stream, we highly recommend enabling slate with the &#x60;use_slate_for_standard_latency&#x60; option. | [optional][default to 60] |
10
+ | **use_slate_for_standard_latency** | **Boolean** | By default, Standard Latency live streams do not have slate media inserted while waiting for live streaming software to reconnect to Mux. Setting this to true enables slate insertion on a Standard Latency stream. | [optional][default to false] |
11
+ | **reconnect_slate_url** | **String** | The URL of the image file that Mux should download and use as slate media during interruptions of the live stream media. This file will be downloaded each time a new recorded asset is created from the live stream. Set this to a blank string to clear the value so that the default slate media will be used. | [optional] |
10
12
  | **max_continuous_duration** | **Integer** | The time in seconds a live stream may be continuously active before being disconnected. Defaults to 12 hours. | [optional][default to 43200] |
11
13
 
12
14
  ## Example
@@ -18,6 +20,8 @@ instance = MuxRuby::UpdateLiveStreamRequest.new(
18
20
  passthrough: null,
19
21
  latency_mode: null,
20
22
  reconnect_window: null,
23
+ use_slate_for_standard_latency: null,
24
+ reconnect_slate_url: null,
21
25
  max_continuous_duration: null
22
26
  )
23
27
  ```
@@ -26,5 +26,5 @@ puts "list-video_views OK ✅"
26
26
  view = views_api.get_video_view(video_views.data.first.id)
27
27
  assert view != nil
28
28
  assert view.data != nil
29
- assert view.data.id != video_views.data.first.id
29
+ assert view.data.id == video_views.data.first.id
30
30
  puts "get-video-view OK ✅"
@@ -8,5 +8,5 @@
8
8
  "gemSourceLocation": "https://github.com/muxinc/mux-ruby",
9
9
  "gemLicense": "MIT",
10
10
  "moduleName": "MuxRuby",
11
- "gemVersion": "3.6.0"
11
+ "gemVersion": "3.7.0"
12
12
  }
@@ -72,7 +72,7 @@ module MuxRuby
72
72
 
73
73
  attr_accessor :static_renditions
74
74
 
75
- # An array of individual live stream recording sessions. A recording session is created on each encoder connection during the live stream
75
+ # An array of individual live stream recording sessions. A recording session is created on each encoder connection during the live stream. Additionally any time slate media is inserted during brief interruptions in the live stream media or times when the live streaming software disconnects, a recording session representing the slate media will be added with a \"slate\" type.
76
76
  attr_accessor :recording_times
77
77
 
78
78
  attr_accessor :non_standard_input_reasons
@@ -21,11 +21,37 @@ module MuxRuby
21
21
  # The duration of the live stream recorded. The time value is in seconds.
22
22
  attr_accessor :duration
23
23
 
24
+ # The type of media represented by the recording session, either `content` for normal stream content or `slate` for slate media inserted during stream interruptions.
25
+ attr_accessor :type
26
+
27
+ class EnumAttributeValidator
28
+ attr_reader :datatype
29
+ attr_reader :allowable_values
30
+
31
+ def initialize(datatype, allowable_values)
32
+ @allowable_values = allowable_values.map do |value|
33
+ case datatype.to_s
34
+ when /Integer/i
35
+ value.to_i
36
+ when /Float/i
37
+ value.to_f
38
+ else
39
+ value
40
+ end
41
+ end
42
+ end
43
+
44
+ def valid?(value)
45
+ !value || allowable_values.include?(value)
46
+ end
47
+ end
48
+
24
49
  # Attribute mapping from ruby-style variable name to JSON key.
25
50
  def self.attribute_map
26
51
  {
27
52
  :'started_at' => :'started_at',
28
- :'duration' => :'duration'
53
+ :'duration' => :'duration',
54
+ :'type' => :'type'
29
55
  }
30
56
  end
31
57
 
@@ -38,7 +64,8 @@ module MuxRuby
38
64
  def self.openapi_types
39
65
  {
40
66
  :'started_at' => :'Time',
41
- :'duration' => :'Float'
67
+ :'duration' => :'Float',
68
+ :'type' => :'String'
42
69
  }
43
70
  end
44
71
 
@@ -70,6 +97,10 @@ module MuxRuby
70
97
  if attributes.key?(:'duration')
71
98
  self.duration = attributes[:'duration']
72
99
  end
100
+
101
+ if attributes.key?(:'type')
102
+ self.type = attributes[:'type']
103
+ end
73
104
  end
74
105
 
75
106
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -82,16 +113,29 @@ module MuxRuby
82
113
  # Check to see if the all the properties in the model are valid
83
114
  # @return true if the model is valid
84
115
  def valid?
116
+ type_validator = EnumAttributeValidator.new('String', ["content", "slate"])
117
+ return false unless type_validator.valid?(@type)
85
118
  true
86
119
  end
87
120
 
121
+ # Custom attribute writer method checking allowed values (enum).
122
+ # @param [Object] type Object to be assigned
123
+ def type=(type)
124
+ validator = EnumAttributeValidator.new('String', ["content", "slate"])
125
+ unless validator.valid?(type)
126
+ fail ArgumentError, "invalid value for \"type\", must be one of #{validator.allowable_values}."
127
+ end
128
+ @type = type
129
+ end
130
+
88
131
  # Checks equality by comparing each attribute.
89
132
  # @param [Object] Object to be compared
90
133
  def ==(o)
91
134
  return true if self.equal?(o)
92
135
  self.class == o.class &&
93
136
  started_at == o.started_at &&
94
- duration == o.duration
137
+ duration == o.duration &&
138
+ type == o.type
95
139
  end
96
140
 
97
141
  # @see the `==` method
@@ -103,7 +147,7 @@ module MuxRuby
103
147
  # Calculates hash code according to all attributes.
104
148
  # @return [Integer] Hash code
105
149
  def hash
106
- [started_at, duration].hash
150
+ [started_at, duration, type].hash
107
151
  end
108
152
 
109
153
  # Builds the object from hash
@@ -19,9 +19,15 @@ module MuxRuby
19
19
 
20
20
  attr_accessor :new_asset_settings
21
21
 
22
- # When live streaming software disconnects from Mux, either intentionally or due to a drop in the network, the Reconnect Window is the time in seconds that Mux should wait for the streaming software to reconnect before considering the live stream finished and completing the recorded asset. Defaults to 60 seconds on the API if not specified.
22
+ # When live streaming software disconnects from Mux, either intentionally or due to a drop in the network, the Reconnect Window is the time in seconds that Mux should wait for the streaming software to reconnect before considering the live stream finished and completing the recorded asset. Defaults to 60 seconds on the API if not specified. Reduced and Low Latency streams with a Reconnect Window greater than zero will insert slate media into the recorded asset while waiting for the streaming software to reconnect or when there are brief interruptions in the live stream media. When using a Reconnect Window setting higher than 60 seconds with a Standard Latency stream, we highly recommend enabling slate with the `use_slate_for_standard_latency` option.
23
23
  attr_accessor :reconnect_window
24
24
 
25
+ # By default, Standard Latency live streams do not have slate media inserted while waiting for live streaming software to reconnect to Mux. Setting this to true enables slate insertion on a Standard Latency stream.
26
+ attr_accessor :use_slate_for_standard_latency
27
+
28
+ # The URL of the image file that Mux should download and use as slate media during interruptions of the live stream media. This file will be downloaded each time a new recorded asset is created from the live stream. If this is not set, the default slate media will be used.
29
+ attr_accessor :reconnect_slate_url
30
+
25
31
  attr_accessor :passthrough
26
32
 
27
33
  # Force the live stream to only process the audio track when the value is set to true. Mux drops the video track if broadcasted.
@@ -33,13 +39,13 @@ module MuxRuby
33
39
  # Configure the incoming live stream to include subtitles created with automatic speech recognition. Each Asset created from a live stream with `generated_subtitles` configured will automatically receive two text tracks. The first of these will have a `text_source` value of `generated_live`, and will be available with `ready` status as soon as the stream is live. The second text track will have a `text_source` value of `generated_live_final` and will contain subtitles with improved accuracy, timing, and formatting. However, `generated_live_final` tracks will not be available in `ready` status until the live stream ends. If an Asset has both `generated_live` and `generated_live_final` tracks that are `ready`, then only the `generated_live_final` track will be included during playback.
34
40
  attr_accessor :generated_subtitles
35
41
 
36
- # This field is deprecated. Please use latency_mode instead. Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Set this if you want lower latency for your live stream. Note: Reconnect windows are incompatible with Reduced Latency and will always be set to zero (0) seconds. Read more here: https://mux.com/blog/reduced-latency-for-mux-live-streaming-now-available/
42
+ # This field is deprecated. Please use latency_mode instead. Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Set this if you want lower latency for your live stream. Read more here: https://mux.com/blog/reduced-latency-for-mux-live-streaming-now-available/
37
43
  attr_accessor :reduced_latency
38
44
 
39
- # This field is deprecated. Please use latency_mode instead. Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Setting this option will enable compatibility with the LL-HLS specification for low-latency streaming. This typically has lower latency than Reduced Latency streams, and cannot be combined with Reduced Latency. Note: Reconnect windows are incompatible with Low Latency and will always be set to zero (0) seconds.
45
+ # This field is deprecated. Please use latency_mode instead. Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Setting this option will enable compatibility with the LL-HLS specification for low-latency streaming. This typically has lower latency than Reduced Latency streams, and cannot be combined with Reduced Latency.
40
46
  attr_accessor :low_latency
41
47
 
42
- # Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Set this as an alternative to setting low latency or reduced latency flags. The Low Latency value is a beta feature. Note: Reconnect windows are incompatible with Reduced Latency and Low Latency and will always be set to zero (0) seconds. Read more here: https://mux.com/blog/introducing-low-latency-live-streaming/
48
+ # Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Set this as an alternative to setting low latency or reduced latency flags. The Low Latency value is a beta feature. Read more here: https://mux.com/blog/introducing-low-latency-live-streaming/
43
49
  attr_accessor :latency_mode
44
50
 
45
51
  # Marks the live stream as a test live stream when the value is set to true. A test live stream can help evaluate the Mux Video APIs without incurring any cost. There is no limit on number of test live streams created. Test live streams are watermarked with the Mux logo and limited to 5 minutes. The test live stream is disabled after the stream is active for 5 mins and the recorded asset also deleted after 24 hours.
@@ -78,6 +84,8 @@ module MuxRuby
78
84
  :'playback_policy' => :'playback_policy',
79
85
  :'new_asset_settings' => :'new_asset_settings',
80
86
  :'reconnect_window' => :'reconnect_window',
87
+ :'use_slate_for_standard_latency' => :'use_slate_for_standard_latency',
88
+ :'reconnect_slate_url' => :'reconnect_slate_url',
81
89
  :'passthrough' => :'passthrough',
82
90
  :'audio_only' => :'audio_only',
83
91
  :'embedded_subtitles' => :'embedded_subtitles',
@@ -102,6 +110,8 @@ module MuxRuby
102
110
  :'playback_policy' => :'Array<PlaybackPolicy>',
103
111
  :'new_asset_settings' => :'CreateAssetRequest',
104
112
  :'reconnect_window' => :'Float',
113
+ :'use_slate_for_standard_latency' => :'Boolean',
114
+ :'reconnect_slate_url' => :'String',
105
115
  :'passthrough' => :'String',
106
116
  :'audio_only' => :'Boolean',
107
117
  :'embedded_subtitles' => :'Array<LiveStreamEmbeddedSubtitleSettings>',
@@ -148,6 +158,18 @@ module MuxRuby
148
158
 
149
159
  if attributes.key?(:'reconnect_window')
150
160
  self.reconnect_window = attributes[:'reconnect_window']
161
+ else
162
+ self.reconnect_window = 60
163
+ end
164
+
165
+ if attributes.key?(:'use_slate_for_standard_latency')
166
+ self.use_slate_for_standard_latency = attributes[:'use_slate_for_standard_latency']
167
+ else
168
+ self.use_slate_for_standard_latency = false
169
+ end
170
+
171
+ if attributes.key?(:'reconnect_slate_url')
172
+ self.reconnect_slate_url = attributes[:'reconnect_slate_url']
151
173
  end
152
174
 
153
175
  if attributes.key?(:'passthrough')
@@ -207,8 +229,8 @@ module MuxRuby
207
229
  invalid_properties.push('invalid value for "reconnect_window", must be smaller than or equal to 1800.')
208
230
  end
209
231
 
210
- if !@reconnect_window.nil? && @reconnect_window < 0.1
211
- invalid_properties.push('invalid value for "reconnect_window", must be greater than or equal to 0.1.')
232
+ if !@reconnect_window.nil? && @reconnect_window < 0
233
+ invalid_properties.push('invalid value for "reconnect_window", must be greater than or equal to 0.')
212
234
  end
213
235
 
214
236
  if !@max_continuous_duration.nil? && @max_continuous_duration > 43200
@@ -226,7 +248,7 @@ module MuxRuby
226
248
  # @return true if the model is valid
227
249
  def valid?
228
250
  return false if !@reconnect_window.nil? && @reconnect_window > 1800
229
- return false if !@reconnect_window.nil? && @reconnect_window < 0.1
251
+ return false if !@reconnect_window.nil? && @reconnect_window < 0
230
252
  latency_mode_validator = EnumAttributeValidator.new('String', ["low", "reduced", "standard"])
231
253
  return false unless latency_mode_validator.valid?(@latency_mode)
232
254
  return false if !@max_continuous_duration.nil? && @max_continuous_duration > 43200
@@ -241,8 +263,8 @@ module MuxRuby
241
263
  fail ArgumentError, 'invalid value for "reconnect_window", must be smaller than or equal to 1800.'
242
264
  end
243
265
 
244
- if !reconnect_window.nil? && reconnect_window < 0.1
245
- fail ArgumentError, 'invalid value for "reconnect_window", must be greater than or equal to 0.1.'
266
+ if !reconnect_window.nil? && reconnect_window < 0
267
+ fail ArgumentError, 'invalid value for "reconnect_window", must be greater than or equal to 0.'
246
268
  end
247
269
 
248
270
  @reconnect_window = reconnect_window
@@ -280,6 +302,8 @@ module MuxRuby
280
302
  playback_policy == o.playback_policy &&
281
303
  new_asset_settings == o.new_asset_settings &&
282
304
  reconnect_window == o.reconnect_window &&
305
+ use_slate_for_standard_latency == o.use_slate_for_standard_latency &&
306
+ reconnect_slate_url == o.reconnect_slate_url &&
283
307
  passthrough == o.passthrough &&
284
308
  audio_only == o.audio_only &&
285
309
  embedded_subtitles == o.embedded_subtitles &&
@@ -301,7 +325,7 @@ module MuxRuby
301
325
  # Calculates hash code according to all attributes.
302
326
  # @return [Integer] Hash code
303
327
  def hash
304
- [playback_policy, new_asset_settings, reconnect_window, passthrough, audio_only, embedded_subtitles, generated_subtitles, reduced_latency, low_latency, latency_mode, test, simulcast_targets, max_continuous_duration].hash
328
+ [playback_policy, new_asset_settings, reconnect_window, use_slate_for_standard_latency, reconnect_slate_url, passthrough, audio_only, embedded_subtitles, generated_subtitles, reduced_latency, low_latency, latency_mode, test, simulcast_targets, max_continuous_duration].hash
305
329
  end
306
330
 
307
331
  # Builds the object from hash
@@ -49,19 +49,25 @@ module MuxRuby
49
49
  # Configure the incoming live stream to include subtitles created with automatic speech recognition. Each Asset created from a live stream with `generated_subtitles` configured will automatically receive two text tracks. The first of these will have a `text_source` value of `generated_live`, and will be available with `ready` status as soon as the stream is live. The second text track will have a `text_source` value of `generated_live_final` and will contain subtitles with improved accuracy, timing, and formatting. However, `generated_live_final` tracks will not be available in `ready` status until the live stream ends. If an Asset has both `generated_live` and `generated_live_final` tracks that are `ready`, then only the `generated_live_final` track will be included during playback.
50
50
  attr_accessor :generated_subtitles
51
51
 
52
- # When live streaming software disconnects from Mux, either intentionally or due to a drop in the network, the Reconnect Window is the time in seconds that Mux should wait for the streaming software to reconnect before considering the live stream finished and completing the recorded asset. **Min**: 0.1s. **Max**: 1800s (30 minutes).
52
+ # When live streaming software disconnects from Mux, either intentionally or due to a drop in the network, the Reconnect Window is the time in seconds that Mux should wait for the streaming software to reconnect before considering the live stream finished and completing the recorded asset. **Max**: 1800s (30 minutes). Reduced and Low Latency streams with a Reconnect Window greater than zero will insert slate media into the recorded asset while waiting for the streaming software to reconnect or when there are brief interruptions in the live stream media. When using a Reconnect Window setting higher than 60 seconds with a Standard Latency stream, we highly recommend enabling slate with the `use_slate_for_standard_latency` option.
53
53
  attr_accessor :reconnect_window
54
54
 
55
- # This field is deprecated. Please use latency_mode instead. Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Set this if you want lower latency for your live stream. **Note**: Reconnect windows are incompatible with Reduced Latency and will always be set to zero (0) seconds. See the [Reduce live stream latency guide](https://docs.mux.com/guides/video/reduce-live-stream-latency) to understand the tradeoffs.
55
+ # By default, Standard Latency live streams do not have slate media inserted while waiting for live streaming software to reconnect to Mux. Setting this to true enables slate insertion on a Standard Latency stream.
56
+ attr_accessor :use_slate_for_standard_latency
57
+
58
+ # The URL of the image file that Mux should download and use as slate media during interruptions of the live stream media. This file will be downloaded each time a new recorded asset is created from the live stream. If this is not set, the default slate media will be used.
59
+ attr_accessor :reconnect_slate_url
60
+
61
+ # This field is deprecated. Please use latency_mode instead. Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Set this if you want lower latency for your live stream. See the [Reduce live stream latency guide](https://docs.mux.com/guides/video/reduce-live-stream-latency) to understand the tradeoffs.
56
62
  attr_accessor :reduced_latency
57
63
 
58
- # This field is deprecated. Please use latency_mode instead. Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Setting this option will enable compatibility with the LL-HLS specification for low-latency streaming. This typically has lower latency than Reduced Latency streams, and cannot be combined with Reduced Latency. Note: Reconnect windows are incompatible with Low Latency and will always be set to zero (0) seconds.
64
+ # This field is deprecated. Please use latency_mode instead. Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Setting this option will enable compatibility with the LL-HLS specification for low-latency streaming. This typically has lower latency than Reduced Latency streams, and cannot be combined with Reduced Latency.
59
65
  attr_accessor :low_latency
60
66
 
61
67
  # Each Simulcast Target contains configuration details to broadcast (or \"restream\") a live stream to a third-party streaming service. [See the Stream live to 3rd party platforms guide](https://docs.mux.com/guides/video/stream-live-to-3rd-party-platforms).
62
68
  attr_accessor :simulcast_targets
63
69
 
64
- # Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Set this as an alternative to setting low latency or reduced latency flags. The Low Latency value is a beta feature. Note: Reconnect windows are incompatible with Reduced Latency and Low Latency and will always be set to zero (0) seconds. Read more here: https://mux.com/blog/introducing-low-latency-live-streaming/
70
+ # Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Set this as an alternative to setting low latency or reduced latency flags. The Low Latency value is a beta feature. Read more here: https://mux.com/blog/introducing-low-latency-live-streaming/
65
71
  attr_accessor :latency_mode
66
72
 
67
73
  # True means this live stream is a test live stream. Test live streams can be used to help evaluate the Mux Video APIs for free. There is no limit on the number of test live streams, but they are watermarked with the Mux logo, and limited to 5 minutes. The test live stream is disabled after the stream is active for 5 mins and the recorded asset also deleted after 24 hours.
@@ -108,6 +114,8 @@ module MuxRuby
108
114
  :'embedded_subtitles' => :'embedded_subtitles',
109
115
  :'generated_subtitles' => :'generated_subtitles',
110
116
  :'reconnect_window' => :'reconnect_window',
117
+ :'use_slate_for_standard_latency' => :'use_slate_for_standard_latency',
118
+ :'reconnect_slate_url' => :'reconnect_slate_url',
111
119
  :'reduced_latency' => :'reduced_latency',
112
120
  :'low_latency' => :'low_latency',
113
121
  :'simulcast_targets' => :'simulcast_targets',
@@ -138,6 +146,8 @@ module MuxRuby
138
146
  :'embedded_subtitles' => :'Array<LiveStreamEmbeddedSubtitleSettings>',
139
147
  :'generated_subtitles' => :'Array<LiveStreamGeneratedSubtitleSettings>',
140
148
  :'reconnect_window' => :'Float',
149
+ :'use_slate_for_standard_latency' => :'Boolean',
150
+ :'reconnect_slate_url' => :'String',
141
151
  :'reduced_latency' => :'Boolean',
142
152
  :'low_latency' => :'Boolean',
143
153
  :'simulcast_targets' => :'Array<SimulcastTarget>',
@@ -230,6 +240,16 @@ module MuxRuby
230
240
  self.reconnect_window = 60
231
241
  end
232
242
 
243
+ if attributes.key?(:'use_slate_for_standard_latency')
244
+ self.use_slate_for_standard_latency = attributes[:'use_slate_for_standard_latency']
245
+ else
246
+ self.use_slate_for_standard_latency = false
247
+ end
248
+
249
+ if attributes.key?(:'reconnect_slate_url')
250
+ self.reconnect_slate_url = attributes[:'reconnect_slate_url']
251
+ end
252
+
233
253
  if attributes.key?(:'reduced_latency')
234
254
  self.reduced_latency = attributes[:'reduced_latency']
235
255
  end
@@ -263,6 +283,14 @@ module MuxRuby
263
283
  # @return Array for valid properties with the reasons
264
284
  def list_invalid_properties
265
285
  invalid_properties = Array.new
286
+ if !@reconnect_window.nil? && @reconnect_window > 1800
287
+ invalid_properties.push('invalid value for "reconnect_window", must be smaller than or equal to 1800.')
288
+ end
289
+
290
+ if !@reconnect_window.nil? && @reconnect_window < 0
291
+ invalid_properties.push('invalid value for "reconnect_window", must be greater than or equal to 0.')
292
+ end
293
+
266
294
  if !@max_continuous_duration.nil? && @max_continuous_duration > 43200
267
295
  invalid_properties.push('invalid value for "max_continuous_duration", must be smaller than or equal to 43200.')
268
296
  end
@@ -277,6 +305,8 @@ module MuxRuby
277
305
  # Check to see if the all the properties in the model are valid
278
306
  # @return true if the model is valid
279
307
  def valid?
308
+ return false if !@reconnect_window.nil? && @reconnect_window > 1800
309
+ return false if !@reconnect_window.nil? && @reconnect_window < 0
280
310
  latency_mode_validator = EnumAttributeValidator.new('String', ["low", "reduced", "standard"])
281
311
  return false unless latency_mode_validator.valid?(@latency_mode)
282
312
  return false if !@max_continuous_duration.nil? && @max_continuous_duration > 43200
@@ -284,6 +314,20 @@ module MuxRuby
284
314
  true
285
315
  end
286
316
 
317
+ # Custom attribute writer method with validation
318
+ # @param [Object] reconnect_window Value to be assigned
319
+ def reconnect_window=(reconnect_window)
320
+ if !reconnect_window.nil? && reconnect_window > 1800
321
+ fail ArgumentError, 'invalid value for "reconnect_window", must be smaller than or equal to 1800.'
322
+ end
323
+
324
+ if !reconnect_window.nil? && reconnect_window < 0
325
+ fail ArgumentError, 'invalid value for "reconnect_window", must be greater than or equal to 0.'
326
+ end
327
+
328
+ @reconnect_window = reconnect_window
329
+ end
330
+
287
331
  # Custom attribute writer method checking allowed values (enum).
288
332
  # @param [Object] latency_mode Object to be assigned
289
333
  def latency_mode=(latency_mode)
@@ -326,6 +370,8 @@ module MuxRuby
326
370
  embedded_subtitles == o.embedded_subtitles &&
327
371
  generated_subtitles == o.generated_subtitles &&
328
372
  reconnect_window == o.reconnect_window &&
373
+ use_slate_for_standard_latency == o.use_slate_for_standard_latency &&
374
+ reconnect_slate_url == o.reconnect_slate_url &&
329
375
  reduced_latency == o.reduced_latency &&
330
376
  low_latency == o.low_latency &&
331
377
  simulcast_targets == o.simulcast_targets &&
@@ -343,7 +389,7 @@ module MuxRuby
343
389
  # Calculates hash code according to all attributes.
344
390
  # @return [Integer] Hash code
345
391
  def hash
346
- [id, created_at, stream_key, active_asset_id, recent_asset_ids, status, playback_ids, new_asset_settings, passthrough, audio_only, embedded_subtitles, generated_subtitles, reconnect_window, reduced_latency, low_latency, simulcast_targets, latency_mode, test, max_continuous_duration].hash
392
+ [id, created_at, stream_key, active_asset_id, recent_asset_ids, status, playback_ids, new_asset_settings, passthrough, audio_only, embedded_subtitles, generated_subtitles, reconnect_window, use_slate_for_standard_latency, reconnect_slate_url, reduced_latency, low_latency, simulcast_targets, latency_mode, test, max_continuous_duration].hash
347
393
  end
348
394
 
349
395
  # Builds the object from hash
@@ -42,7 +42,7 @@ module MuxRuby
42
42
  # This parameter is only set for `text` type tracks.
43
43
  attr_accessor :text_type
44
44
 
45
- # The source of the text contained in a Track of type `text`. Valid `text_source` values are listed below. * `uploaded`: Tracks uploaded to Mux as caption or subtitle files using the Create Asset Track API. * `embedded`: Tracks extracted from an embedded stream of CEA-608 closed captions. * `generated_live`: Tracks generated by automatic speech recognition on a live stream configured with `generated_subtitles`. If an Asset has both `generated_live` and `generated_live_final` tracks that are `ready`, then only the `generated_live_final` track will be included during playback. * `generated_live_final`: Tracks generated by automatic speech recognition on a live stream using `generated_subtitles`. The accuracy, timing, and formatting of these subtitles is improved compared to the corresponding `generated_live` tracks. However, `generated_live_final` tracks will not be available in `ready` status until the live stream ends. If an Asset has both `generated_live` and `generated_live_final` tracks that are `ready`, then only the `generated_live_final` track will be included during playback.
45
+ # The source of the text contained in a Track of type `text`. Valid `text_source` values are listed below. * `uploaded`: Tracks uploaded to Mux as caption or subtitle files using the Create Asset Track API. * `embedded`: Tracks extracted from an embedded stream of CEA-608 closed captions. * `generated_live`: Tracks generated by automatic speech recognition on a live stream configured with `generated_subtitles`. If an Asset has both `generated_live` and `generated_live_final` tracks that are `ready`, then only the `generated_live_final` track will be included during playback. * `generated_live_final`: Tracks generated by automatic speech recognition on a live stream using `generated_subtitles`. The accuracy, timing, and formatting of these subtitles is improved compared to the corresponding `generated_live` tracks. However, `generated_live_final` tracks will not be available in `ready` status until the live stream ends. If an Asset has both `generated_live` and `generated_live_final` tracks that are `ready`, then only the `generated_live_final` track will be included during playback.
46
46
  attr_accessor :text_source
47
47
 
48
48
  # The language code value represents [BCP 47](https://tools.ietf.org/html/bcp47) specification compliant value. For example, `en` for English or `en-US` for the US version of English. This parameter is only set for `text` type and `subtitles` text type tracks.
@@ -18,12 +18,18 @@ module MuxRuby
18
18
  # Arbitrary user-supplied metadata set for the live stream. Max 255 characters. In order to clear this value, the field should be included with an empty-string value.
19
19
  attr_accessor :passthrough
20
20
 
21
- # Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Set this as an alternative to setting low latency or reduced latency flags. The Low Latency value is a beta feature. Note: Reconnect windows are incompatible with Reduced Latency and Low Latency and will always be set to zero (0) seconds. Read more here: https://mux.com/blog/introducing-low-latency-live-streaming/
21
+ # Latency is the time from when the streamer transmits a frame of video to when you see it in the player. Set this as an alternative to setting low latency or reduced latency flags. The Low Latency value is a beta feature. Read more here: https://mux.com/blog/introducing-low-latency-live-streaming/
22
22
  attr_accessor :latency_mode
23
23
 
24
- # When live streaming software disconnects from Mux, either intentionally or due to a drop in the network, the Reconnect Window is the time in seconds that Mux should wait for the streaming software to reconnect before considering the live stream finished and completing the recorded asset.
24
+ # When live streaming software disconnects from Mux, either intentionally or due to a drop in the network, the Reconnect Window is the time in seconds that Mux should wait for the streaming software to reconnect before considering the live stream finished and completing the recorded asset. Reduced and Low Latency streams with a Reconnect Window greater than zero will insert slate media into the recorded asset while waiting for the streaming software to reconnect or when there are brief interruptions in the live stream media. When using a Reconnect Window setting higher than 60 seconds with a Standard Latency stream, we highly recommend enabling slate with the `use_slate_for_standard_latency` option.
25
25
  attr_accessor :reconnect_window
26
26
 
27
+ # By default, Standard Latency live streams do not have slate media inserted while waiting for live streaming software to reconnect to Mux. Setting this to true enables slate insertion on a Standard Latency stream.
28
+ attr_accessor :use_slate_for_standard_latency
29
+
30
+ # The URL of the image file that Mux should download and use as slate media during interruptions of the live stream media. This file will be downloaded each time a new recorded asset is created from the live stream. Set this to a blank string to clear the value so that the default slate media will be used.
31
+ attr_accessor :reconnect_slate_url
32
+
27
33
  # The time in seconds a live stream may be continuously active before being disconnected. Defaults to 12 hours.
28
34
  attr_accessor :max_continuous_duration
29
35
 
@@ -55,6 +61,8 @@ module MuxRuby
55
61
  :'passthrough' => :'passthrough',
56
62
  :'latency_mode' => :'latency_mode',
57
63
  :'reconnect_window' => :'reconnect_window',
64
+ :'use_slate_for_standard_latency' => :'use_slate_for_standard_latency',
65
+ :'reconnect_slate_url' => :'reconnect_slate_url',
58
66
  :'max_continuous_duration' => :'max_continuous_duration'
59
67
  }
60
68
  end
@@ -70,6 +78,8 @@ module MuxRuby
70
78
  :'passthrough' => :'String',
71
79
  :'latency_mode' => :'String',
72
80
  :'reconnect_window' => :'Float',
81
+ :'use_slate_for_standard_latency' => :'Boolean',
82
+ :'reconnect_slate_url' => :'String',
73
83
  :'max_continuous_duration' => :'Integer'
74
84
  }
75
85
  end
@@ -105,6 +115,18 @@ module MuxRuby
105
115
 
106
116
  if attributes.key?(:'reconnect_window')
107
117
  self.reconnect_window = attributes[:'reconnect_window']
118
+ else
119
+ self.reconnect_window = 60
120
+ end
121
+
122
+ if attributes.key?(:'use_slate_for_standard_latency')
123
+ self.use_slate_for_standard_latency = attributes[:'use_slate_for_standard_latency']
124
+ else
125
+ self.use_slate_for_standard_latency = false
126
+ end
127
+
128
+ if attributes.key?(:'reconnect_slate_url')
129
+ self.reconnect_slate_url = attributes[:'reconnect_slate_url']
108
130
  end
109
131
 
110
132
  if attributes.key?(:'max_continuous_duration')
@@ -122,8 +144,8 @@ module MuxRuby
122
144
  invalid_properties.push('invalid value for "reconnect_window", must be smaller than or equal to 1800.')
123
145
  end
124
146
 
125
- if !@reconnect_window.nil? && @reconnect_window < 0.1
126
- invalid_properties.push('invalid value for "reconnect_window", must be greater than or equal to 0.1.')
147
+ if !@reconnect_window.nil? && @reconnect_window < 0
148
+ invalid_properties.push('invalid value for "reconnect_window", must be greater than or equal to 0.')
127
149
  end
128
150
 
129
151
  if !@max_continuous_duration.nil? && @max_continuous_duration > 43200
@@ -143,7 +165,7 @@ module MuxRuby
143
165
  latency_mode_validator = EnumAttributeValidator.new('String', ["low", "reduced", "standard"])
144
166
  return false unless latency_mode_validator.valid?(@latency_mode)
145
167
  return false if !@reconnect_window.nil? && @reconnect_window > 1800
146
- return false if !@reconnect_window.nil? && @reconnect_window < 0.1
168
+ return false if !@reconnect_window.nil? && @reconnect_window < 0
147
169
  return false if !@max_continuous_duration.nil? && @max_continuous_duration > 43200
148
170
  return false if !@max_continuous_duration.nil? && @max_continuous_duration < 60
149
171
  true
@@ -166,8 +188,8 @@ module MuxRuby
166
188
  fail ArgumentError, 'invalid value for "reconnect_window", must be smaller than or equal to 1800.'
167
189
  end
168
190
 
169
- if !reconnect_window.nil? && reconnect_window < 0.1
170
- fail ArgumentError, 'invalid value for "reconnect_window", must be greater than or equal to 0.1.'
191
+ if !reconnect_window.nil? && reconnect_window < 0
192
+ fail ArgumentError, 'invalid value for "reconnect_window", must be greater than or equal to 0.'
171
193
  end
172
194
 
173
195
  @reconnect_window = reconnect_window
@@ -195,6 +217,8 @@ module MuxRuby
195
217
  passthrough == o.passthrough &&
196
218
  latency_mode == o.latency_mode &&
197
219
  reconnect_window == o.reconnect_window &&
220
+ use_slate_for_standard_latency == o.use_slate_for_standard_latency &&
221
+ reconnect_slate_url == o.reconnect_slate_url &&
198
222
  max_continuous_duration == o.max_continuous_duration
199
223
  end
200
224
 
@@ -207,7 +231,7 @@ module MuxRuby
207
231
  # Calculates hash code according to all attributes.
208
232
  # @return [Integer] Hash code
209
233
  def hash
210
- [passthrough, latency_mode, reconnect_window, max_continuous_duration].hash
234
+ [passthrough, latency_mode, reconnect_window, use_slate_for_standard_latency, reconnect_slate_url, max_continuous_duration].hash
211
235
  end
212
236
 
213
237
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.0.1
11
11
  =end
12
12
 
13
13
  module MuxRuby
14
- VERSION = '3.6.0'
14
+ VERSION = '3.7.0'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mux_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.0
4
+ version: 3.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mux
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-07 00:00:00.000000000 Z
11
+ date: 2022-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -57,6 +57,7 @@ executables: []
57
57
  extensions: []
58
58
  extra_rdoc_files: []
59
59
  files:
60
+ - CODEOWNERS
60
61
  - Gemfile
61
62
  - Gemfile.lock
62
63
  - LICENSE
@@ -588,158 +589,158 @@ required_rubygems_version: !ruby/object:Gem::Requirement
588
589
  - !ruby/object:Gem::Version
589
590
  version: '0'
590
591
  requirements: []
591
- rubygems_version: 3.3.17
592
+ rubygems_version: 3.3.19
592
593
  signing_key:
593
594
  specification_version: 4
594
595
  summary: Mux API Ruby Gem
595
596
  test_files:
596
- - spec/api/video_views_api_spec.rb
597
- - spec/api/playback_id_api_spec.rb
598
- - spec/api/exports_api_spec.rb
599
597
  - spec/api/dimensions_api_spec.rb
600
- - spec/api/transcription_vocabularies_api_spec.rb
601
- - spec/api/playback_restrictions_api_spec.rb
602
598
  - spec/api/url_signing_keys_api_spec.rb
603
- - spec/api/real_time_api_spec.rb
604
- - spec/api/assets_api_spec.rb
599
+ - spec/api/spaces_api_spec.rb
600
+ - spec/api/incidents_api_spec.rb
605
601
  - spec/api/errors_api_spec.rb
602
+ - spec/api/live_streams_api_spec.rb
603
+ - spec/api/metrics_api_spec.rb
604
+ - spec/api/exports_api_spec.rb
606
605
  - spec/api/delivery_usage_api_spec.rb
606
+ - spec/api/playback_restrictions_api_spec.rb
607
+ - spec/api/transcription_vocabularies_api_spec.rb
608
+ - spec/api/real_time_api_spec.rb
609
+ - spec/api/playback_id_api_spec.rb
610
+ - spec/api/assets_api_spec.rb
607
611
  - spec/api/filters_api_spec.rb
608
- - spec/api/spaces_api_spec.rb
612
+ - spec/api/video_views_api_spec.rb
609
613
  - spec/api/direct_uploads_api_spec.rb
610
- - spec/api/metrics_api_spec.rb
611
- - spec/api/live_streams_api_spec.rb
612
- - spec/api/incidents_api_spec.rb
613
614
  - spec/api_client_spec.rb
614
615
  - spec/configuration_spec.rb
615
- - spec/models/get_real_time_breakdown_response_spec.rb
616
- - spec/models/simulcast_target_spec.rb
617
- - spec/models/list_insights_response_spec.rb
618
- - spec/models/live_stream_embedded_subtitle_settings_spec.rb
616
+ - spec/models/create_track_response_spec.rb
617
+ - spec/models/dimension_value_spec.rb
618
+ - spec/models/update_asset_mp4_support_request_spec.rb
619
+ - spec/models/create_playback_restriction_request_spec.rb
620
+ - spec/models/get_asset_or_live_stream_id_response_data_object_spec.rb
621
+ - spec/models/asset_errors_spec.rb
622
+ - spec/models/incident_breakdown_spec.rb
623
+ - spec/models/list_real_time_metrics_response_spec.rb
624
+ - spec/models/real_time_histogram_timeseries_datapoint_spec.rb
619
625
  - spec/models/playback_id_spec.rb
620
- - spec/models/overall_values_spec.rb
621
- - spec/models/broadcast_status_spec.rb
622
- - spec/models/create_asset_request_spec.rb
623
- - spec/models/create_simulcast_target_request_spec.rb
624
- - spec/models/input_track_spec.rb
625
- - spec/models/get_real_time_timeseries_response_spec.rb
626
- - spec/models/list_live_streams_response_spec.rb
627
- - spec/models/list_filters_response_data_spec.rb
628
- - spec/models/input_file_spec.rb
629
- - spec/models/signing_key_spec.rb
630
- - spec/models/live_stream_status_spec.rb
631
- - spec/models/upload_error_spec.rb
632
- - spec/models/create_playback_id_request_spec.rb
633
- - spec/models/update_transcription_vocabulary_request_spec.rb
634
- - spec/models/input_settings_spec.rb
635
- - spec/models/input_settings_overlay_settings_spec.rb
626
+ - spec/models/space_status_spec.rb
627
+ - spec/models/broadcast_spec.rb
636
628
  - spec/models/list_incidents_response_spec.rb
637
- - spec/models/real_time_histogram_timeseries_bucket_values_spec.rb
638
- - spec/models/list_real_time_dimensions_response_data_spec.rb
639
- - spec/models/list_dimensions_response_spec.rb
629
+ - spec/models/get_asset_playback_id_response_spec.rb
630
+ - spec/models/list_video_views_response_spec.rb
631
+ - spec/models/list_filter_values_response_spec.rb
632
+ - spec/models/playback_restriction_spec.rb
633
+ - spec/models/space_type_spec.rb
634
+ - spec/models/list_insights_response_spec.rb
635
+ - spec/models/update_asset_master_access_request_spec.rb
636
+ - spec/models/create_transcription_vocabulary_request_spec.rb
637
+ - spec/models/upload_error_spec.rb
638
+ - spec/models/update_asset_request_spec.rb
640
639
  - spec/models/create_space_request_spec.rb
641
- - spec/models/playback_restriction_response_spec.rb
642
- - spec/models/filter_value_spec.rb
643
- - spec/models/incident_response_spec.rb
644
- - spec/models/real_time_histogram_timeseries_datapoint_spec.rb
645
- - spec/models/asset_recording_times_spec.rb
646
- - spec/models/metric_spec.rb
647
- - spec/models/live_stream_response_spec.rb
648
- - spec/models/update_live_stream_request_spec.rb
649
- - spec/models/video_view_response_spec.rb
650
- - spec/models/export_file_spec.rb
651
- - spec/models/real_time_histogram_timeseries_bucket_spec.rb
640
+ - spec/models/list_video_view_exports_response_spec.rb
641
+ - spec/models/input_info_spec.rb
642
+ - spec/models/list_related_incidents_response_spec.rb
643
+ - spec/models/list_live_streams_response_spec.rb
644
+ - spec/models/upload_spec.rb
645
+ - spec/models/list_breakdown_values_response_spec.rb
646
+ - spec/models/video_view_event_spec.rb
652
647
  - spec/models/score_spec.rb
653
- - spec/models/signal_live_stream_complete_response_spec.rb
648
+ - spec/models/asset_static_renditions_files_spec.rb
649
+ - spec/models/get_asset_input_info_response_spec.rb
650
+ - spec/models/simulcast_target_response_spec.rb
654
651
  - spec/models/get_live_stream_playback_id_response_spec.rb
655
- - spec/models/transcription_vocabulary_spec.rb
652
+ - spec/models/list_transcription_vocabularies_response_spec.rb
653
+ - spec/models/broadcast_response_spec.rb
654
+ - spec/models/list_real_time_dimensions_response_spec.rb
655
+ - spec/models/live_stream_generated_subtitle_settings_spec.rb
656
+ - spec/models/space_spec.rb
657
+ - spec/models/overall_values_spec.rb
658
+ - spec/models/live_stream_embedded_subtitle_settings_spec.rb
659
+ - spec/models/asset_spec.rb
660
+ - spec/models/incident_response_spec.rb
661
+ - spec/models/list_dimensions_response_spec.rb
662
+ - spec/models/list_playback_restrictions_response_spec.rb
663
+ - spec/models/asset_recording_times_spec.rb
664
+ - spec/models/video_view_spec.rb
665
+ - spec/models/get_real_time_histogram_timeseries_response_spec.rb
666
+ - spec/models/list_spaces_response_spec.rb
667
+ - spec/models/signing_key_response_spec.rb
668
+ - spec/models/asset_static_renditions_spec.rb
656
669
  - spec/models/referrer_domain_restriction_spec.rb
657
- - spec/models/incident_notification_spec.rb
658
- - spec/models/input_info_spec.rb
659
- - spec/models/list_related_incidents_response_spec.rb
670
+ - spec/models/update_transcription_vocabulary_request_spec.rb
671
+ - spec/models/input_track_spec.rb
672
+ - spec/models/transcription_vocabulary_spec.rb
673
+ - spec/models/simulcast_target_spec.rb
674
+ - spec/models/filter_value_spec.rb
660
675
  - spec/models/get_asset_or_live_stream_id_response_spec.rb
676
+ - spec/models/list_signing_keys_response_spec.rb
677
+ - spec/models/transcription_vocabulary_response_spec.rb
678
+ - spec/models/real_time_histogram_timeseries_bucket_spec.rb
679
+ - spec/models/signal_live_stream_complete_response_spec.rb
661
680
  - spec/models/create_upload_request_spec.rb
662
- - spec/models/simulcast_target_response_spec.rb
663
- - spec/models/insight_spec.rb
664
- - spec/models/space_type_spec.rb
665
- - spec/models/asset_errors_spec.rb
666
- - spec/models/asset_spec.rb
667
- - spec/models/stop_space_broadcast_response_spec.rb
668
- - spec/models/create_transcription_vocabulary_request_spec.rb
669
- - spec/models/track_spec.rb
670
- - spec/models/playback_policy_spec.rb
671
- - spec/models/get_asset_input_info_response_spec.rb
672
- - spec/models/get_asset_or_live_stream_id_response_data_spec.rb
673
- - spec/models/real_time_breakdown_value_spec.rb
674
- - spec/models/create_track_request_spec.rb
675
- - spec/models/upload_spec.rb
676
- - spec/models/update_live_stream_generated_subtitles_request_spec.rb
677
- - spec/models/list_exports_response_spec.rb
678
- - spec/models/upload_response_spec.rb
679
- - spec/models/space_status_spec.rb
680
681
  - spec/models/asset_master_spec.rb
681
- - spec/models/incident_breakdown_spec.rb
682
- - spec/models/broadcast_spec.rb
683
- - spec/models/asset_static_renditions_spec.rb
684
- - spec/models/get_real_time_histogram_timeseries_response_meta_spec.rb
685
- - spec/models/list_real_time_dimensions_response_spec.rb
686
- - spec/models/list_real_time_metrics_response_spec.rb
687
- - spec/models/asset_static_renditions_files_spec.rb
688
- - spec/models/get_real_time_histogram_timeseries_response_spec.rb
689
- - spec/models/video_view_spec.rb
682
+ - spec/models/signing_key_spec.rb
683
+ - spec/models/create_playback_id_response_spec.rb
690
684
  - spec/models/broadcast_resolution_spec.rb
691
- - spec/models/update_asset_mp4_support_request_spec.rb
692
- - spec/models/list_filter_values_response_spec.rb
693
- - spec/models/list_breakdown_values_response_spec.rb
694
- - spec/models/list_playback_restrictions_response_spec.rb
695
- - spec/models/list_uploads_response_spec.rb
696
- - spec/models/create_playback_restriction_request_spec.rb
697
- - spec/models/dimension_value_spec.rb
698
- - spec/models/live_stream_generated_subtitle_settings_spec.rb
699
- - spec/models/space_response_spec.rb
700
- - spec/models/update_asset_master_access_request_spec.rb
701
- - spec/models/get_overall_values_response_spec.rb
685
+ - spec/models/list_exports_response_spec.rb
686
+ - spec/models/create_asset_request_spec.rb
687
+ - spec/models/live_stream_response_spec.rb
688
+ - spec/models/create_simulcast_target_request_spec.rb
702
689
  - spec/models/real_time_timeseries_datapoint_spec.rb
690
+ - spec/models/input_settings_overlay_settings_spec.rb
691
+ - spec/models/live_stream_status_spec.rb
692
+ - spec/models/abridged_video_view_spec.rb
703
693
  - spec/models/list_filters_response_spec.rb
704
- - spec/models/live_stream_spec.rb
694
+ - spec/models/upload_response_spec.rb
705
695
  - spec/models/export_date_spec.rb
706
- - spec/models/list_spaces_response_spec.rb
707
- - spec/models/breakdown_value_spec.rb
708
- - spec/models/list_video_view_exports_response_spec.rb
709
- - spec/models/video_view_event_spec.rb
710
- - spec/models/get_asset_or_live_stream_id_response_data_object_spec.rb
711
- - spec/models/create_playback_id_response_spec.rb
712
- - spec/models/broadcast_response_spec.rb
713
- - spec/models/create_track_response_spec.rb
714
- - spec/models/notification_rule_spec.rb
696
+ - spec/models/playback_restriction_response_spec.rb
697
+ - spec/models/real_time_histogram_timeseries_bucket_values_spec.rb
698
+ - spec/models/update_referrer_domain_restriction_request_spec.rb
715
699
  - spec/models/asset_non_standard_input_reasons_spec.rb
716
- - spec/models/transcription_vocabulary_response_spec.rb
717
- - spec/models/enable_live_stream_response_spec.rb
718
- - spec/models/list_errors_response_spec.rb
719
- - spec/models/incident_notification_rule_spec.rb
720
- - spec/models/error_spec.rb
721
- - spec/models/space_spec.rb
722
- - spec/models/list_video_views_response_spec.rb
723
- - spec/models/incident_spec.rb
724
- - spec/models/signing_key_response_spec.rb
725
- - spec/models/broadcast_layout_spec.rb
726
- - spec/models/disable_live_stream_response_spec.rb
727
- - spec/models/list_transcription_vocabularies_response_spec.rb
728
- - spec/models/playback_restriction_spec.rb
729
- - spec/models/start_space_broadcast_response_spec.rb
730
- - spec/models/get_asset_playback_id_response_spec.rb
731
- - spec/models/list_delivery_usage_response_spec.rb
700
+ - spec/models/create_playback_id_request_spec.rb
701
+ - spec/models/input_file_spec.rb
732
702
  - spec/models/list_assets_response_spec.rb
703
+ - spec/models/space_response_spec.rb
704
+ - spec/models/track_spec.rb
705
+ - spec/models/insight_spec.rb
706
+ - spec/models/list_uploads_response_spec.rb
707
+ - spec/models/notification_rule_spec.rb
708
+ - spec/models/video_view_response_spec.rb
709
+ - spec/models/get_overall_values_response_spec.rb
710
+ - spec/models/get_metric_timeseries_data_response_spec.rb
711
+ - spec/models/playback_policy_spec.rb
712
+ - spec/models/enable_live_stream_response_spec.rb
713
+ - spec/models/live_stream_spec.rb
733
714
  - spec/models/create_live_stream_request_spec.rb
715
+ - spec/models/create_broadcast_request_spec.rb
716
+ - spec/models/disable_live_stream_response_spec.rb
717
+ - spec/models/error_spec.rb
734
718
  - spec/models/delivery_report_spec.rb
735
- - spec/models/list_all_metric_values_response_spec.rb
719
+ - spec/models/broadcast_status_spec.rb
720
+ - spec/models/get_real_time_histogram_timeseries_response_meta_spec.rb
721
+ - spec/models/update_live_stream_generated_subtitles_request_spec.rb
736
722
  - spec/models/asset_response_spec.rb
737
- - spec/models/update_asset_request_spec.rb
723
+ - spec/models/update_live_stream_request_spec.rb
724
+ - spec/models/metric_spec.rb
725
+ - spec/models/list_delivery_usage_response_spec.rb
726
+ - spec/models/input_settings_spec.rb
738
727
  - spec/models/update_live_stream_embedded_subtitles_request_spec.rb
739
- - spec/models/get_metric_timeseries_data_response_spec.rb
740
- - spec/models/list_signing_keys_response_spec.rb
728
+ - spec/models/list_filters_response_data_spec.rb
729
+ - spec/models/broadcast_layout_spec.rb
730
+ - spec/models/breakdown_value_spec.rb
731
+ - spec/models/create_track_request_spec.rb
732
+ - spec/models/get_asset_or_live_stream_id_response_data_spec.rb
733
+ - spec/models/list_errors_response_spec.rb
734
+ - spec/models/real_time_breakdown_value_spec.rb
735
+ - spec/models/incident_notification_rule_spec.rb
736
+ - spec/models/incident_spec.rb
741
737
  - spec/models/list_dimension_values_response_spec.rb
742
- - spec/models/update_referrer_domain_restriction_request_spec.rb
743
- - spec/models/create_broadcast_request_spec.rb
744
- - spec/models/abridged_video_view_spec.rb
738
+ - spec/models/incident_notification_spec.rb
739
+ - spec/models/list_real_time_dimensions_response_data_spec.rb
740
+ - spec/models/stop_space_broadcast_response_spec.rb
741
+ - spec/models/get_real_time_breakdown_response_spec.rb
742
+ - spec/models/export_file_spec.rb
743
+ - spec/models/list_all_metric_values_response_spec.rb
744
+ - spec/models/start_space_broadcast_response_spec.rb
745
+ - spec/models/get_real_time_timeseries_response_spec.rb
745
746
  - spec/spec_helper.rb