[QUESTION] How to pass AWS_KINESISVIDEO_IMAGE_PREFIX Tag in Gstreamer command #960
Replies: 3 comments
-
A follow up question I have is do you want the ability to be able to start and stop image generation or are you only interested in the feature where you specify image generation at the start of the pipeline and then you keep generating images until you stop the pipeline. Today we do not expose this feature via the
Clearly (2) is more robust but (1) is trivial to implement so I'm curious if that meets your needs? |
Beta Was this translation helpful? Give feedback.
-
@hassanctech Right now we are currently testing the service, so (1) would give us the ability to do so in a basic way, and we would be really happy with it. About (2) Currently the default samplingInterval of s3 delivery is 3 seconds, so i'm not sure, even if you put the metadata tag on it, that you will be able to extract more than 1 frame every 3 seconds (or maybe i'm missing something about the samplingInterval) Our current business need is to have 5fps frames on S3 buckets, we are testing s3 delivery with kvs video stream to test how feasible it is, if you have more idea on how to deal with it, please share you thoughts. |
Beta Was this translation helpful? Give feedback.
-
Hi @hassanctech is there any update on implementing option 1? I am facing the same issue. |
Beta Was this translation helpful? Give feedback.
-
Scenario
Command
gst-launch-1.0 -v rtspsrc location=<rtsp-url> ! rtph264depay ! h264parse ! kvssink name=sink stream-name=<stream-name> access-key=<access-key> secret-key=<secret-key> aws-region=<region>
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions