File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ LOGGER_TAG("com.amazonaws.kinesis.video.gstreamer");
18
18
// Modify these parameters to configure the buffer and event streaming behavior.
19
19
#define CAMERA_EVENT_LIVE_STREAM_DURATION_SECONDS 20 // Duration of live streaming to KVS upon an event.
20
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 .
21
+ #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.
22
23
23
24
// Stream definition parameters.
24
25
#define DEFAULT_RETENTION_PERIOD_HOURS 2
You can’t perform that action at this time.
0 commit comments