Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning in FragmentMetadataVisitor class #191

Open
srushti9999 opened this issue Apr 26, 2024 · 0 comments
Open

Warning in FragmentMetadataVisitor class #191

srushti9999 opened this issue Apr 26, 2024 · 0 comments
Labels

Comments

@srushti9999
Copy link

srushti9999 commented Apr 26, 2024

I am trying to process an audio recorded from a Contact flow of Amazon connect instance using Kinesis Video Streams.
We get the output from GetMedia as 200 as can be seen below:
INFO KVSUtils:GetMedia called on stream 'stream-name' response 200 requestId ''

But when the file is converted to wav, it is showing file size as 0.
I am getting no errors in the cloud watch logs. Only the below warning:

WARN FragmentMetadataVisitor:Segment end MkvEndMasterElement(super=MkvElement(elementMetaData=EBMLElementMetaData(typeInfo=EBMLTypeInfo(id=id_value, name=Segment, level=0, type=MASTER, isRecursive=false), elementNumber=4), elementPath=[])) while in PRE_CLUSTER. Collecting cluster info

When checked, this warning comes from the FragmentMetadataVisitor.java file.
I want to know in which scenarios will this warning be thrown, so I can understand if that is causing the issue.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant