|
59 | 59 | | `no-tooltips` | `boolean` | Toggles disabling tooltips in the UI | `false` | |
60 | 60 | | `player-init-time` | `number` (timestamp) | Overrides the default [player initialization time](https://docs.mux.com/guides/make-your-data-actionable-with-metadata#optional-configurable-metadata), used by Mux Data for time-based [quality-of-experience (QOE) metrics](https://docs.mux.com/guides/understand-metric-definitions). It will be inferred from instantiation time by default. | Varies | |
61 | 61 | | `proudly-display-mux-badge` | `boolean` | Display the Mux badge in the player UI. | `false` | |
| 62 | +| `prefer-cmcd` | `"query" \| "header" \| "none"` | Preference for how CMCD data is sent provided in Mux Video requests. Defaults to none for performance reasons. | `"none"` | |
62 | 63 |
|
63 | 64 | <!-- UNDOCUMENTED |
64 | 65 | // NEW STREAM TYPE VALUES |
65 | 66 | | `stream-type` | `"on-demand" \| "live" \| "unknown"` | The type of stream associated with your Mux Asset. Used along with `target-live-window` to determine what UI/controls to show. | (inferred from `playback-id`, otherwise `"unknown"`) | |
66 | | -| `prefer-cmcd` | `"query" \| "header" \| "none"` | Preference for how CMCD data is sent provided in Mux Video requests. Defaults to query params for performance. | `"query"` | |
67 | 67 | | `playsinline` | `boolean` | Identical to the [`<video playsinline/>` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video#attr-playsinline) | `false` | |
68 | 68 | --> |
69 | 69 |
|
|
163 | 163 | | `castReceiver` | `string` (Receiver ID) | The app ID to use for a custom [Google cast receiver](https://developers.google.com/cast/docs/web_receiver/basic). If none is provided, the default receiver app will be used. | `undefined` | |
164 | 164 | | `castCustomData` | `object` (JSON-serializable) | [Custom Data](https://developers.google.com/cast/docs/reference/web_sender/chrome.cast.media.MediaInfo#customData) to send to your Google cast receiver on initial load. If none is provided, various Mux key/value pairs will be sent. | Mux-specific object | |
165 | 165 | | `playerInitTime` | `number` (timestamp) | Overrides the default [player initialization time](https://docs.mux.com/guides/make-your-data-actionable-with-metadata#optional-configurable-metadata), used by Mux Data for time-based [quality-of-experience (QOE) metrics](https://docs.mux.com/guides/understand-metric-definitions). It will be inferred from instantiation time by default. | Varies | |
| 166 | +| `preferCmcd` | `"query" \| "header" \| "none"` | Preference for how CMCD data is sent provided in Mux Video requests. Defaults to none for performance reasons. | `"none"` | |
166 | 167 |
|
167 | 168 | <!-- UNDOCUMENTED |
168 | 169 | // NEW STREAM TYPE VALUES |
169 | 170 | | `streamType` | `"on-demand" \| "live" \| "unknown"` | The type of stream associated with your Mux Asset. Used along with `target-live-window` to determine what UI/controls to show. | (inferred from `playback-id`, otherwise `"unknown"`) | |
170 | | -| `preferCmcd` | `"query" \| "header" \| "none"` | Preference for how CMCD data is sent provided in Mux Video requests. Defaults to query params for performance. | `"query"` | |
171 | 171 | | `playsInline` | `boolean` | Identical to the native `playsInline` property (property equivalent to [`<video playsinline/>` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video#attr-playsinline) | `false` | |
172 | 172 | | `src` | `string` (URL) | Full URL string for the media asset. Typically derived from the `playbackId` | `undefined` | |
173 | 173 | | `_hls` <sub><sup>Read only</sup></sub> | [`Hls`](https://github.com/video-dev/hls.js/blob/master/docs/API.md) | Underlying playback engine used by Mux Player. A new instance is created per `playbackId` | `undefined` | |
|
0 commit comments