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
0
votes
0 answers

Getting this error in ffmpeg pipeline: Non-monotonous DTS in output stream 0:0; previous: 4951970, current: 4951659; changing to 4951971

Error: Non-monotonous DTS in output stream 0:0; previous: 4951970, current: 4951659; changing to 4951971. This may result in incorrect timestamps in the output file. I am using AWS Chime streaming then passing there data stream to FFMPEG and then…
0
votes
2 answers

amazon-ivs-web-broadcast - TypeError: Cannot read properties of undefined (reading 'bind')

Working with amazon-ivs-web-broadcast and running into the issue mentioned above when trying to create the IVSBroadcastClient import IVSBroadcastClient from "amazon-ivs-web-broadcast"; let client = IVSBroadcastClient.create({ streamConfig:…
brandooo
  • 1
  • 1
0
votes
0 answers

Amazon IVS viewercount and analytics of streaming by channel

I am using amazon ivs service for broadcasting in my react and react-native app its working perfectly. I want to show viewers count to broadcaster and all viewers that how many people watching this broadcasting, it has getstream api but we have to…
0
votes
1 answer

Uncaught SyntaxError: Unexpected token '<' (at [object Object]:1:1) : Amazon IVS with VideoJs Integration

I am currently building a live-streaming react application using aws_ivs with VideoJs integration and getting Uncaught SyntaxError: Unexpected token '<' (at [object Object]:1:1) What I found is error was generated from the line…
0
votes
0 answers

Amazon IVS - Reliable way to match streams to local records

I'm currently using IVS to handle a live streaming solution. As it stands, I allocate a IVS Channel to every "streaming user". I then create a record on my local database for every stream that is broadcasted. I then begin a broadcast session on a…
Chris
  • 438
  • 4
  • 17
0
votes
0 answers

Unable to create android application to Create,Destroy channels on Amazon IVS

I want to create an android application, to create,destroy and add participants to, an Amazon IVS channel from the app but I am unsure about the API endpoints that would be required. I started creating channel using this page and using API…
0
votes
0 answers

WebSocket connection failed and Uncaught DOMException errors

I am trying to use chat application on Amazon AWS using IVS resources. I am using CreateChatToken.php and index.html pages that I wrote below. However,I saw these two errors in console: Uncaught DOMException: Failed to execute 'send' on 'WebSocket':…
Kuti7
  • 1
  • 1
0
votes
2 answers

How to get stream url and key from AWS MediaLive?

I need to design a solution where I take a Zoom live stream as input and save chunks of duration 10 seconds in a s3 bucket. I need to save them in bucket for using AWS Transcribe on them. For live streaming to a custom client, Zoom takes a stream…
0
votes
2 answers

Why AWS IVS Stream doesn't play?

I have a healthy streaming sent to AWS IVS. When using the very same JavaScript code given by AWS to play the streaming, it's not working: I got the code from here
Thomas Carlton
  • 5,344
  • 10
  • 63
  • 126
0
votes
1 answer

How to play RTMP stream in html once it's available?

We have an RTMP stream from AWS IVS. We are playing the RTMP stream in an HTML page using the following code from here : if (IVSPlayer.isPlayerSupported) { const player = IVSPlayer.create(); …
Thomas Carlton
  • 5,344
  • 10
  • 63
  • 126
0
votes
1 answer

Aws Event Bridge Notifications for the Different Environments

I am Using the Aws IVS for live streaming . when the stream ends I need to get the notification. I have configured the Event Bridge with source as IVS and destination as DEV, QA and PROD endpoints. when the streams ends I am getting the notification…
0
votes
2 answers

Does AWS IVS support multi-host live streaming?

I have gone through AWS document and its seems I am not being able to figure out whether AWS IVS supports multi-host?
0
votes
1 answer

How to stream video form device to ingestion server using nodejs

I'm building a live streaming app (one-to-many) and am using AWS IVS as my ingestion server. Now, I get the video feed from mediaRecorder api transmits the video using socket.io as a buffer. Now the challenge is to parse the real-time buffers to AWS…
rocky
  • 81
  • 8
0
votes
1 answer

How to integrate amazon-ivs-player into flutter Mobile App?

I tried aws ivs player integration based on below mentioned docs. but I can't integrate into flutter mobile app. Docs : Amazon Interactive Video Service Player: SDK for Android Guide.
0
votes
1 answer

ffmpeg single output container with 4 audio channel to AWS IVS

Trying to send 1 video and 4 different audios to AWS IVS in single container. Which container or muxer should I use ? FLV doesn't support multi audio, matroska doesn't support rtmp I guess link. 3GP and mp4 containers doesn't give me error but…
Yusufu
  • 105
  • 1
  • 12