mux_ruby 3.20.0 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +4 -4
- data/docs/Asset.md +4 -2
- data/docs/AssetMetadata.md +22 -0
- data/docs/AssetStaticRenditions.md +2 -2
- data/docs/AssetsApi.md +146 -1
- data/docs/CreateAssetRequest.md +14 -6
- data/docs/CreateLiveStreamRequest.md +4 -2
- data/docs/CreateStaticRenditionRequest.md +20 -0
- data/docs/CreateStaticRenditionResponse.md +18 -0
- data/docs/InputSettings.md +1 -1
- data/docs/LiveStreamsApi.md +143 -0
- data/docs/PlaybackRestrictionsApi.md +1 -1
- data/docs/StaticRendition.md +40 -0
- data/docs/UpdateAssetRequest.md +4 -2
- data/docs/UpdateLiveStreamNewAssetSettings.md +6 -2
- data/docs/UpdateLiveStreamNewAssetSettingsStaticRenditionsRequest.md +18 -0
- data/docs/UpdateReferrerDomainRestrictionRequest.md +10 -37
- data/docs/Upload.md +1 -1
- data/docs/VideoView.md +35 -1
- data/examples/video/exercise-assets.rb +1 -1
- data/gen/generator-config.json +1 -1
- data/lib/mux_ruby/api/assets_api.rb +140 -2
- data/lib/mux_ruby/api/live_streams_api.rb +132 -0
- data/lib/mux_ruby/api/metrics_api.rb +2 -2
- data/lib/mux_ruby/models/asset.rb +14 -5
- data/lib/mux_ruby/models/{space_response.rb → asset_metadata.rb} +74 -13
- data/lib/mux_ruby/models/asset_static_renditions.rb +2 -2
- data/lib/mux_ruby/models/create_asset_request.rb +54 -9
- data/lib/mux_ruby/models/create_live_stream_request.rb +15 -2
- data/lib/mux_ruby/models/{create_broadcast_request.rb → create_static_rendition_request.rb} +49 -53
- data/lib/mux_ruby/models/{start_space_broadcast_response.rb → create_static_rendition_response.rb} +4 -4
- data/lib/mux_ruby/models/input_settings.rb +1 -1
- data/lib/mux_ruby/models/{asset_static_renditions_files.rb → static_rendition.rb} +118 -9
- data/lib/mux_ruby/models/update_asset_request.rb +14 -5
- data/lib/mux_ruby/models/update_live_stream_new_asset_settings.rb +37 -6
- data/lib/mux_ruby/models/{list_spaces_response.rb → update_live_stream_new_asset_settings_static_renditions_request.rb} +11 -16
- data/lib/mux_ruby/models/update_referrer_domain_restriction_request.rb +203 -73
- data/lib/mux_ruby/models/upload.rb +1 -1
- data/lib/mux_ruby/models/video_view.rb +171 -4
- data/lib/mux_ruby/version.rb +1 -1
- data/lib/mux_ruby.rb +5 -16
- data/spec/models/asset_metadata_spec.rb +46 -0
- data/spec/models/create_static_rendition_request_spec.rb +44 -0
- data/spec/models/create_static_rendition_response_spec.rb +34 -0
- data/spec/models/static_rendition_spec.rb +124 -0
- data/spec/models/update_live_stream_new_asset_settings_static_renditions_request_spec.rb +34 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/gem_make.out +8 -8
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/mkmf.log +19 -19
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out +7 -7
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/jaro_winkler/jaro_winkler_ext.so +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/mkmf.log +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/psych.so +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/mkmf.log +2 -2
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/stringio.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/lib/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/lib/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/lib/jaro_winkler/jaro_winkler_ext.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/lib/psych.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/ext/stringio/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/lib/stringio.so +0 -0
- metadata +184 -199
- data/docs/AssetStaticRenditionsFiles.md +0 -28
- data/docs/Broadcast.md +0 -30
- data/docs/BroadcastLayout.md +0 -15
- data/docs/BroadcastResolution.md +0 -15
- data/docs/BroadcastResponse.md +0 -18
- data/docs/BroadcastStatus.md +0 -15
- data/docs/CreateBroadcastRequest.md +0 -26
- data/docs/CreateSpaceRequest.md +0 -22
- data/docs/ListSpacesResponse.md +0 -18
- data/docs/Space.md +0 -30
- data/docs/SpaceResponse.md +0 -18
- data/docs/SpaceStatus.md +0 -15
- data/docs/SpaceType.md +0 -15
- data/docs/SpacesApi.md +0 -658
- data/docs/StartSpaceBroadcastResponse.md +0 -18
- data/docs/StopSpaceBroadcastResponse.md +0 -18
- data/lib/mux_ruby/api/spaces_api.rb +0 -619
- data/lib/mux_ruby/models/broadcast.rb +0 -305
- data/lib/mux_ruby/models/broadcast_layout.rb +0 -38
- data/lib/mux_ruby/models/broadcast_resolution.rb +0 -41
- data/lib/mux_ruby/models/broadcast_response.rb +0 -223
- data/lib/mux_ruby/models/broadcast_status.rb +0 -37
- data/lib/mux_ruby/models/create_space_request.rb +0 -242
- data/lib/mux_ruby/models/space.rb +0 -301
- data/lib/mux_ruby/models/space_status.rb +0 -37
- data/lib/mux_ruby/models/space_type.rb +0 -36
- data/lib/mux_ruby/models/stop_space_broadcast_response.rb +0 -218
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '087b7c6c59da33c71714712ee1158651bd38cbb88bdc052e4d839c4d58896346'
|
4
|
+
data.tar.gz: ee19833cef831324e1779e229034876b0344593ccb15067097cee86586dc55b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 90a897216ad253c4116febcb63662a98943ffa81aaa7fec6764cb23d10a65f088d2d1c8419847c208835cc395a8c4d978c24e04d600f54e0f1c860e241211f7c
|
7
|
+
data.tar.gz: cfe7d908e2ba0b9746ce65afbf7c7f750cd806013d61869788dbe882076a05740386e1a3860a2a0964855c866d52dbdb9aa4ab8030e0a8e73f41063bb42ae701
|
data/Gemfile.lock
CHANGED
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:
|
26
|
+
- Package version: 5.0.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-
|
43
|
+
gem install ./mux_ruby-5.0.0.gem
|
44
44
|
```
|
45
45
|
|
46
|
-
(for development, run `gem install --dev ./mux_ruby-
|
46
|
+
(for development, run `gem install --dev ./mux_ruby-5.0.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', '~>
|
52
|
+
gem 'mux_ruby', '~> 5.0.0'
|
53
53
|
|
54
54
|
### Install from Git
|
55
55
|
|
data/docs/Asset.md
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
| **per_title_encode** | **Boolean** | | [optional] |
|
22
22
|
| **upload_id** | **String** | Unique identifier for the Direct Upload. This is an optional parameter added when the asset is created from a direct upload. | [optional] |
|
23
23
|
| **is_live** | **Boolean** | Indicates whether the live stream that created this asset is currently `active` and not in `idle` state. This is an optional parameter added when the asset is created from a live stream. | [optional] |
|
24
|
-
| **passthrough** | **String** |
|
24
|
+
| **passthrough** | **String** | You can set this field to anything you want. It will be included in the asset details and related webhooks. If you're looking for more structured metadata, such as `title` or `external_id` , you can use the `meta` object instead. **Max: 255 characters**. | [optional] |
|
25
25
|
| **live_stream_id** | **String** | Unique identifier for the live stream. This is an optional parameter added when the asset is created from a live stream. | [optional] |
|
26
26
|
| **master** | [**AssetMaster**](AssetMaster.md) | | [optional] |
|
27
27
|
| **master_access** | **String** | | [optional][default to 'none'] |
|
@@ -33,6 +33,7 @@
|
|
33
33
|
| **non_standard_input_reasons** | [**AssetNonStandardInputReasons**](AssetNonStandardInputReasons.md) | | [optional] |
|
34
34
|
| **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] |
|
35
35
|
| **ingest_type** | **String** | The type of ingest used to create the asset. | [optional] |
|
36
|
+
| **meta** | [**AssetMetadata**](AssetMetadata.md) | | [optional] |
|
36
37
|
|
37
38
|
## Example
|
38
39
|
|
@@ -68,7 +69,8 @@ instance = MuxRuby::Asset.new(
|
|
68
69
|
recording_times: null,
|
69
70
|
non_standard_input_reasons: null,
|
70
71
|
test: null,
|
71
|
-
ingest_type: null
|
72
|
+
ingest_type: null,
|
73
|
+
meta: null
|
72
74
|
)
|
73
75
|
```
|
74
76
|
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# MuxRuby::AssetMetadata
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **title** | **String** | The video title. Max 512 code points. | [optional] |
|
8
|
+
| **creator_id** | **String** | This is an identifier you provide to keep track of the creator of the video. Max 128 code points. | [optional] |
|
9
|
+
| **external_id** | **String** | This is an identifier you provide to link the video to your own data. Max 128 code points. | [optional] |
|
10
|
+
|
11
|
+
## Example
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
require 'mux_ruby'
|
15
|
+
|
16
|
+
instance = MuxRuby::AssetMetadata.new(
|
17
|
+
title: null,
|
18
|
+
creator_id: null,
|
19
|
+
external_id: null
|
20
|
+
)
|
21
|
+
```
|
22
|
+
|
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **status** | **String** | Indicates the status of downloadable MP4 versions of this asset. | [optional][default to 'disabled'] |
|
8
|
-
| **files** | [**Array<
|
7
|
+
| **status** | **String** | Indicates the status of downloadable MP4 versions of this asset. This field is only valid when `mp4_support` is enabled | [optional][default to 'disabled'] |
|
8
|
+
| **files** | [**Array<StaticRendition>**](StaticRendition.md) | Array of file objects. | [optional] |
|
9
9
|
|
10
10
|
## Example
|
11
11
|
|
data/docs/AssetsApi.md
CHANGED
@@ -6,9 +6,11 @@ All URIs are relative to *https://api.mux.com*
|
|
6
6
|
| ------ | ------------ | ----------- |
|
7
7
|
| [**create_asset**](AssetsApi.md#create_asset) | **POST** /video/v1/assets | Create an asset |
|
8
8
|
| [**create_asset_playback_id**](AssetsApi.md#create_asset_playback_id) | **POST** /video/v1/assets/{ASSET_ID}/playback-ids | Create a playback ID |
|
9
|
+
| [**create_asset_static_rendition**](AssetsApi.md#create_asset_static_rendition) | **POST** /video/v1/assets/{ASSET_ID}/static-renditions | Create a static rendition for an asset |
|
9
10
|
| [**create_asset_track**](AssetsApi.md#create_asset_track) | **POST** /video/v1/assets/{ASSET_ID}/tracks | Create an asset track |
|
10
11
|
| [**delete_asset**](AssetsApi.md#delete_asset) | **DELETE** /video/v1/assets/{ASSET_ID} | Delete an asset |
|
11
12
|
| [**delete_asset_playback_id**](AssetsApi.md#delete_asset_playback_id) | **DELETE** /video/v1/assets/{ASSET_ID}/playback-ids/{PLAYBACK_ID} | Delete a playback ID |
|
13
|
+
| [**delete_asset_static_rendition**](AssetsApi.md#delete_asset_static_rendition) | **DELETE** /video/v1/assets/{ASSET_ID}/static-renditions/{STATIC_RENDITION_ID} | Delete a single static rendition for an asset |
|
12
14
|
| [**delete_asset_track**](AssetsApi.md#delete_asset_track) | **DELETE** /video/v1/assets/{ASSET_ID}/tracks/{TRACK_ID} | Delete an asset track |
|
13
15
|
| [**generate_asset_track_subtitles**](AssetsApi.md#generate_asset_track_subtitles) | **POST** /video/v1/assets/{ASSET_ID}/tracks/{TRACK_ID}/generate-subtitles | Generate track subtitles |
|
14
16
|
| [**get_asset**](AssetsApi.md#get_asset) | **GET** /video/v1/assets/{ASSET_ID} | Retrieve an asset |
|
@@ -162,6 +164,78 @@ end
|
|
162
164
|
- **Accept**: application/json
|
163
165
|
|
164
166
|
|
167
|
+
## create_asset_static_rendition
|
168
|
+
|
169
|
+
> <CreateStaticRenditionResponse> create_asset_static_rendition(asset_id, create_static_rendition_request)
|
170
|
+
|
171
|
+
Create a static rendition for an asset
|
172
|
+
|
173
|
+
Creates a static rendition (i.e. MP4) for an asset
|
174
|
+
|
175
|
+
### Examples
|
176
|
+
|
177
|
+
```ruby
|
178
|
+
require 'time'
|
179
|
+
require 'mux_ruby'
|
180
|
+
# setup authorization
|
181
|
+
MuxRuby.configure do |config|
|
182
|
+
# Configure HTTP basic authorization: accessToken
|
183
|
+
config.username = 'YOUR USERNAME'
|
184
|
+
config.password = 'YOUR PASSWORD'
|
185
|
+
end
|
186
|
+
|
187
|
+
api_instance = MuxRuby::AssetsApi.new
|
188
|
+
asset_id = 'asset_id_example' # String | The asset ID.
|
189
|
+
create_static_rendition_request = MuxRuby::CreateStaticRenditionRequest.new # CreateStaticRenditionRequest |
|
190
|
+
|
191
|
+
begin
|
192
|
+
# Create a static rendition for an asset
|
193
|
+
result = api_instance.create_asset_static_rendition(asset_id, create_static_rendition_request)
|
194
|
+
p result
|
195
|
+
rescue MuxRuby::ApiError => e
|
196
|
+
puts "Error when calling AssetsApi->create_asset_static_rendition: #{e}"
|
197
|
+
end
|
198
|
+
```
|
199
|
+
|
200
|
+
#### Using the create_asset_static_rendition_with_http_info variant
|
201
|
+
|
202
|
+
This returns an Array which contains the response data, status code and headers.
|
203
|
+
|
204
|
+
> <Array(<CreateStaticRenditionResponse>, Integer, Hash)> create_asset_static_rendition_with_http_info(asset_id, create_static_rendition_request)
|
205
|
+
|
206
|
+
```ruby
|
207
|
+
begin
|
208
|
+
# Create a static rendition for an asset
|
209
|
+
data, status_code, headers = api_instance.create_asset_static_rendition_with_http_info(asset_id, create_static_rendition_request)
|
210
|
+
p status_code # => 2xx
|
211
|
+
p headers # => { ... }
|
212
|
+
p data # => <CreateStaticRenditionResponse>
|
213
|
+
rescue MuxRuby::ApiError => e
|
214
|
+
puts "Error when calling AssetsApi->create_asset_static_rendition_with_http_info: #{e}"
|
215
|
+
end
|
216
|
+
```
|
217
|
+
|
218
|
+
### Parameters
|
219
|
+
|
220
|
+
| Name | Type | Description | Notes |
|
221
|
+
| ---- | ---- | ----------- | ----- |
|
222
|
+
| **asset_id** | **String** | The asset ID. | |
|
223
|
+
| **create_static_rendition_request** | [**CreateStaticRenditionRequest**](CreateStaticRenditionRequest.md) | | |
|
224
|
+
|
225
|
+
### Return type
|
226
|
+
|
227
|
+
[**CreateStaticRenditionResponse**](CreateStaticRenditionResponse.md)
|
228
|
+
|
229
|
+
### Authorization
|
230
|
+
|
231
|
+
[accessToken](../README.md#accessToken)
|
232
|
+
|
233
|
+
### HTTP request headers
|
234
|
+
|
235
|
+
- **Content-Type**: application/json
|
236
|
+
- **Accept**: application/json
|
237
|
+
|
238
|
+
|
165
239
|
## create_asset_track
|
166
240
|
|
167
241
|
> <CreateTrackResponse> create_asset_track(asset_id, create_track_request)
|
@@ -374,6 +448,77 @@ nil (empty response body)
|
|
374
448
|
- **Accept**: Not defined
|
375
449
|
|
376
450
|
|
451
|
+
## delete_asset_static_rendition
|
452
|
+
|
453
|
+
> delete_asset_static_rendition(asset_id, static_rendition_id)
|
454
|
+
|
455
|
+
Delete a single static rendition for an asset
|
456
|
+
|
457
|
+
Deletes a single static rendition for an asset
|
458
|
+
|
459
|
+
### Examples
|
460
|
+
|
461
|
+
```ruby
|
462
|
+
require 'time'
|
463
|
+
require 'mux_ruby'
|
464
|
+
# setup authorization
|
465
|
+
MuxRuby.configure do |config|
|
466
|
+
# Configure HTTP basic authorization: accessToken
|
467
|
+
config.username = 'YOUR USERNAME'
|
468
|
+
config.password = 'YOUR PASSWORD'
|
469
|
+
end
|
470
|
+
|
471
|
+
api_instance = MuxRuby::AssetsApi.new
|
472
|
+
asset_id = 'asset_id_example' # String | The asset ID.
|
473
|
+
static_rendition_id = 'static_rendition_id_example' # String | The static rendition ID.
|
474
|
+
|
475
|
+
begin
|
476
|
+
# Delete a single static rendition for an asset
|
477
|
+
api_instance.delete_asset_static_rendition(asset_id, static_rendition_id)
|
478
|
+
rescue MuxRuby::ApiError => e
|
479
|
+
puts "Error when calling AssetsApi->delete_asset_static_rendition: #{e}"
|
480
|
+
end
|
481
|
+
```
|
482
|
+
|
483
|
+
#### Using the delete_asset_static_rendition_with_http_info variant
|
484
|
+
|
485
|
+
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
486
|
+
|
487
|
+
> <Array(nil, Integer, Hash)> delete_asset_static_rendition_with_http_info(asset_id, static_rendition_id)
|
488
|
+
|
489
|
+
```ruby
|
490
|
+
begin
|
491
|
+
# Delete a single static rendition for an asset
|
492
|
+
data, status_code, headers = api_instance.delete_asset_static_rendition_with_http_info(asset_id, static_rendition_id)
|
493
|
+
p status_code # => 2xx
|
494
|
+
p headers # => { ... }
|
495
|
+
p data # => nil
|
496
|
+
rescue MuxRuby::ApiError => e
|
497
|
+
puts "Error when calling AssetsApi->delete_asset_static_rendition_with_http_info: #{e}"
|
498
|
+
end
|
499
|
+
```
|
500
|
+
|
501
|
+
### Parameters
|
502
|
+
|
503
|
+
| Name | Type | Description | Notes |
|
504
|
+
| ---- | ---- | ----------- | ----- |
|
505
|
+
| **asset_id** | **String** | The asset ID. | |
|
506
|
+
| **static_rendition_id** | **String** | The static rendition ID. | |
|
507
|
+
|
508
|
+
### Return type
|
509
|
+
|
510
|
+
nil (empty response body)
|
511
|
+
|
512
|
+
### Authorization
|
513
|
+
|
514
|
+
[accessToken](../README.md#accessToken)
|
515
|
+
|
516
|
+
### HTTP request headers
|
517
|
+
|
518
|
+
- **Content-Type**: Not defined
|
519
|
+
- **Accept**: Not defined
|
520
|
+
|
521
|
+
|
377
522
|
## delete_asset_track
|
378
523
|
|
379
524
|
> delete_asset_track(asset_id, track_id)
|
@@ -959,7 +1104,7 @@ end
|
|
959
1104
|
|
960
1105
|
Update MP4 support
|
961
1106
|
|
962
|
-
Allows you to add or remove mp4 support for assets that were created without it. The values supported are `capped-1080p`, `audio-only`, `audio-only,capped-1080p`, `standard`(deprecated), and `none`. `none` means that an asset *does not* have mp4 support, so submitting a request with `mp4_support` set to `none` will delete the mp4 assets from the asset in question.
|
1107
|
+
This method has been deprecated. Please see the [Static Rendition API](https://www.mux.com/docs/guides/enable-static-mp4-renditions#after-asset-creation). Allows you to add or remove mp4 support for assets that were created without it. The values supported are `capped-1080p`, `audio-only`, `audio-only,capped-1080p`, `standard`(deprecated), and `none`. `none` means that an asset *does not* have mp4 support, so submitting a request with `mp4_support` set to `none` will delete the mp4 assets from the asset in question.
|
963
1108
|
|
964
1109
|
### Examples
|
965
1110
|
|
data/docs/CreateAssetRequest.md
CHANGED
@@ -4,18 +4,22 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **input** | [**Array<InputSettings>**](InputSettings.md) |
|
8
|
-
| **
|
9
|
-
| **
|
7
|
+
| **input** | [**Array<InputSettings>**](InputSettings.md) | Deprecated. Use `inputs` instead, which accepts an identical type. | [optional] |
|
8
|
+
| **inputs** | [**Array<InputSettings>**](InputSettings.md) | An array of objects that each describe an input file to be used to create the asset. As a shortcut, input can also be a string URL for a file when only one input file is used. See `input[].url` for requirements. | [optional] |
|
9
|
+
| **playback_policy** | [**Array<PlaybackPolicy>**](PlaybackPolicy.md) | Deprecated. Use `playback_policies` instead, which accepts an identical type. | [optional] |
|
10
|
+
| **playback_policies** | [**Array<PlaybackPolicy>**](PlaybackPolicy.md) | An array of playback policy names that you want applied to this asset and available through `playback_ids`. Options include: * `\"public\"` (anyone with the playback URL can stream the asset). * `\"signed\"` (an additional access token is required to play the asset). If no `playback_policies` are set, the asset will have no playback IDs and will therefore not be playable. For simplicity, a single string name can be used in place of the array in the case of only one playback policy. | [optional] |
|
11
|
+
| **advanced_playback_policies** | [**Array<CreatePlaybackIDRequest>**](CreatePlaybackIDRequest.md) | An array of playback policy objects that you want applied to this asset and available through `playback_ids`. `advanced_playback_policies` must be used instead of `playback_policies` when creating a DRM playback ID. | [optional] |
|
10
12
|
| **per_title_encode** | **Boolean** | | [optional] |
|
11
|
-
| **passthrough** | **String** |
|
12
|
-
| **mp4_support** | **String** | Specify what level of support for mp4 playback. * The `capped-1080p` option produces a single MP4 file, called `capped-1080p.mp4`, with the video resolution capped at 1080p. This option produces an `audio.m4a` file for an audio-only asset. * The `audio-only` option produces a single M4A file, called `audio.m4a` for a video or an audio-only asset. MP4 generation will error when this option is specified for a video-only asset. * The `audio-only,capped-1080p` option produces both the `audio.m4a` and `capped-1080p.mp4` files. Only the `capped-1080p.mp4` file is produced for a video-only asset, while only the `audio.m4a` file is produced for an audio-only asset. The `standard`(deprecated) option produces up to three MP4 files with different levels of resolution (`high.mp4`, `medium.mp4`, `low.mp4`, or `audio.m4a` for an audio-only asset). MP4 files are not produced for `none` (default). In most cases you should use our default HLS-based streaming playback (`{playback_id}.m3u8`) which can automatically adjust to viewers' connection speeds, but an mp4 can be useful for some legacy devices or downloading for offline playback. See the [Download your videos guide](https://docs.mux.com/guides/enable-static-mp4-renditions) for more information. | [optional] |
|
13
|
+
| **passthrough** | **String** | You can set this field to anything you want. It will be included in the asset details and related webhooks. If you're looking for more structured metadata, such as `title` or `external_id`, you can use the `meta` object instead. **Max: 255 characters**. | [optional] |
|
14
|
+
| **mp4_support** | **String** | Deprecated. See the [Static Renditions API](https://www.mux.com/docs/guides/enable-static-mp4-renditions) for the updated API. Specify what level of support for mp4 playback. You may not enable both `mp4_support` and `static_renditions`. * The `capped-1080p` option produces a single MP4 file, called `capped-1080p.mp4`, with the video resolution capped at 1080p. This option produces an `audio.m4a` file for an audio-only asset. * The `audio-only` option produces a single M4A file, called `audio.m4a` for a video or an audio-only asset. MP4 generation will error when this option is specified for a video-only asset. * The `audio-only,capped-1080p` option produces both the `audio.m4a` and `capped-1080p.mp4` files. Only the `capped-1080p.mp4` file is produced for a video-only asset, while only the `audio.m4a` file is produced for an audio-only asset. The `standard`(deprecated) option produces up to three MP4 files with different levels of resolution (`high.mp4`, `medium.mp4`, `low.mp4`, or `audio.m4a` for an audio-only asset). MP4 files are not produced for `none` (default). In most cases you should use our default HLS-based streaming playback (`{playback_id}.m3u8`) which can automatically adjust to viewers' connection speeds, but an mp4 can be useful for some legacy devices or downloading for offline playback. See the [Download your videos guide](https://docs.mux.com/guides/enable-static-mp4-renditions) for more information. | [optional] |
|
13
15
|
| **normalize_audio** | **Boolean** | Normalize the audio track loudness level. This parameter is only applicable to on-demand (not live) assets. | [optional][default to false] |
|
14
16
|
| **master_access** | **String** | Specify what level (if any) of support for master access. Master access can be enabled temporarily for your asset to be downloaded. See the [Download your videos guide](https://docs.mux.com/guides/enable-static-mp4-renditions) for more information. | [optional] |
|
15
17
|
| **test** | **Boolean** | Marks the asset as a test asset when the value is set to true. 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 asset are watermarked with the Mux logo, limited to 10 seconds, deleted after 24 hrs. | [optional] |
|
16
18
|
| **max_resolution_tier** | **String** | Max resolution tier can be used to control the maximum `resolution_tier` your asset is encoded, stored, and streamed at. If not set, this defaults to `1080p`. | [optional] |
|
17
19
|
| **encoding_tier** | **String** | This field is deprecated. Please use `video_quality` instead. The encoding tier informs the cost, quality, and available platform features for the asset. The default encoding tier for an account can be set in the Mux Dashboard. [See the video quality guide for more details.](https://docs.mux.com/guides/use-video-quality-levels) | [optional] |
|
18
20
|
| **video_quality** | **String** | The video quality controls the cost, quality, and available platform features for the asset. The default video quality for an account can be set in the Mux Dashboard. This field replaces the deprecated `encoding_tier` value. [See the video quality guide for more details.](https://docs.mux.com/guides/use-video-quality-levels) | [optional] |
|
21
|
+
| **static_renditions** | [**Array<CreateStaticRenditionRequest>**](CreateStaticRenditionRequest.md) | An array of static renditions to create for this asset. You may not enable both `static_renditions` and `mp4_support (the latter being deprecated)` | [optional] |
|
22
|
+
| **meta** | [**AssetMetadata**](AssetMetadata.md) | | [optional] |
|
19
23
|
|
20
24
|
## Example
|
21
25
|
|
@@ -24,7 +28,9 @@ require 'mux_ruby'
|
|
24
28
|
|
25
29
|
instance = MuxRuby::CreateAssetRequest.new(
|
26
30
|
input: null,
|
31
|
+
inputs: null,
|
27
32
|
playback_policy: null,
|
33
|
+
playback_policies: null,
|
28
34
|
advanced_playback_policies: null,
|
29
35
|
per_title_encode: null,
|
30
36
|
passthrough: null,
|
@@ -34,7 +40,9 @@ instance = MuxRuby::CreateAssetRequest.new(
|
|
34
40
|
test: null,
|
35
41
|
max_resolution_tier: null,
|
36
42
|
encoding_tier: null,
|
37
|
-
video_quality: null
|
43
|
+
video_quality: null,
|
44
|
+
static_renditions: null,
|
45
|
+
meta: null
|
38
46
|
)
|
39
47
|
```
|
40
48
|
|
@@ -4,8 +4,9 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **playback_policy** | [**Array<PlaybackPolicy>**](PlaybackPolicy.md) |
|
8
|
-
| **
|
7
|
+
| **playback_policy** | [**Array<PlaybackPolicy>**](PlaybackPolicy.md) | Deprecated. Use `playback_policies` instead, which accepts an identical type. | [optional] |
|
8
|
+
| **playback_policies** | [**Array<PlaybackPolicy>**](PlaybackPolicy.md) | An array of playback policy names that you want applied to this live stream and available through `playback_ids`. Options include: * `\"public\"` (anyone with the playback URL can stream the live stream). * `\"signed\"` (an additional access token is required to play the live stream). If no `playback_policies` is set, the live stream will have no playback IDs and will therefore not be playable. For simplicity, a single string name can be used in place of the array in the case of only one playback policy. | [optional] |
|
9
|
+
| **advanced_playback_policies** | [**Array<CreatePlaybackIDRequest>**](CreatePlaybackIDRequest.md) | An array of playback policy objects that you want applied on this live stream and available through `playback_ids`. `advanced_playback_policies` must be used instead of `playback_policies` when creating a DRM playback ID. | [optional] |
|
9
10
|
| **new_asset_settings** | [**CreateAssetRequest**](CreateAssetRequest.md) | | [optional] |
|
10
11
|
| **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. If not specified directly, Standard Latency streams have a Reconnect Window of 60 seconds; Reduced and Low Latency streams have a default of 0 seconds, or no Reconnect Window. For that reason, we suggest specifying a value other than zero for Reduced and Low Latency streams. 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. | [optional][default to 60] |
|
11
12
|
| **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] |
|
@@ -28,6 +29,7 @@ require 'mux_ruby'
|
|
28
29
|
|
29
30
|
instance = MuxRuby::CreateLiveStreamRequest.new(
|
30
31
|
playback_policy: null,
|
32
|
+
playback_policies: null,
|
31
33
|
advanced_playback_policies: null,
|
32
34
|
new_asset_settings: null,
|
33
35
|
reconnect_window: null,
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# MuxRuby::CreateStaticRenditionRequest
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **resolution** | **String** | | [optional] |
|
8
|
+
| **passthrough** | **String** | Arbitrary user-supplied metadata set for the static rendition. Max 255 characters. | [optional] |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'mux_ruby'
|
14
|
+
|
15
|
+
instance = MuxRuby::CreateStaticRenditionRequest.new(
|
16
|
+
resolution: null,
|
17
|
+
passthrough: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# MuxRuby::CreateStaticRenditionResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **data** | [**StaticRendition**](StaticRendition.md) | | [optional] |
|
8
|
+
|
9
|
+
## Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'mux_ruby'
|
13
|
+
|
14
|
+
instance = MuxRuby::CreateStaticRenditionResponse.new(
|
15
|
+
data: null
|
16
|
+
)
|
17
|
+
```
|
18
|
+
|
data/docs/InputSettings.md
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
| **language_code** | **String** | The language code value must be a valid [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 required for `text` and `audio` track types. | [optional] |
|
15
15
|
| **name** | **String** | The name of the track containing a human-readable description. This value must be unique within each group of `text` or `audio` track types. The HLS manifest will associate a subtitle text track with this value. For example, the value should be \"English\" for a subtitle text track with `language_code` set to `en`. This optional parameter should be used only for `text` and `audio` type tracks. This parameter can be optionally provided for the first video input to denote the name of the muxed audio track if present. If this parameter is not included, Mux will auto-populate based on the `input[].language_code` value. | [optional] |
|
16
16
|
| **closed_captions** | **Boolean** | Indicates the track provides Subtitles for the Deaf or Hard-of-hearing (SDH). This optional parameter should be used for tracks with `type` of `text` and `text_type` set to `subtitles`. | [optional] |
|
17
|
-
| **passthrough** | **String** | This optional parameter should be used tracks with `type` of `text` and `text_type` set to `subtitles`. | [optional] |
|
17
|
+
| **passthrough** | **String** | This optional parameter should be used for tracks with `type` of `text` and `text_type` set to `subtitles`. | [optional] |
|
18
18
|
|
19
19
|
## Example
|
20
20
|
|
data/docs/LiveStreamsApi.md
CHANGED
@@ -8,6 +8,7 @@ All URIs are relative to *https://api.mux.com*
|
|
8
8
|
| [**create_live_stream_playback_id**](LiveStreamsApi.md#create_live_stream_playback_id) | **POST** /video/v1/live-streams/{LIVE_STREAM_ID}/playback-ids | Create a live stream playback ID |
|
9
9
|
| [**create_live_stream_simulcast_target**](LiveStreamsApi.md#create_live_stream_simulcast_target) | **POST** /video/v1/live-streams/{LIVE_STREAM_ID}/simulcast-targets | Create a live stream simulcast target |
|
10
10
|
| [**delete_live_stream**](LiveStreamsApi.md#delete_live_stream) | **DELETE** /video/v1/live-streams/{LIVE_STREAM_ID} | Delete a live stream |
|
11
|
+
| [**delete_live_stream_new_asset_settings_static_renditions**](LiveStreamsApi.md#delete_live_stream_new_asset_settings_static_renditions) | **DELETE** /video/v1/live-streams/{LIVE_STREAM_ID}/new-asset-settings/static-renditions | Delete a live stream's static renditions setting for new assets |
|
11
12
|
| [**delete_live_stream_playback_id**](LiveStreamsApi.md#delete_live_stream_playback_id) | **DELETE** /video/v1/live-streams/{LIVE_STREAM_ID}/playback-ids/{PLAYBACK_ID} | Delete a live stream playback ID |
|
12
13
|
| [**delete_live_stream_simulcast_target**](LiveStreamsApi.md#delete_live_stream_simulcast_target) | **DELETE** /video/v1/live-streams/{LIVE_STREAM_ID}/simulcast-targets/{SIMULCAST_TARGET_ID} | Delete a live stream simulcast target |
|
13
14
|
| [**disable_live_stream**](LiveStreamsApi.md#disable_live_stream) | **PUT** /video/v1/live-streams/{LIVE_STREAM_ID}/disable | Disable a live stream |
|
@@ -21,6 +22,7 @@ All URIs are relative to *https://api.mux.com*
|
|
21
22
|
| [**update_live_stream**](LiveStreamsApi.md#update_live_stream) | **PATCH** /video/v1/live-streams/{LIVE_STREAM_ID} | Update a live stream |
|
22
23
|
| [**update_live_stream_embedded_subtitles**](LiveStreamsApi.md#update_live_stream_embedded_subtitles) | **PUT** /video/v1/live-streams/{LIVE_STREAM_ID}/embedded-subtitles | Update a live stream's embedded subtitles |
|
23
24
|
| [**update_live_stream_generated_subtitles**](LiveStreamsApi.md#update_live_stream_generated_subtitles) | **PUT** /video/v1/live-streams/{LIVE_STREAM_ID}/generated-subtitles | Update a live stream's generated subtitles |
|
25
|
+
| [**update_live_stream_new_asset_settings_static_renditions**](LiveStreamsApi.md#update_live_stream_new_asset_settings_static_renditions) | **PUT** /video/v1/live-streams/{LIVE_STREAM_ID}/new-asset-settings/static-renditions | Update live stream static renditions for new assets |
|
24
26
|
|
25
27
|
|
26
28
|
## create_live_stream
|
@@ -306,6 +308,75 @@ nil (empty response body)
|
|
306
308
|
- **Accept**: Not defined
|
307
309
|
|
308
310
|
|
311
|
+
## delete_live_stream_new_asset_settings_static_renditions
|
312
|
+
|
313
|
+
> delete_live_stream_new_asset_settings_static_renditions(live_stream_id)
|
314
|
+
|
315
|
+
Delete a live stream's static renditions setting for new assets
|
316
|
+
|
317
|
+
Deletes a live stream's static renditions settings for new assets. Further assets made via this live stream will not create static renditions unless re-added.
|
318
|
+
|
319
|
+
### Examples
|
320
|
+
|
321
|
+
```ruby
|
322
|
+
require 'time'
|
323
|
+
require 'mux_ruby'
|
324
|
+
# setup authorization
|
325
|
+
MuxRuby.configure do |config|
|
326
|
+
# Configure HTTP basic authorization: accessToken
|
327
|
+
config.username = 'YOUR USERNAME'
|
328
|
+
config.password = 'YOUR PASSWORD'
|
329
|
+
end
|
330
|
+
|
331
|
+
api_instance = MuxRuby::LiveStreamsApi.new
|
332
|
+
live_stream_id = 'live_stream_id_example' # String | The live stream ID
|
333
|
+
|
334
|
+
begin
|
335
|
+
# Delete a live stream's static renditions setting for new assets
|
336
|
+
api_instance.delete_live_stream_new_asset_settings_static_renditions(live_stream_id)
|
337
|
+
rescue MuxRuby::ApiError => e
|
338
|
+
puts "Error when calling LiveStreamsApi->delete_live_stream_new_asset_settings_static_renditions: #{e}"
|
339
|
+
end
|
340
|
+
```
|
341
|
+
|
342
|
+
#### Using the delete_live_stream_new_asset_settings_static_renditions_with_http_info variant
|
343
|
+
|
344
|
+
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
345
|
+
|
346
|
+
> <Array(nil, Integer, Hash)> delete_live_stream_new_asset_settings_static_renditions_with_http_info(live_stream_id)
|
347
|
+
|
348
|
+
```ruby
|
349
|
+
begin
|
350
|
+
# Delete a live stream's static renditions setting for new assets
|
351
|
+
data, status_code, headers = api_instance.delete_live_stream_new_asset_settings_static_renditions_with_http_info(live_stream_id)
|
352
|
+
p status_code # => 2xx
|
353
|
+
p headers # => { ... }
|
354
|
+
p data # => nil
|
355
|
+
rescue MuxRuby::ApiError => e
|
356
|
+
puts "Error when calling LiveStreamsApi->delete_live_stream_new_asset_settings_static_renditions_with_http_info: #{e}"
|
357
|
+
end
|
358
|
+
```
|
359
|
+
|
360
|
+
### Parameters
|
361
|
+
|
362
|
+
| Name | Type | Description | Notes |
|
363
|
+
| ---- | ---- | ----------- | ----- |
|
364
|
+
| **live_stream_id** | **String** | The live stream ID | |
|
365
|
+
|
366
|
+
### Return type
|
367
|
+
|
368
|
+
nil (empty response body)
|
369
|
+
|
370
|
+
### Authorization
|
371
|
+
|
372
|
+
[accessToken](../README.md#accessToken)
|
373
|
+
|
374
|
+
### HTTP request headers
|
375
|
+
|
376
|
+
- **Content-Type**: Not defined
|
377
|
+
- **Accept**: Not defined
|
378
|
+
|
379
|
+
|
309
380
|
## delete_live_stream_playback_id
|
310
381
|
|
311
382
|
> delete_live_stream_playback_id(live_stream_id, playback_id)
|
@@ -1235,3 +1306,75 @@ end
|
|
1235
1306
|
- **Content-Type**: application/json
|
1236
1307
|
- **Accept**: application/json
|
1237
1308
|
|
1309
|
+
|
1310
|
+
## update_live_stream_new_asset_settings_static_renditions
|
1311
|
+
|
1312
|
+
> <LiveStreamResponse> update_live_stream_new_asset_settings_static_renditions(live_stream_id, update_live_stream_new_asset_settings_static_renditions_request)
|
1313
|
+
|
1314
|
+
Update live stream static renditions for new assets
|
1315
|
+
|
1316
|
+
Updates a live stream's static renditions settings for new assets. Further assets made via this live stream will create static renditions per the settings provided. You must provide all static renditions desired.
|
1317
|
+
|
1318
|
+
### Examples
|
1319
|
+
|
1320
|
+
```ruby
|
1321
|
+
require 'time'
|
1322
|
+
require 'mux_ruby'
|
1323
|
+
# setup authorization
|
1324
|
+
MuxRuby.configure do |config|
|
1325
|
+
# Configure HTTP basic authorization: accessToken
|
1326
|
+
config.username = 'YOUR USERNAME'
|
1327
|
+
config.password = 'YOUR PASSWORD'
|
1328
|
+
end
|
1329
|
+
|
1330
|
+
api_instance = MuxRuby::LiveStreamsApi.new
|
1331
|
+
live_stream_id = 'live_stream_id_example' # String | The live stream ID
|
1332
|
+
update_live_stream_new_asset_settings_static_renditions_request = MuxRuby::UpdateLiveStreamNewAssetSettingsStaticRenditionsRequest.new # UpdateLiveStreamNewAssetSettingsStaticRenditionsRequest |
|
1333
|
+
|
1334
|
+
begin
|
1335
|
+
# Update live stream static renditions for new assets
|
1336
|
+
result = api_instance.update_live_stream_new_asset_settings_static_renditions(live_stream_id, update_live_stream_new_asset_settings_static_renditions_request)
|
1337
|
+
p result
|
1338
|
+
rescue MuxRuby::ApiError => e
|
1339
|
+
puts "Error when calling LiveStreamsApi->update_live_stream_new_asset_settings_static_renditions: #{e}"
|
1340
|
+
end
|
1341
|
+
```
|
1342
|
+
|
1343
|
+
#### Using the update_live_stream_new_asset_settings_static_renditions_with_http_info variant
|
1344
|
+
|
1345
|
+
This returns an Array which contains the response data, status code and headers.
|
1346
|
+
|
1347
|
+
> <Array(<LiveStreamResponse>, Integer, Hash)> update_live_stream_new_asset_settings_static_renditions_with_http_info(live_stream_id, update_live_stream_new_asset_settings_static_renditions_request)
|
1348
|
+
|
1349
|
+
```ruby
|
1350
|
+
begin
|
1351
|
+
# Update live stream static renditions for new assets
|
1352
|
+
data, status_code, headers = api_instance.update_live_stream_new_asset_settings_static_renditions_with_http_info(live_stream_id, update_live_stream_new_asset_settings_static_renditions_request)
|
1353
|
+
p status_code # => 2xx
|
1354
|
+
p headers # => { ... }
|
1355
|
+
p data # => <LiveStreamResponse>
|
1356
|
+
rescue MuxRuby::ApiError => e
|
1357
|
+
puts "Error when calling LiveStreamsApi->update_live_stream_new_asset_settings_static_renditions_with_http_info: #{e}"
|
1358
|
+
end
|
1359
|
+
```
|
1360
|
+
|
1361
|
+
### Parameters
|
1362
|
+
|
1363
|
+
| Name | Type | Description | Notes |
|
1364
|
+
| ---- | ---- | ----------- | ----- |
|
1365
|
+
| **live_stream_id** | **String** | The live stream ID | |
|
1366
|
+
| **update_live_stream_new_asset_settings_static_renditions_request** | [**UpdateLiveStreamNewAssetSettingsStaticRenditionsRequest**](UpdateLiveStreamNewAssetSettingsStaticRenditionsRequest.md) | | |
|
1367
|
+
|
1368
|
+
### Return type
|
1369
|
+
|
1370
|
+
[**LiveStreamResponse**](LiveStreamResponse.md)
|
1371
|
+
|
1372
|
+
### Authorization
|
1373
|
+
|
1374
|
+
[accessToken](../README.md#accessToken)
|
1375
|
+
|
1376
|
+
### HTTP request headers
|
1377
|
+
|
1378
|
+
- **Content-Type**: application/json
|
1379
|
+
- **Accept**: application/json
|
1380
|
+
|
@@ -317,7 +317,7 @@ end
|
|
317
317
|
|
318
318
|
api_instance = MuxRuby::PlaybackRestrictionsApi.new
|
319
319
|
playback_restriction_id = 'playback_restriction_id_example' # String | ID of the Playback Restriction.
|
320
|
-
update_referrer_domain_restriction_request = MuxRuby::
|
320
|
+
update_referrer_domain_restriction_request = MuxRuby::UpdateReferrerDomainRestrictionRequest.new # UpdateReferrerDomainRestrictionRequest |
|
321
321
|
|
322
322
|
begin
|
323
323
|
# Update the Referrer Playback Restriction
|
@@ -0,0 +1,40 @@
|
|
1
|
+
# MuxRuby::StaticRendition
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **name** | **String** | Name of the static rendition file | [optional] |
|
8
|
+
| **ext** | **String** | Extension of the static rendition file | [optional] |
|
9
|
+
| **height** | **Integer** | The height of the static rendition's file in pixels | [optional] |
|
10
|
+
| **width** | **Integer** | The width of the static rendition's file in pixels | [optional] |
|
11
|
+
| **bitrate** | **Integer** | The bitrate in bits per second | [optional] |
|
12
|
+
| **filesize** | **String** | The file size in bytes | [optional] |
|
13
|
+
| **type** | **String** | Indicates the static rendition type of this specific MP4 version of this asset. This field is only valid for `static_renditions`, not for `mp4_support`. | [optional] |
|
14
|
+
| **status** | **String** | Indicates the status of this specific MP4 version of this asset. This field is only valid for `static_renditions`, not for `mp4_support`. * `ready` indicates the MP4 has been generated and is ready for download * `preparing` indicates the asset has not been ingested or the static rendition is still being generated after an asset is ready * `skipped` indicates the static rendition will not be generated because the requested resolution conflicts with the asset attributes after the asset has been ingested * `errored` indicates the static rendition cannot be generated. For example, an asset could not be ingested | [optional] |
|
15
|
+
| **resolution_tier** | **String** | Indicates the resolution tier of this specific MP4 version of this asset. This field is only valid for `static_renditions`, not for `mp4_support`. | [optional] |
|
16
|
+
| **resolution** | **String** | Indicates the resolution of this specific MP4 version of this asset. This field is only valid for `static_renditions`, not for `mp4_support`. | [optional] |
|
17
|
+
| **id** | **String** | The ID of this static rendition, used in managing this static rendition. This field is only valid for `static_renditions`, not for `mp4_support`. | [optional] |
|
18
|
+
| **passthrough** | **String** | Arbitrary user-supplied metadata set for the static rendition. Max 255 characters. | [optional] |
|
19
|
+
|
20
|
+
## Example
|
21
|
+
|
22
|
+
```ruby
|
23
|
+
require 'mux_ruby'
|
24
|
+
|
25
|
+
instance = MuxRuby::StaticRendition.new(
|
26
|
+
name: null,
|
27
|
+
ext: null,
|
28
|
+
height: null,
|
29
|
+
width: null,
|
30
|
+
bitrate: null,
|
31
|
+
filesize: null,
|
32
|
+
type: null,
|
33
|
+
status: null,
|
34
|
+
resolution_tier: null,
|
35
|
+
resolution: null,
|
36
|
+
id: null,
|
37
|
+
passthrough: null
|
38
|
+
)
|
39
|
+
```
|
40
|
+
|