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

질문됨 2년 전444회 조회
1개 답변
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
답변함 2년 전
profile pictureAWS
전문가
Chris_G
검토됨 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠