aws/amazon-kinesis-video-streams-parser-library

Pipe audio bytes to media player

Closed this issue · 2 comments

I parsed amazon connect call (live) via this library in a lambda function, and now I need those bytes to be playable in my application in JS.
I dont know if its right to open an issue for this or not, but I need guidance.
Here are the cloudwatch logs:
cloudwatch1
cloudwatch2
PS: I didnt bother printing this bytearray.

Assuming you are streaming h264 content you will need to find a way to decode those and rasterize. You will need to write an MSE application for the browser. We don't haver a ready player for the raw elementary streams

Resolving as stale