Chime SDK concatenation pipeline #4708
Unanswered
Boanerges1996
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been using chime sdk for a while now specifically meetings and pipeline api. My question is how do I get both video and audio to be mixed into a single stream when I call
createMediaConcatenationPipeline
. The output I get is concatenated video in a separate folder and audio also in a separate folder. I want to be able to get a stream which is a mix of both audio and video. Currently I am using ffmpeg to handle the mixing of audio and video and afterwards uploading it to s3.Currently this is how my createMediaPipeline config looks like
And my concat pipeline config looks like this
Beta Was this translation helpful? Give feedback.
All reactions