While trying to Write the RTSP Pipeline to stream getting this, any solution for this? Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstkvssink.so #1230
Answered
by
sirknightj
srivatsavavuppala
asked this question in
Q&A
-
|
Beta Was this translation helpful? Give feedback.
Answered by
sirknightj
Jul 23, 2025
Replies: 1 comment
-
Should be fixed here: awslabs/amazon-kinesis-video-streams-producer-c#478. This should get pulled in next release during dependency update. In the meanwhile, you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sirknightj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should be fixed here: awslabs/amazon-kinesis-video-streams-producer-c#478. This should get pulled in next release during dependency update.
In the meanwhile, you can use
-DBUILD_DEPENDENCIES=OFF
CMake, or you can change the branch yourself:amazon-kinesis-video-streams-producer-sdk-cpp/CMake/Dependencies/libkvscproducer-CMakeLists.txt
Line 10 in 7acf272