Skip to content
Discussion options

You must be logged in to vote

@mikewadhera indeed this is expected, if you use gst-inspect-1.0 kvssink you'll find what kvssink accepts. Today it does not accept audio/x-raw, here is what is accepted:

https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp/blob/master/src/gstreamer/gstkvssink.cpp#L189-L193

audioconvert will actually not give you this hence the error you see is telling you exact that, audioconvert cannot handle caps audio/x-alaw. If you look at the sink/src pads (https://gstreamer.freedesktop.org/documentation/audioconvert/index.html?gi-language=c) it only gives audio/x-raw. Ok so if you need to convert this to try it out just use alawenc for example: https://gstreamer.freedesktop.org/…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by sirknightj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants
Converted from issue

This discussion was converted from issue #906 on February 23, 2023 23:52.