Extends
PodStreamRequest
A class for specifying properties of the video stitcher live stream request.
| Constructors | |
|---|---|
constructor
|
Inherited from
|
| Properties | |
|---|---|
ad
|
You can override a limited set of ad tag parameters on your stream request.
Inherited from
|
api
|
The stream request API key.
Inherited from
|
auth
|
The stream request authorization token.
Inherited from
|
custom
|
The custom asset key to determine which stream to play.
Inherited from
|
enable
|
Enables the addition of a nonce to the request.
Inherited from
|
format
|
The stream format to request.
Inherited from
|
live
|
The event ID for the live stream set up in your Video Stitcher. |
network
|
The stream request network code.
Inherited from
|
o
|
The OAuthToken to use for your Video Stitcher. |
omid
|
Settings object for mapping verification vendors to OMID Access Modes.
Inherited from
|
project
|
The project number for your Video Stitcher. |
region
|
The region to use for your Video Stitcher. |
stream
|
The ID to be used to troubleshoot the stream with the stream activity monitor.
Inherited from
|
video
|
The session options set Video Stitcher-specific parameters for this Video Stitcher
stream request.
|
Constructors
constructor
new VideoStitcherLiveStreamRequest(): VideoStitcherLiveStreamRequest
| Returns | |
|---|---|
VideoStitcherLiveStreamRequest
|
|
Properties
adTagParameters
adTagParameters: {
[key: string]: string;
}
dai-ot and dai-ov parameters for stream
variant preference. For details, see
Override Stream Variant Parameters.
apiKey
apiKey: string
authToken
authToken: string
customAssetKey
customAssetKey: string
enableNonce
enableNonce: boolean
false value.
format
format:
StreamFormat
hls(default)dash
liveStreamEventId
liveStreamEventId: string
networkCode
networkCode: string
oAuthToken
oAuthToken: string
omidAccessModeRules
omidAccessModeRules: {
[key: string]: OmidAccessMode;
}
projectNumber
projectNumber: string
region
region: string
streamActivityMonitorId
streamActivityMonitorId: string
videoStitcherSessionOptions
videoStitcherSessionOptions: {
[key: string]: unknown;
}