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年前449ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ