Impact of Disabling DTS (Decoding TimeStamp) Verification Check for Multiple Cameras #1234
Unanswered
Shankar-Bharadwaj
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
We are currently working with multiple cameras, and we encountered an issue while using the Kinesis Video Streams SDK with GStreamer. We noticed that when streaming from a specific camera, we had to disable the DTS verification check (i.e., GST_BUFFER_DTS_IS_VALID) to avoid frame drops and ensure smooth streaming to KVS.
We found a previous discussion that suggested this approach and resolved our issue by bypassing the DTS check. However, we're now concerned about the potential downsides of this change, especially since we are working with multiple cameras.
Our main concerns are:
I would appreciate any insights or advice regarding the potential trade-offs of disabling the DTS verification check in this scenario.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions