Questions tagged [amazon-ivs]

Amazon Interactive Video Service (IVS) (IVS) is a managed, live-video streaming service similar to Twitch that allows you to create and stream low-latency live video channels.

See documentation: What is Amazon Interactive Video Service?

31 questions
2
votes
1 answer

ReactJS: Data not binding from continuous response

While integrating the aws ivs streaming channel with quiz related metadata, at that time getting the console.log of the metadata records and while passing those records into another component it is not handling any how. A playground that i have…
TMA
  • 1,419
  • 2
  • 22
  • 49
1
vote
1 answer

how to set AWS IVS Player to normal latency

According to Amazon IVS doucumentation, Chrome for iOS, Safari for iOS: Ultra-low latency playback is not supported. Normal latency playback is supported. So my streams' latency are around 2~5s,but Safari are always delay >15s. I'm using pure web…
user3602859
  • 87
  • 1
  • 6
1
vote
1 answer

How to integrate AWS IVS with JW Player?

I'm trying to follow this IVS sample, the only difference is using the JW player, I following this documentation The problem is that this snippet jwplayer(videoPlayer).addEventListener( PlayerEventType.TEXT_METADATA_CUE, function (cue) { …
Lynob
  • 5,059
  • 15
  • 64
  • 114
1
vote
1 answer

How to access prefix S3 while auto record with Amazon IVS?

Today I tried to use Amazon Interactive Video Service with auto record to an Amazon S3 bucket. The problem is that after live streaming ended I want to get the video recorded in S3. I follow the documentation then I get path/prefix like…
1
vote
2 answers

AWS IVS get notified for the stream start and stream end

I am Using AWS IVS (Interactive Video Service) for live streaming. I need the notification when the stream start and the stream ends. In the Amazon Event bridge, I have created a Rule. source as IVS and the target as a queue. but I am not getting…
1
vote
1 answer

ReactJS: useEffect update metadata on every request of aws IVS chaannel

I would like to perform the continuous process as this below link to update the metadata of the aws IVS stream. I have managed with the useEffect hook but it is not updating the value and throws the undefined…
TMA
  • 1,419
  • 2
  • 22
  • 49
1
vote
0 answers

AWS IVS: closed captioning into aws IVS channel into ReactJS component

I have managed to load the aws IVS streaming channel into video tag. Now I need to display the closed caption feature as well. But it is not displaying any closed captioning while clicking on the captions button. function IVSComponent(options) { …
TMA
  • 1,419
  • 2
  • 22
  • 49
1
vote
0 answers

Verification error for ecdsa when tokenize IVS AWS

For IVS you need a JWT token when playback authorization is enable for IVS. Looked to me like a simple JWT token creating, but regarding the docs of AWS IVS you need to use the ES384 algoritm; so I use that: use Zenstruck\JWT\Token; use…
user1469734
  • 851
  • 14
  • 50
  • 81
0
votes
0 answers

Duplicate class org.webrtc.AddIceObserver in flutter_webrtc and com.amazonaws:ivs-broadcast:1.9.0:stages@aar

I've encountered a problem with duplicate classes when using the flutter_webrtc and com.amazonaws:ivs-broadcast:1.9.0:stages@aar libraries together in my Flutter project. In my pubspec.yaml I have: flutter_webrtc: ^0.9.33 And in my build.gradle for…
張詠翔
  • 1
  • 2
0
votes
0 answers

Amazon AWS IVS Player got stuck on loading state while playing LIVE video content

I'm using Amazon IVS Player & playing LIVE Content. In case of Playing Live video, It got stuck after this log. playhead 2.1333 max buffer 2.9999999 max played 2.99999 And the it goes on loading state. I Also checked the browser network tab, There…
0
votes
0 answers

What could be causing my computer to freeze when attempting to go live with Next.js and Amazon IVS?

I'm experiencing a problem with Next.js. Whenever I try to go live, my computer gets stuck frequently. I am using Amazon IVS services and have followed the official Amazon documentation at…
0
votes
1 answer

AWS IVS quality plugin integration with video.js in a Next JS application

Hy i am beginner to aws media services . Recently i am trying out with aws ivs for vide streaming and i am trying to integrate the aws ivs qualiy plugin to video js . My player runs and starts displaying video in it But i am getting a weird error…
0
votes
1 answer

AWS IVS: Sending multiple concurrent streams from single React web app

I want to use AWS IVS (with the Web Broadcast SDK) to send a user's webcam and screen live streams to two separate IVS channels in a React webapp. I can send each one separately, or both in separate tabs, but when I try to send both from the same…
0
votes
1 answer

Error amazon-ivs-react-native-player with Android

I'm using this module in a React-native project but I'm getting error while I run npx react-native run-android Error: error Failed to install the app. Make sure you have the Android development environment set up:…
Ugur
  • 750
  • 9
  • 20
0
votes
0 answers

Reading HLS stream from Amazon IVS with timestamped metadata using PYTHON

I'm trying to read HLS stream (Amazon IVS) using python (So I could process it with openCV for computer vision purposes). I can read simple stream with OpenCV although I notice a huuuuge latency (20+ seconds) comparing to what I see in a Live…
JFCorleone
  • 623
  • 6
  • 18
1
2 3