You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/DeliveryReport.md
+2
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
|**asset_state**|**String**| The state of the asset. |[optional]|
13
13
|**asset_duration**|**Float**| The duration of the asset in seconds. |[optional]|
14
14
|**asset_resolution_tier**|**String**| The resolution tier that the asset was ingested at, affecting billing for ingest & storage |[optional]|
15
+
|**asset_encoding_tier**|**String**| The encoding tier that the asset was ingested at. [See the encoding tiers guide for more details.](https://docs.mux.com/guides/use-encoding-tiers)|[optional]|
15
16
|**delivered_seconds**|**Float**| Total number of delivered seconds during this time window. |[optional]|
Copy file name to clipboardExpand all lines: docs/PlaybackRestrictionsApi.md
+73
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ All URIs are relative to *https://api.mux.com*
9
9
|[**get_playback_restriction**](PlaybackRestrictionsApi.md#get_playback_restriction)|**GET** /video/v1/playback-restrictions/{PLAYBACK_RESTRICTION_ID} | Retrieve a Playback Restriction |
10
10
|[**list_playback_restrictions**](PlaybackRestrictionsApi.md#list_playback_restrictions)|**GET** /video/v1/playback-restrictions | List Playback Restrictions |
11
11
|[**update_referrer_domain_restriction**](PlaybackRestrictionsApi.md#update_referrer_domain_restriction)|**PUT** /video/v1/playback-restrictions/{PLAYBACK_RESTRICTION_ID}/referrer | Update the Referrer Playback Restriction |
12
+
|[**update_user_agent_restriction**](PlaybackRestrictionsApi.md#update_user_agent_restriction)|**PUT** /video/v1/playback-restrictions/{PLAYBACK_RESTRICTION_ID}/user_agent | Update the User Agent Restriction |
Allows you to modify how Mux validates playback requests with different user agents. Please see [Using User-Agent HTTP header for validation](https://docs.mux.com/guides/secure-video-playback#using-user-agent-http-header-for-validation) for more details on this feature.
| **mp4_support** | **String** | Specify what level of support for mp4 playback should be added to new assets generated from this live stream. * The `none` option disables MP4 support for new assets. MP4 files will not be produced for an asset generated from this live stream. * 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). | [optional] |
Copy file name to clipboardExpand all lines: docs/UpdateLiveStreamRequest.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
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
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]|
12
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]|
|**allow_no_user_agent**|**Boolean**| Whether or not to allow views without a `User-Agent` HTTP request header. |[optional][default to true]|
8
+
|**allow_high_risk_user_agent**|**Boolean**| Whether or not to allow high risk user agents. The high risk user agents are defined by Mux. |[optional][default to true]|
|**allow_no_user_agent**|**Boolean**| Whether or not to allow views without a `User-Agent` HTTP request header. |[optional][default to true]|
8
+
|**allow_high_risk_user_agent**|**Boolean**| Whether or not to allow high risk user agents. The high risk user agents are defined by Mux. |[optional][default to true]|
|**allow_no_user_agent**|**Boolean**| Whether or not to allow views without a `User-Agent` HTTP request header. |[optional][default to true]|
8
+
|**allow_high_risk_user_agent**|**Boolean**| Whether or not to allow high risk user agents. The high risk user agents are defined by Mux. |[optional][default to true]|
0 commit comments