OciPushDestinationSettings interface
Configuration for pushing a segmented media stream directly to OCI Object Storage — natively via the OCI API (not the S3-compatibility layer), so OCI instance principals can be used (see OciAuth).
Signature:
export interface OciPushDestinationSettings
Properties
| Property | Type | Description |
|---|---|---|
string |
The bucket to upload into. |
|
number |
(Optional) In the absence of a HLS_SKIP query parameter, how many segments should be served in a playlist this effectively controls how far back in time a player can seek from first load (as long as the data exists) |
|
string |
(Optional) If specified: generate a Delta Playlist update with this playlist name (and appropriate CAN-SKIP-UNTIL tags in the main playlist). |
|
string |
(Optional) Optional: scheme://host[:port] override of the regional endpoint. |
|
number |
(Optional) Server control directive, informs the client how far back in the stream (in seconds) it should attempt to play this should take into account the end to end latency from source capture, to the segment and playlist being published |
|
A unique identifier for this destination |
||
string |
(Optional) Optional: the tenancy’s Object Storage namespace; discovered (GET /n/) when omitted. |
|
number |
(Optional) Server control directive, informs the client how far back in the stream (in seconds) it should attempt to play when using the lower latency parts |
|
string |
the path (object-name prefix) under which segments and playlists will be pushed to |
|
string |
(Optional) Optional: realm domain (default oraclecloud.com; set for government realms). |
|
string |
(Optional) Optional: region identifier, e.g. "uk-london-1". When omitted it comes from the config-file profile, or from instance metadata for instance principals. |
|
number |
Informs the playlist generation how long segments will be retained for on the remote server in order to generate an accurate playlist |
|
string |
(Optional) Optionally supply a string that will be inserted into the path structure for segments published in this stream This is useful for stream restarts or republishing when duplicate segment IDs would be generated causing problems with cacheing directives |
|
"oci" |