How to ensure one streamID for a single broadcast?

0

IN Amazon live team uses IVS for streaming live broadcasts on www.amazon.in/live. We also record the broadcasts for displaying them to the users on demand(VOD). Currently, we are seeing 1:n mapping between the broadcast and the streamIDs of the recorded videos on even a minor momentary network issues, i.e, for a single broadcast the recorded video is divided into n chunks while storing in IVS with separate streamID for each chunk. This leads to incomplete VOD generation hence showing incomplete recorded videos to the user on the live page.

How can we ensure that we have 1 stream recording(streamID) for one broadcast?

asked 6 months ago134 views
1 Answer
0

Have you configured your channels to merge fragmented streams? Here are the docs for that:

https://docs.aws.amazon.com/ivs/latest/LowLatencyUserGuide/record-to-s3.html#r2s3-merge-fragmented-streams

If you have configured this and are still having issues please let me know and we'll dig deeper.

profile picture
answered 6 months ago
  • Yes, we have configured merge fragmented streams as "30-second window". Maybe increasing this will help. Also, can we increase the starvation time limit and figure out the starvation limit for the channel?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions