Questa pagina mostra come configurare un progetto Google Cloud e gli account servizio per accedere al progetto.
Configura un progetto Google Cloud
Segui questi passaggi per configurare un progetto Google Cloud.
- Sign in to your Google Cloud account. If you're new to Google Cloud, create an account to evaluate how our products perform in real-world scenarios. New customers also get $300 in free credits to run, test, and deploy workloads.
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Make sure that billing is enabled for your Google Cloud project.
-
Enable the Video Stitcher API.
-
Create a service account:
-
In the Google Cloud console, go to the Create service account page.
Go to Create service account - Select your project.
-
In the Service account name field, enter a name. The Google Cloud console fills in the Service account ID field based on this name.
In the Service account description field, enter a description. For example,
Service account for quickstart
. - Click Create and continue.
-
Grant the Video Stitcher Admin role to the service account.
To grant the role, find the Select a role list, then select Video Stitcher Admin.
- Click Continue.
-
Click Done to finish creating the service account.
Do not close your browser window. You will use it in the next step.
-
-
Create a service account key:
- In the Google Cloud console, click the email address for the service account that you created.
- Click Keys.
- Click Add key, and then click Create new key.
- Click Create. A JSON key file is downloaded to your computer.
- Click Close.
-
Set the environment variable
GOOGLE_APPLICATION_CREDENTIALS
to the path of the JSON file that contains your credentials. This variable applies only to your current shell session, so if you open a new session, set the variable again. -
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Make sure that billing is enabled for your Google Cloud project.
-
Enable the Video Stitcher API.
-
Create a service account:
-
In the Google Cloud console, go to the Create service account page.
Go to Create service account - Select your project.
-
In the Service account name field, enter a name. The Google Cloud console fills in the Service account ID field based on this name.
In the Service account description field, enter a description. For example,
Service account for quickstart
. - Click Create and continue.
-
Grant the Video Stitcher Admin role to the service account.
To grant the role, find the Select a role list, then select Video Stitcher Admin.
- Click Continue.
-
Click Done to finish creating the service account.
Do not close your browser window. You will use it in the next step.
-
-
Create a service account key:
- In the Google Cloud console, click the email address for the service account that you created.
- Click Keys.
- Click Add key, and then click Create new key.
- Click Create. A JSON key file is downloaded to your computer.
- Click Close.
-
Set the environment variable
GOOGLE_APPLICATION_CREDENTIALS
to the path of the JSON file that contains your credentials. This variable applies only to your current shell session, so if you open a new session, set the variable again. - Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
- Utilizza l'interfaccia alla gcloud CLI per testare l'ambiente di autenticazione.
Verifica che il seguente comando restituisca una stringa di testo senza errori:
gcloud auth application-default print-access-token
Attiva l'account di servizio
- Nel terminale, imposta il progetto attivo per i comandi gcloud. Sostituisci
YOUR_PROJECT_ID
con l'ID del tuo progetto.gcloud config set project YOUR_PROJECT_ID
- Attiva l'account di servizio. Sostituisci
PATH_TO_YOUR_SERVICE_KEY
con il percorso del file JSON scaricato nella macchina locale.gcloud auth activate-service-account --key-file PATH_TO_YOUR_SERVICE_KEY
Utilizzerai questo account di servizio per autorizzare l'accesso e chiamare l'API Video Stitcher.
Crea un account di servizio con autorizzazioni solo per la creazione di sessioni
Poiché un token OAuth verrà passato a un'applicazione client, crea un account di servizio separato con autorizzazioni solo per creare una sessione. In questo modo, un token OAuth compromesso non può compromettere le tue risorse, come le configurazioni VOD/live o le chiavi CDN.
Create a service account:
-
In the Google Cloud console, go to the Create service account page.
Go to Create service account - Select your project.
-
In the Service account name field, enter a name. The Google Cloud console fills in the Service account ID field based on this name.
In the Service account description field, enter a description. For example,
Service account for quickstart
. - Click Create and continue.
-
Grant the Video Stitcher User role to the service account.
To grant the role, find the Select a role list, then select Video Stitcher User.
- Click Continue.
-
Click Done to finish creating the service account.
Do not close your browser window. You will use it in the next step.
Create a service account key:
- In the Google Cloud console, click the email address for the service account that you created.
- Click Keys.
- Click Add key, and then click Create new key.
- Click Create. A JSON key file is downloaded to your computer.
- Click Close.
Configurazione del live streaming
Se inserisci annunci in un live streaming, segui i passaggi descritti in questa sezione (o consulta i passaggi per i VOD).
Collega l'account di servizio all'account Ad Manager
Una volta creato l'account di servizio, devi collegarlo al tuo account Ad Manager. In questo modo, l'API Video Stitcher può creare eventi di live streaming per tuo conto. Per farlo, segui i passaggi per concedere l'accesso al tuo account di servizio:
- Accedi a Google Ad Manager (GAM).
- Fai clic su Amministrazione > Impostazioni globali.
- Assicurati che l'opzione Accesso API sia attivata.
- Fai clic su Aggiungi utente con account di servizio.
- Compila il modulo, incluso l'indirizzo email dell'account di servizio creato in precedenza.
- Seleziona un ruolo, che deve includere l'autorizzazione Gestire i contenuti video con l'inserimento di annunci dinamici
dall'editor video di Google Cloud. Devi creare un ruolo personalizzato denominato Gestore live streaming specificamente per la gestione di questo account di servizio. Il ruolo personalizzato deve avere almeno le seguenti autorizzazioni:
- Gestire i contenuti video con l'inserimento di annunci dinamici da Google Cloud Video Stitcher
- Visualizza creatività (richiesta dall'autorizzazione precedente)
- Visualizzare contenuti video, pacchetti e metadati
- Visualizzare le origini di contenuto
- Se la tua rete Ad Manager utilizza i team, devi assegnare il team "Tutte le entità" all'utente dell'account di servizio.
- Fai clic su Salva e conferma l'aggiunta dell'account di servizio.
Creare un live streaming
Puoi utilizzare una delle iniziative rapide dell'API Live Stream per configurare un live streaming. Sono supportati sia i live streaming HLS sia quelli MPEG-DASH (consulta i requisiti del manifest di origine). Questa procedura è facoltativa; puoi utilizzare il tuo live streaming esistente.
I comandi iniziali dell'API Live Stream utilizzano le credenziali predefinite dell'applicazione per l'autenticazione, ma puoi utilizzare l'account di servizio già configurato. Per questa opzione, assicurati che l'account di servizio abbia il ruolo Editor live streaming.
Assicurati di mantenere attivo il live streaming. Non seguire i passaggi descritti nella sezione Pulizia finché non hai terminato il live streaming.
Requisiti del manifest di origine
L'API Video Stitcher registra la configurazione in Ad Manager analizzando il manifest di origine. Il file manifest di origine deve avere determinate caratteristiche a seconda del formato.
HLS
- Il formato del contenitore può essere:
- MPEG-TS multiplexato
- MPEG-TS non demuxed
- FMP4 non smuxato
- Almeno una versione nel manifest con i seguenti campi (compilati correttamente):
- codec
- larghezza di banda
MPEG-DASH
MPD@type
impostato su dinamico (@type="dynamic"
)MPD@profiles
include il profilo ISO dal vivourn:mpeg:dash:profile:isoff-live:2011
- Deve essere multiperiodo, con ogni periodo contenente uno o più gruppi di adattamento
- Ogni insieme di adattamenti contiene una o più rappresentazioni
- Le rappresentazioni contengono o ereditano un
SegmentTemplate
con l'identificatore$Number$
o$Time$
@segmentAlignment
impostato su true per tutti i set di adattamento- Le rappresentazioni non devono essere vuote
Configurazione dello stream VOD
Se inserisci annunci in uno stream VOD, segui i passaggi descritti in questa sezione (o consulta i passaggi per un live streaming).
Crea i file di origine VOD
Questo flusso di lavoro richiede un file manifest (MPD) MPEG-DASH o un file manifest (M3U8) HTTP Live Streaming (HLS) e i file dei segmenti associati. Puoi utilizzare i tuoi file VOD esistenti o creare file di origine VOD utilizzando l'API Transcoder.