We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 912b8e3 commit 43bada9Copy full SHA for 43bada9
samples/kvs_gstreamer_buffer_sample.cpp
@@ -18,7 +18,8 @@ LOGGER_TAG("com.amazonaws.kinesis.video.gstreamer");
18
// Modify these parameters to configure the buffer and event streaming behavior.
19
#define CAMERA_EVENT_LIVE_STREAM_DURATION_SECONDS 20 // Duration of live streaming to KVS upon an event.
20
#define CAMERA_EVENT_COOLDOWN_SECONDS 30 // How long for the event scheduler to wait between triggering events.
21
-#define STREAM_BUFFER_DURATION_SECONDS 10 // How long before .
+#define STREAM_BUFFER_DURATION_SECONDS 10 // How long to store buffered GoPs for. It is guaranteed that the buffer will be at least this long,
22
+ // but the buffer may be longer to contain the I-frame associated with buffered P-frames.
23
24
// Stream definition parameters.
25
#define DEFAULT_RETENTION_PERIOD_HOURS 2
0 commit comments