Estende
PodStreamRequest
Una classe per specificare le proprietà della richiesta di live streaming di Video Stitcher.
| Costruttori | |
|---|---|
constructor
|
|
| Proprietà | |
|---|---|
ad
|
Puoi sostituire un insieme limitato di parametri dei tag annuncio nella richiesta di streaming.
|
api
|
La chiave API della richiesta di streaming. |
auth
|
Il token di autorizzazione della richiesta di streaming. |
custom
|
La chiave asset personalizzata per determinare quale stream riprodurre. |
enable
|
Aggiunge un nonce alla richiesta. |
format
|
Il formato dello stream da richiedere. |
live
|
L'ID evento per il live streaming configurato in Video Stitcher. |
network
|
Il codice di rete della richiesta di streaming. |
o
|
L'OAuthToken da utilizzare per Video Stitcher. |
omid
|
Oggetto delle impostazioni per mappare i fornitori di verifica alle modalità di accesso OMID.
|
project
|
Il numero di progetto per Video Stitcher. |
region
|
La regione da utilizzare per Video Stitcher. |
stream
|
L'ID per risolvere i problemi dello stream con lo strumento Monitoraggio attività di streaming. |
video
|
Le opzioni di sessione impostano parametri specifici di Video Stitcher per questa richiesta di streaming di Video Stitcher.
|
Costruttori
constructor
new VideoStitcherLiveStreamRequest(): VideoStitcherLiveStreamRequest
Proprietà
adTagParameters
adTagParameters: {
[key: string]: string;
}
dai-ot e dai-ov per la preferenza della variante di streaming. Per maggiori dettagli, consulta l'articolo
Sostituire i parametri di streaming.
apiKey
apiKey: string
authToken
authToken: string
customAssetKey
customAssetKey: string
enableNonce
enableNonce: boolean
false valore.
format
format:
StreamFormat
hls: valore predefinitodash
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;
}