Closed JuanPabloMF closed 3 years ago
I am not sure. Since it's clear that the kvssink
plugin is working for you by itself I would advise you to take to the GStreamer forums to figure out why it's not working with interpipe. If you find that there is a clear issue with the plugin itself please provide details and re-open the issue or create a new one.
Describe the bug A working pipeline with kvssink doesn't work when split into two with gst-interpipe.
To Reproduce
I'm running my code inside a docker image that has gstreamer, gst-interpipe and the kinesis video stream producer sdk (kvssink element) installed, on a jetson nano with a raspberry pi CSI camera.
This pipeline works fine:
But when trying to:
No video data is sent to Kinesis video stream
Expected behavior I expect that the interpipe version of my pipeline work as fine sending video data as the pipeline that doesn't have the interpipe element.
Logging This is the log I get when using interpipe:
And then nothing happens.
If I wasn't using interpipe I would get this output instead:
So for some reason when using interpipe you wouldn't get
=== gst-launch-1.0[544]: Connection established (7F903051D0)Redistribute latency...
.Do you know why when using kvssink with interpipe, gst-launch will not be connected?
SDK version number
Factory Details: Rank primary + 10 (266) Long-name KVS Sink Klass Sink/Video/Network Description GStreamer AWS KVS plugin Author AWS KVS kinesis-video-support@amazon.com
Plugin Details: Name kvssink Description GStreamer AWS KVS plugin Filename /home/jetson_base/work/vol/amazon-kinesis-video-streams-producer-sdk-cpp/build/libgstkvssink.so Version 1.0 License Proprietary Source module kvssinkpackage Binary package GStreamer Origin URL http://gstreamer.net/
Open source building Dockerfile relevant contents:
Platform (please complete the following information):
I'm running my code inside a docker image that has gstreamer, gst-interpipe and the kinesis video stream producer sdk (kvssink element) installed, on a jetson nano with a raspberry pi CSI camera.