Questa pagina mostra come impostare un progetto Google Cloud e configurare un 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 a riga di comando gcloud 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 il tuo ID 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).
Collegare l'account di servizio all'account Ad Manager
Una volta creato l'account di servizio, devi collegarlo al tuo account Ad Manager. Ciò consente all'API Video Stitcher di creare live streaming degli eventi 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 Amministratore > Impostazioni globali.
- Assicurati che l'accesso API sia abilitato.
- 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à (richiesto dall'autorizzazione precedente)
- Visualizzazione di contenuti video, pacchetti e metadati
- Visualizzare le origini di contenuto
- 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 i live streaming HLS e MPEG-DASH (vedi il requisiti del manifest di origine). Questa procedura è facoltativo; puoi usare il tuo live streaming.
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 la procedura descritta Pulisci la sezione finché non avrai terminato il live streaming.
Requisiti del manifest di origine
L'API Video Stitcher registra la configurazione con Ad Manager analizzando il manifest di origine. Il manifest di origine deve avere determinate caratteristiche a seconda sul formato.
HLS
- Il formato del contenitore può essere:
- MPEG-TS multiplexato
- MPEG-TS non combinato
- FMP4 non combinato
- Almeno una rappresentazione nel manifest con quanto segue (correttamente
(compilati):
- 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 set di adattamento contiene una o più rappresentazioni
- Le rappresentazioni contengono o ereditano un
SegmentTemplate
con l'identificatore$Number$
o$Time$
@segmentAlignment
impostato su true per tutti gli insiemi 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 la procedura per un live streaming).
Creare i file di origine VOD
Questo flusso di lavoro richiede un file manifest MPEG-DASH (MPD) o un file HTTP Live File manifest di flussi (HLS) (M3U8) e file di segmento associati. Puoi utilizzare i tuoi file VOD esistenti oppure creare file di origine VOD utilizzando l'API Transcoder.