New to AWS, Transcribe streamming question

0

I need to create a app that uses Transcribe on Unreal, but I'm just plain dumb, please guide me:

they have something like to start a session:

POST /stream-transcription HTTP/2 host: transcribestreaming.us-west-2.amazonaws.com X-Amz-Target: com.amazonaws.transcribe.Transcribe.StartStreamTranscription Content-Type: application/vnd.amazon.eventstream . . . . . so on

I can't for the life of me get past this I tried with postman, and on unreal itself, I got the IAM and everything else sorted, but I don't know if I need a function from the SDK to gerate the URL, when I try to do it myself I get:

<UnknownOperationException/> or The WebSocket handshake failed ( when using socket)

As I just started using AWS I'm lost, any guidance is welcome

preguntada hace 2 años453 visualizaciones
1 Respuesta
1

Hello,

Apparently the Authentication header having the credentials is missing, or the user bound to the IAM is lacking permissions to the transcribe:StartStreamTranscription API

The whole request, including the Authentication header, can be constructed manually, as described in the Setting up an HTTP/2 stream section from Amazon Transcribe documentation, or you can use the AWS SDK for JavaScript - see https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-transcribe-streaming

AWS
respondido hace 2 años
profile pictureAWS
EXPERTO
Chris_G
revisado hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas