Skip to content

Instantly share code, notes, and snippets.

@gustavofuhr
Created March 18, 2025 01:44
Show Gist options
  • Select an option

  • Save gustavofuhr/0715eaf1039d864b48d0641591f407c8 to your computer and use it in GitHub Desktop.

Select an option

Save gustavofuhr/0715eaf1039d864b48d0641591f407c8 to your computer and use it in GitHub Desktop.
Kinesis C producer skipping frames.
2025-03-17T21:31:10.117-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: Options:
2025-03-17T21:31:10.117-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: authType: iot
2025-03-17T21:31:10.117-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: awsIotCredentialsEndpoint: ctepgq3hvkisw.credentials.iot.eu-west-1.amazonaws.com
2025-03-17T21:31:10.118-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: awsIotRoleAlias: producerc_role_alias2
2025-03-17T21:31:10.118-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: awsIotThingName: axis-local
2025-03-17T21:31:10.118-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: awsRegion: us-east-2
2025-03-17T21:31:10.118-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: preBufferSeconds: 20
2025-03-17T21:31:10.118-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: streamingDurationSeconds: 30
2025-03-17T21:31:10.118-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: encoder: h264
2025-03-17T21:31:10.118-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: fps: 30
2025-03-17T21:31:10.118-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: resolution: 1280x720
2025-03-17T21:31:10.118-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: VMD subscription id: 1
2025-03-17T21:31:10.119-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: Creating buffer of size 600
2025-03-17T21:31:10.119-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: Creating VDO stream
2025-03-17T21:31:10.246-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: Starting stream: h264, 1280x720, 30 fps
2025-03-17T21:31:12.250-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 INFO heapInitialize(): Initializing native heap with limit size 20971520, spill ratio 0% and flags 0x00000001
2025-03-17T21:31:12.250-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 INFO heapInitialize(): Creating AIV heap.
2025-03-17T21:31:12.250-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 INFO heapInitialize(): Heap is initialized OK
2025-03-17T21:31:12.250-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 INFO createDeviceResultEvent(): Create device result event.
2025-03-17T21:31:12.250-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 INFO createKinesisVideoStream(): Creating Kinesis Video Stream.
2025-03-17T21:31:12.250-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 INFO logStreamInfo(): SDK version:
2025-03-17T21:31:12.250-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 DEBUG logStreamInfo(): Kinesis Video Stream Info
2025-03-17T21:31:12.250-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 DEBUG logStreamInfo(): Stream name: axis-local
2025-03-17T21:31:12.250-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 DEBUG logStreamInfo(): Streaming type: STREAMING_TYPE_REALTIME
2025-03-17T21:31:12.250-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 DEBUG logStreamInfo(): Content type: video/h264
2025-03-17T21:31:12.250-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 DEBUG logStreamInfo(): Max latency (100ns): 314500000
2025-03-17T21:31:12.250-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 DEBUG logStreamInfo(): Fragment duration (100ns): 20000000
2025-03-17T21:31:12.250-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 DEBUG logStreamInfo(): Key frame fragmentation: Yes
2025-03-17T21:31:12.250-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 DEBUG logStreamInfo(): Use frame timecodes: Yes
2025-03-17T21:31:12.250-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 DEBUG logStreamInfo(): Absolute frame timecodes: Yes
2025-03-17T21:31:12.250-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 DEBUG logStreamInfo(): Nal adaptation flags: 40
2025-03-17T21:31:12.250-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 DEBUG logStreamInfo(): Average bandwidth (bps): 2097152
2025-03-17T21:31:12.250-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 DEBUG logStreamInfo(): Framerate: 120
2025-03-17T21:31:12.250-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 DEBUG logStreamInfo(): Buffer duration (100ns): 370000000
2025-03-17T21:31:12.250-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 DEBUG logStreamInfo(): Replay duration (100ns): 185000000
2025-03-17T21:31:12.250-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 DEBUG logStreamInfo(): Connection Staleness duration (100ns): 50000000
2025-03-17T21:31:12.250-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 DEBUG logStreamInfo(): Store Pressure Policy: 1
2025-03-17T21:31:12.250-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 DEBUG logStreamInfo(): View Overflow Policy: 1
2025-03-17T21:31:12.250-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 DEBUG logStreamInfo(): Allow stream creation: Yes
2025-03-17T21:31:12.250-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 DEBUG logStreamInfo(): Segment UUID: NULL
2025-03-17T21:31:12.253-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 DEBUG logStreamInfo(): Frame ordering mode: 0
2025-03-17T21:31:12.253-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 DEBUG logStreamInfo(): Track list
2025-03-17T21:31:12.253-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 DEBUG logStreamInfo(): Track id: 1
2025-03-17T21:31:12.253-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 DEBUG logStreamInfo(): Track name: kvs_video_track
2025-03-17T21:31:12.253-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 DEBUG logStreamInfo(): Codec id: V_MPEG4/ISO/AVC
2025-03-17T21:31:12.253-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 DEBUG logStreamInfo(): Track type: TRACK_INFO_TYPE_VIDEO
2025-03-17T21:31:12.253-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.249 DEBUG logStreamInfo(): Track cpd: NULL
2025-03-17T21:31:12.253-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.250 DEBUG setRequestHeader(): Appending header to request: user-agent -> AWS-PRODUCER-SDK-KVS/1.5.4 GCC/13.3.0 Linux/5.15.13-axis9 aarch64
2025-03-17T21:31:12.253-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.250 DEBUG setRequestHeader(): Appending header to request: host -> kinesisvideo.us-east-2.amazonaws.com/describeStream
2025-03-17T21:31:12.253-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.250 DEBUG setRequestHeader(): Appending header to request: X-Amz-Date -> 20250318T003112Z
2025-03-17T21:31:12.253-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.250 DEBUG setRequestHeader(): Appending header to request: content-type -> application/json
2025-03-17T21:31:12.253-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.250 DEBUG setRequestHeader(): Appending header to request: content-length -> 31
2025-03-17T21:31:12.253-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.250 DEBUG setRequestHeader(): Appending header to request: Authorization -> AWS4-HMAC-SHA256 Credential=ASIAVFIWIRAWVYOW3NXQ/20250318/us-east-2/kinesisvideo/aws4_request, SignedHeaders=host;user-agent;x-amz-date, Signature=f4062ec4788775ba69242a79eb529f7a6eed03a5c5df64e74a84b05fa702fa22
2025-03-17T21:31:13.636-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.250 DEBUG setRequestHeader(): Appending header to request: x-amz-security-token -> IQoJb3JpZ2luX2VjEPn//////////wEaCWV1LXdlc3QtMSJHMEUCIHLCiIByjUHA0l3OZ1+aawgPCgNkoOpWTADa6dQJJirRAiEAvXx/P5oOun6k+Li4A5JEXlqZS6NA5WXsGpdadr2iuiMq3wMIUhAAGgwzNTQ5MTgzNjkzMjUiDJpcpRRmnaou2GRbNyq8A8mW6nazr0OwWxH69+C75IDejh9LVuiqprs8Yk9MfQSSzVYnsk3u5zxgdpMqf+bqK7fvwIYomP7XhyWIkQuCf/0xdCTsWmOmVbj++67c9hH5X5TgXXJ1dWjpom4zIDqR+tgxN1nH6sm40/UqUjHQ2904+aDOlZ8c/s+cpmgvkHjBBYlDa1vWZ1GtS3GR2YurI+q2VxSr5Tq/ZywvnTwA5tlqRzJG2g7yv5DzS0LNo1LJOHq+iIWG29BPiIQIpshfK3fQkj9flmUcwKas9GsKs6xvaZigtd71NO45u8BvqHGECnnS+jdhmlojHGanl4QkWvJW/eOHO/Sx9LkecyUjMxI5dfOJzMzZeSFkQptwb95xsytDImEbNhO3AjUynUXQWiXAJ4/Vh5AHBEhmF2WSJ9ZK+nt/oengQoitHS9dqu5CdoN54GnweS0Vx4qzQz/i0vAIMGLlzuYnFPJzYRAc3K9OzCVQkCJNY07bwA3CRf0wn6n9OKSXuxblfw2vfdC9OnKrs6ZLuCt7zgOLlKRwIN13bWT7aw2ZT3XPfociKrXvF8o9qgOzUEiVVQ1AvxoOQEMsw6pryDOc6+QWdTDP/eK+BjqaAT+HLDSGatVqUz/acoXATzvXxvOpnzNFbVCMOHkrADbyyP5trpmZNM3f7CS9uRYjlq1aYDxEB4tlywaHz2nvOPqz0EU2VsgmL94LJb7cYB6h6hBdw3T3OLx3MoVLNlx5LXOKImgsGFup0gkLPA8JFX/N0H+bA7+Bh/cGM/TDbKESqqubtA+p/+mjPMSxywbI+ycAburi+PfwJNA=
2025-03-17T21:31:13.636-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.951 INFO writeHeaderCallback(): RequestId: 86ddd34e-98f7-4837-8cdf-15891d8f0788
2025-03-17T21:31:13.636-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.951 DEBUG describeStreamCurlHandler(): [axis-local] DescribeStream API response: {"StreamInfo":{"CreationTime":1.740424529809E9,"DataRetentionInHours":2,"DeviceName":"SAS2TGCA5PG5A8A4","IngestionConfiguration":null,"KmsKeyId":"arn:aws:kms:us-east-2:354918369325:alias/aws/kinesisvideo","MediaType":"video/h264","Status":"ACTIVE","StreamARN":"arn:aws:kinesisvideo:us-east-2:354918369325:stream/axis-local/1740424529809","StreamName":"axis-local","Version":"kM4nBSHHLsPT2W4micMW"}}
2025-03-17T21:31:13.636-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.958 INFO describeStreamResultEvent(): Describe stream result event.
2025-03-17T21:31:13.636-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.958 WARN describeStreamResult(): Retention period returned from the DescribeStream call doesn't match the one specified in the StreamInfo
2025-03-17T21:31:13.638-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.958 WARN describeStreamResult(): [axis-local] Retention period returned from the DescribeStream call doesn't match the one specified in the StreamInfo
2025-03-17T21:31:13.638-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.958 DEBUG setRequestHeader(): Appending header to request: user-agent -> AWS-PRODUCER-SDK-KVS/1.5.4 GCC/13.3.0 Linux/5.15.13-axis9 aarch64
2025-03-17T21:31:13.638-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.958 DEBUG setRequestHeader(): Appending header to request: host -> kinesisvideo.us-east-2.amazonaws.com/getDataEndpoint
2025-03-17T21:31:13.638-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.958 DEBUG setRequestHeader(): Appending header to request: X-Amz-Date -> 20250318T003112Z
2025-03-17T21:31:13.638-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.958 DEBUG setRequestHeader(): Appending header to request: content-type -> application/json
2025-03-17T21:31:13.638-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.958 DEBUG setRequestHeader(): Appending header to request: content-length -> 56
2025-03-17T21:31:13.638-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.958 DEBUG setRequestHeader(): Appending header to request: Authorization -> AWS4-HMAC-SHA256 Credential=ASIAVFIWIRAWVYOW3NXQ/20250318/us-east-2/kinesisvideo/aws4_request, SignedHeaders=host;user-agent;x-amz-date, Signature=48cb5bb9564fbd6cd5e81203149a5d877c879229c1cfea647a790bdb5e026e87
2025-03-17T21:31:13.639-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: Filling inital buffer
2025-03-17T21:31:13.639-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:12.958 DEBUG setRequestHeader(): Appending header to request: x-amz-security-token -> IQoJb3JpZ2luX2VjEPn//////////wEaCWV1LXdlc3QtMSJHMEUCIHLCiIByjUHA0l3OZ1+aawgPCgNkoOpWTADa6dQJJirRAiEAvXx/P5oOun6k+Li4A5JEXlqZS6NA5WXsGpdadr2iuiMq3wMIUhAAGgwzNTQ5MTgzNjkzMjUiDJpcpRRmnaou2GRbNyq8A8mW6nazr0OwWxH69+C75IDejh9LVuiqprs8Yk9MfQSSzVYnsk3u5zxgdpMqf+bqK7fvwIYomP7XhyWIkQuCf/0xdCTsWmOmVbj++67c9hH5X5TgXXJ1dWjpom4zIDqR+tgxN1nH6sm40/UqUjHQ2904+aDOlZ8c/s+cpmgvkHjBBYlDa1vWZ1GtS3GR2YurI+q2VxSr5Tq/ZywvnTwA5tlqRzJG2g7yv5DzS0LNo1LJOHq+iIWG29BPiIQIpshfK3fQkj9flmUcwKas9GsKs6xvaZigtd71NO45u8BvqHGECnnS+jdhmlojHGanl4QkWvJW/eOHO/Sx9LkecyUjMxI5dfOJzMzZeSFkQptwb95xsytDImEbNhO3AjUynUXQWiXAJ4/Vh5AHBEhmF2WSJ9ZK+nt/oengQoitHS9dqu5CdoN54GnweS0Vx4qzQz/i0vAIMGLlzuYnFPJzYRAc3K9OzCVQkCJNY07bwA3CRf0wn6n9OKSXuxblfw2vfdC9OnKrs6ZLuCt7zgOLlKRwIN13bWT7aw2ZT3XPfociKrXvF8o9qgOzUEiVVQ1AvxoOQEMsw6pryDOc6+QWdTDP/eK+BjqaAT+HLDSGatVqUz/acoXATzvXxvOpnzNFbVCMOHkrADbyyP5trpmZNM3f7CS9uRYjlq1aYDxEB4tlywaHz2nvOPqz0EU2VsgmL94LJb7cYB6h6hBdw3T3OLx3MoVLNlx5LXOKImgsGFup0gkLPA8JFX/N0H+bA7+Bh/cGM/TDbKESqqubtA+p/+mjPMSxywbI+ycAburi+PfwJNA=
2025-03-17T21:31:13.639-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:13.629 INFO writeHeaderCallback(): RequestId: 40f1edcf-c58c-46cf-8be7-f402d964c772
2025-03-17T21:31:13.639-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:13.630 DEBUG getStreamingEndpointCurlHandler(): [axis-local] GetStreamingEndpoint API response: {"DataEndpoint":"https://s-171c51c7.kinesisvideo.us-east-2.amazonaws.com"}
2025-03-17T21:31:13.639-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:13.636 INFO getStreamingEndpointResultEvent(): Get streaming endpoint result event.
2025-03-17T21:31:13.639-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:13.636 INFO getStreamingTokenResultEvent(): Get streaming token result event.
2025-03-17T21:31:33.461-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: Buffer filled with frames
2025-03-17T21:32:07.049-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: MOTION EVENT DETECTED! Send signal to send frames...
2025-03-17T21:32:07.050-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: Motion event detected at: 2025-03-17_21:32:07
2025-03-17T21:32:07.060-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: Sending the buffer as fast as possible...
2025-03-17T21:32:07.073-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:31:13.636 DEBUG defaultStreamReadyCallback(): Reported streamReady callback for stream handle 547877337632
2025-03-17T21:32:07.073-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.060 DEBUG setRequestHeader(): Appending header to request: user-agent -> AWS-PRODUCER-SDK-KVS/1.5.4 GCC/13.3.0 Linux/5.15.13-axis9 aarch64
2025-03-17T21:32:07.073-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.060 DEBUG setRequestHeader(): Appending header to request: x-amzn-stream-name -> axis-local
2025-03-17T21:32:07.073-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.060 DEBUG setRequestHeader(): Appending header to request: x-amzn-producer-start-timestamp -> 1742257927.60
2025-03-17T21:32:07.073-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.060 DEBUG setRequestHeader(): Appending header to request: x-amzn-fragment-acknowledgment-required -> 1
2025-03-17T21:32:07.073-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.060 DEBUG setRequestHeader(): Appending header to request: x-amzn-fragment-timecode-type -> ABSOLUTE
2025-03-17T21:32:07.073-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.060 DEBUG setRequestHeader(): Appending header to request: transfer-encoding -> chunked
2025-03-17T21:32:07.073-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.060 DEBUG setRequestHeader(): Appending header to request: connection -> keep-alive
2025-03-17T21:32:07.073-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.060 INFO putStreamResultEvent(): Put stream result event. New upload handle 0
2025-03-17T21:32:07.073-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.070 WARN notifyDataAvailable(): [axis-local] Failed to un-pause curl with error: 43. Curl object 0x7f900a65b0
2025-03-17T21:32:07.073-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.071 DEBUG setRequestHeader(): Appending header to request: host -> s-171c51c7.kinesisvideo.us-east-2.amazonaws.com/putMedia
2025-03-17T21:32:07.073-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.071 DEBUG setRequestHeader(): Appending header to request: X-Amz-Date -> 20250318T003207Z
2025-03-17T21:32:07.073-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.071 DEBUG setRequestHeader(): Appending header to request: content-type -> application/json
2025-03-17T21:32:07.074-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.071 DEBUG setRequestHeader(): Appending header to request: Authorization -> AWS4-HMAC-SHA256 Credential=ASIAVFIWIRAWVYOW3NXQ/20250318/us-east-2/kinesisvideo/aws4_request, SignedHeaders=connection;host;transfer-encoding;user-agent;x-amz-date;x-amzn-fragment-acknowledgment-required;x-amzn-fragment-timecode-type;x-amzn-producer-start-timestamp;x-amzn-stream-name, Signature=3d63d471aaa7476beac20d1a3e3fee43cd561dc08af2dc196c70289a300c4871
2025-03-17T21:32:07.074-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.071 DEBUG setRequestHeader(): Appending header to request: x-amz-security-token -> IQoJb3JpZ2luX2VjEPn//////////wEaCWV1LXdlc3QtMSJHMEUCIHLCiIByjUHA0l3OZ1+aawgPCgNkoOpWTADa6dQJJirRAiEAvXx/P5oOun6k+Li4A5JEXlqZS6NA5WXsGpdadr2iuiMq3wMIUhAAGgwzNTQ5MTgzNjkzMjUiDJpcpRRmnaou2GRbNyq8A8mW6nazr0OwWxH69+C75IDejh9LVuiqprs8Yk9MfQSSzVYnsk3u5zxgdpMqf+bqK7fvwIYomP7XhyWIkQuCf/0xdCTsWmOmVbj++67c9hH5X5TgXXJ1dWjpom4zIDqR+tgxN1nH6sm40/UqUjHQ2904+aDOlZ8c/s+cpmgvkHjBBYlDa1vWZ1GtS3GR2YurI+q2VxSr5Tq/ZywvnTwA5tlqRzJG2g7yv5DzS0LNo1LJOHq+iIWG29BPiIQIpshfK3fQkj9flmUcwKas9GsKs6xvaZigtd71NO45u8BvqHGECnnS+jdhmlojHGanl4QkWvJW/eOHO/Sx9LkecyUjMxI5dfOJzMzZeSFkQptwb95xsytDImEbNhO3AjUynUXQWiXAJ4/Vh5AHBEhmF2WSJ9ZK+nt/oengQoitHS9dqu5CdoN54GnweS0Vx4qzQz/i0vAIMGLlzuYnFPJzYRAc3K9OzCVQkCJNY07bwA3CRf0wn6n9OKSXuxblfw2vfdC9OnKrs6ZLuCt7zgOLlKRwIN13bWT7aw2ZT3XPfociKrXvF8o9qgOzUEiVVQ1AvxoOQEMsw6pryDOc6+QWdTDP/eK+BjqaAT+HLDSGatVqUz/acoXATzvXxvOpnzNFbVCMOHkrADbyyP5trpmZNM3f7CS9uRYjlq1aYDxEB4tlywaHz2nvOPqz0EU2VsgmL94LJb7cYB6h6hBdw3T3OLx3MoVLNlx5LXOKImgsGFup0gkLPA8JFX/N0H+bA7+Bh/cGM/TDbKESqqubtA+p/+mjPMSxywbI+ycAburi+PfwJNA=
2025-03-17T21:32:07.074-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Kinesis Video client and stream metrics for stream axis-local
2025-03-17T21:32:07.074-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Overall storage byte size: 20971520
2025-03-17T21:32:07.074-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Available storage byte size: 20953132
2025-03-17T21:32:07.074-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Allocated storage byte size: 18388
2025-03-17T21:32:07.074-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Total view allocation byte size: 213200
2025-03-17T21:32:07.075-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Total streams transfer rate (bps): 16777216 (16384 Kbps)
2025-03-17T21:32:07.075-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Current view duration (ms): 0
2025-03-17T21:32:07.075-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Overall view duration (ms): 0
2025-03-17T21:32:07.075-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Current view byte size: 0
2025-03-17T21:32:07.075-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Overall view byte size: 0
2025-03-17T21:32:07.077-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Current transfer rate (bps): 16777216 (16384 Kbps)
2025-03-17T21:32:07.077-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Stream uptime in (ms): 54823
2025-03-17T21:32:07.077-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Total transferred bytes: 0
2025-03-17T21:32:07.077-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Total number of streaming sessions: 1
2025-03-17T21:32:07.077-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Total number of active streaming sessions: 0
2025-03-17T21:32:07.077-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Average streaming sessions duration: 0
2025-03-17T21:32:07.077-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Number of Buffered ACKs: 0
2025-03-17T21:32:07.077-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Number of Received ACKs: 0
2025-03-17T21:32:07.077-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Number of Persisted ACKs: 0
2025-03-17T21:32:07.077-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Number of Error ACKs: 0
2025-03-17T21:32:07.077-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Number of dropped frames: 0
2025-03-17T21:32:07.077-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Number of skipped frames: 46
2025-03-17T21:32:07.077-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Number of storage pressure events: 0
2025-03-17T21:32:07.077-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Number of latency pressure events: 0
2025-03-17T21:32:07.077-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Number of buffer pressure events: 0
2025-03-17T21:32:07.077-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Number of stream staleness events: 0
2025-03-17T21:32:07.077-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Number of latency pressure events: 0
2025-03-17T21:32:07.077-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Number of Put Frame errors: 0
2025-03-17T21:32:07.077-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Average Control Plane API latency (ms): 67
2025-03-17T21:32:07.077-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Average Data Plane API latency (ms): 0
2025-03-17T21:32:07.077-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Current elementary frame rate (fps): 120.000000
2025-03-17T21:32:07.077-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): API Call Retry Count : 0
2025-03-17T21:32:07.077-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Total elementary frame rate (fps): 120.000000
2025-03-17T21:32:07.079-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.073 DEBUG logStreamMetric(): Average API call retry count for client: 0.000000
2025-03-17T21:32:07.079-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Kinesis Video client and stream metrics for stream axis-local
2025-03-17T21:32:07.079-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Overall storage byte size: 20971520
2025-03-17T21:32:07.079-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Available storage byte size: 20901880
2025-03-17T21:32:07.079-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Allocated storage byte size: 69640
2025-03-17T21:32:07.079-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Total view allocation byte size: 213200
2025-03-17T21:32:07.079-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Total streams transfer rate (bps): 16777216 (16384 Kbps)
2025-03-17T21:32:07.079-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Current view duration (ms): 2068
2025-03-17T21:32:07.079-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Overall view duration (ms): 2068
2025-03-17T21:32:07.079-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Current view byte size: 48663
2025-03-17T21:32:07.079-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Overall view byte size: 48663
2025-03-17T21:32:07.079-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Current transfer rate (bps): 16777216 (16384 Kbps)
2025-03-17T21:32:07.079-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Stream uptime in (ms): 54827
2025-03-17T21:32:07.079-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Total transferred bytes: 0
2025-03-17T21:32:07.079-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Total number of streaming sessions: 1
2025-03-17T21:32:07.079-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Total number of active streaming sessions: 0
2025-03-17T21:32:07.079-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Average streaming sessions duration: 0
2025-03-17T21:32:07.079-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Number of Buffered ACKs: 0
2025-03-17T21:32:07.079-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Number of Received ACKs: 0
2025-03-17T21:32:07.079-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Number of Persisted ACKs: 0
2025-03-17T21:32:07.079-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Number of Error ACKs: 0
2025-03-17T21:32:07.079-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Number of dropped frames: 0
2025-03-17T21:32:07.079-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Number of skipped frames: 46
2025-03-17T21:32:07.085-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Number of storage pressure events: 0
2025-03-17T21:32:07.085-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Number of latency pressure events: 0
2025-03-17T21:32:07.085-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Number of buffer pressure events: 0
2025-03-17T21:32:07.085-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Number of stream staleness events: 0
2025-03-17T21:32:07.085-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Number of latency pressure events: 0
2025-03-17T21:32:07.085-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Number of Put Frame errors: 0
2025-03-17T21:32:07.085-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Average Control Plane API latency (ms): 67
2025-03-17T21:32:07.085-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Average Data Plane API latency (ms): 0
2025-03-17T21:32:07.085-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Current elementary frame rate (fps): 29.914325
2025-03-17T21:32:07.085-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): API Call Retry Count : 0
2025-03-17T21:32:07.085-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Total elementary frame rate (fps): 29.914325
2025-03-17T21:32:07.085-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.077 DEBUG logStreamMetric(): Average API call retry count for client: 0.000000
2025-03-17T21:32:07.085-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Kinesis Video client and stream metrics for stream axis-local
2025-03-17T21:32:07.085-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Overall storage byte size: 20971520
2025-03-17T21:32:07.085-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Available storage byte size: 20849520
2025-03-17T21:32:07.085-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Allocated storage byte size: 122000
2025-03-17T21:32:07.085-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Total view allocation byte size: 213200
2025-03-17T21:32:07.085-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Total streams transfer rate (bps): 16777216 (16384 Kbps)
2025-03-17T21:32:07.085-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Current view duration (ms): 4135
2025-03-17T21:32:07.085-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Overall view duration (ms): 4135
2025-03-17T21:32:07.085-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Current view byte size: 97684
2025-03-17T21:32:07.085-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Overall view byte size: 97684
2025-03-17T21:32:07.086-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Current transfer rate (bps): 16777216 (16384 Kbps)
2025-03-17T21:32:07.086-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Stream uptime in (ms): 54831
2025-03-17T21:32:07.086-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Total transferred bytes: 0
2025-03-17T21:32:07.086-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Total number of streaming sessions: 1
2025-03-17T21:32:07.086-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Total number of active streaming sessions: 0
2025-03-17T21:32:07.086-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Average streaming sessions duration: 0
2025-03-17T21:32:07.086-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Number of Buffered ACKs: 0
2025-03-17T21:32:07.086-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Number of Received ACKs: 0
2025-03-17T21:32:07.086-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Number of Persisted ACKs: 0
2025-03-17T21:32:07.086-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Number of Error ACKs: 0
2025-03-17T21:32:07.086-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Number of dropped frames: 0
2025-03-17T21:32:07.086-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Number of skipped frames: 46
2025-03-17T21:32:07.086-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Number of storage pressure events: 0
2025-03-17T21:32:07.086-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Number of latency pressure events: 0
2025-03-17T21:32:07.086-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Number of buffer pressure events: 0
2025-03-17T21:32:07.086-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Number of stream staleness events: 0
2025-03-17T21:32:07.086-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Number of latency pressure events: 0
2025-03-17T21:32:07.086-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Number of Put Frame errors: 0
2025-03-17T21:32:07.086-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Average Control Plane API latency (ms): 67
2025-03-17T21:32:07.086-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Average Data Plane API latency (ms): 0
2025-03-17T21:32:07.086-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Current elementary frame rate (fps): 29.839078
2025-03-17T21:32:07.086-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): API Call Retry Count : 0
2025-03-17T21:32:07.086-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Total elementary frame rate (fps): 29.839078
2025-03-17T21:32:07.088-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.081 DEBUG logStreamMetric(): Average API call retry count for client: 0.000000
2025-03-17T21:32:07.090-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Kinesis Video client and stream metrics for stream axis-local
2025-03-17T21:32:07.090-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Overall storage byte size: 20971520
2025-03-17T21:32:07.090-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Available storage byte size: 20796122
2025-03-17T21:32:07.090-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Allocated storage byte size: 175398
2025-03-17T21:32:07.090-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Total view allocation byte size: 213200
2025-03-17T21:32:07.090-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Total streams transfer rate (bps): 16777216 (16384 Kbps)
2025-03-17T21:32:07.090-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Current view duration (ms): 6201
2025-03-17T21:32:07.090-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Overall view duration (ms): 6201
2025-03-17T21:32:07.090-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Current view byte size: 148469
2025-03-17T21:32:07.090-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Overall view byte size: 148469
2025-03-17T21:32:07.090-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Current transfer rate (bps): 16777216 (16384 Kbps)
2025-03-17T21:32:07.090-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Stream uptime in (ms): 54835
2025-03-17T21:32:07.090-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Total transferred bytes: 0
2025-03-17T21:32:07.090-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Total number of streaming sessions: 1
2025-03-17T21:32:07.090-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Total number of active streaming sessions: 0
2025-03-17T21:32:07.090-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Average streaming sessions duration: 0
2025-03-17T21:32:07.090-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Number of Buffered ACKs: 0
2025-03-17T21:32:07.090-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Number of Received ACKs: 0
2025-03-17T21:32:07.090-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Number of Persisted ACKs: 0
2025-03-17T21:32:07.090-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Number of Error ACKs: 0
2025-03-17T21:32:07.090-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Number of dropped frames: 0
2025-03-17T21:32:07.090-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Number of skipped frames: 46
2025-03-17T21:32:07.090-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Number of storage pressure events: 0
2025-03-17T21:32:07.091-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Number of latency pressure events: 0
2025-03-17T21:32:07.091-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Number of buffer pressure events: 0
2025-03-17T21:32:07.091-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Number of stream staleness events: 0
2025-03-17T21:32:07.091-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Number of latency pressure events: 0
2025-03-17T21:32:07.091-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Number of Put Frame errors: 0
2025-03-17T21:32:07.091-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Average Control Plane API latency (ms): 67
2025-03-17T21:32:07.091-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Average Data Plane API latency (ms): 0
2025-03-17T21:32:07.091-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Current elementary frame rate (fps): 29.949356
2025-03-17T21:32:07.091-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): API Call Retry Count : 0
2025-03-17T21:32:07.091-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Total elementary frame rate (fps): 29.949356
2025-03-17T21:32:07.091-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.085 DEBUG logStreamMetric(): Average API call retry count for client: 0.000000
2025-03-17T21:32:07.091-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.089 DEBUG logStreamMetric(): Kinesis Video client and stream metrics for stream axis-local
2025-03-17T21:32:07.091-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.089 DEBUG logStreamMetric(): Overall storage byte size: 20971520
2025-03-17T21:32:07.091-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.089 DEBUG logStreamMetric(): Available storage byte size: 20746617
2025-03-17T21:32:07.091-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.089 DEBUG logStreamMetric(): Allocated storage byte size: 224903
2025-03-17T21:32:07.091-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.089 DEBUG logStreamMetric(): Total view allocation byte size: 213200
2025-03-17T21:32:07.091-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.089 DEBUG logStreamMetric(): Total streams transfer rate (bps): 16777216 (16384 Kbps)
2025-03-17T21:32:07.091-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.089 DEBUG logStreamMetric(): Current view duration (ms): 8268
2025-03-17T21:32:07.091-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.089 DEBUG logStreamMetric(): Overall view duration (ms): 8268
2025-03-17T21:32:07.091-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.089 DEBUG logStreamMetric(): Current view byte size: 194701
2025-03-17T21:32:07.091-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.089 DEBUG logStreamMetric(): Overall view byte size: 194701
2025-03-17T21:32:07.091-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.089 DEBUG logStreamMetric(): Current transfer rate (bps): 16777216 (16384 Kbps)
2025-03-17T21:32:07.095-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.089 DEBUG logStreamMetric(): Stream uptime in (ms): 54839
2025-03-17T21:32:07.095-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.090 DEBUG logStreamMetric(): Total transferred bytes: 0
2025-03-17T21:32:07.095-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.090 DEBUG logStreamMetric(): Total number of streaming sessions: 1
2025-03-17T21:32:07.095-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.090 DEBUG logStreamMetric(): Total number of active streaming sessions: 0
2025-03-17T21:32:07.095-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.090 DEBUG logStreamMetric(): Average streaming sessions duration: 0
2025-03-17T21:32:07.095-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.090 DEBUG logStreamMetric(): Number of Buffered ACKs: 0
2025-03-17T21:32:07.095-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.090 DEBUG logStreamMetric(): Number of Received ACKs: 0
2025-03-17T21:32:07.095-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.090 DEBUG logStreamMetric(): Number of Persisted ACKs: 0
2025-03-17T21:32:07.095-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.090 DEBUG logStreamMetric(): Number of Error ACKs: 0
2025-03-17T21:32:07.095-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.090 DEBUG logStreamMetric(): Number of dropped frames: 0
2025-03-17T21:32:07.095-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.090 DEBUG logStreamMetric(): Number of skipped frames: 46
2025-03-17T21:32:07.095-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.090 DEBUG logStreamMetric(): Number of storage pressure events: 0
2025-03-17T21:32:07.095-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.090 DEBUG logStreamMetric(): Number of latency pressure events: 0
2025-03-17T21:32:07.095-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.090 DEBUG logStreamMetric(): Number of buffer pressure events: 0
2025-03-17T21:32:07.095-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.090 DEBUG logStreamMetric(): Number of stream staleness events: 0
2025-03-17T21:32:07.095-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.090 DEBUG logStreamMetric(): Number of latency pressure events: 0
2025-03-17T21:32:07.095-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.090 DEBUG logStreamMetric(): Number of Put Frame errors: 0
2025-03-17T21:32:07.095-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.090 DEBUG logStreamMetric(): Average Control Plane API latency (ms): 67
2025-03-17T21:32:07.095-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.090 DEBUG logStreamMetric(): Average Data Plane API latency (ms): 0
2025-03-17T21:32:07.095-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.090 DEBUG logStreamMetric(): Current elementary frame rate (fps): 30.492360
2025-03-17T21:32:07.095-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.090 DEBUG logStreamMetric(): API Call Retry Count : 0
2025-03-17T21:32:07.095-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.090 DEBUG logStreamMetric(): Total elementary frame rate (fps): 30.492360
2025-03-17T21:32:07.095-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.090 DEBUG logStreamMetric(): Average API call retry count for client: 0.000000
2025-03-17T21:32:07.097-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Kinesis Video client and stream metrics for stream axis-local
2025-03-17T21:32:07.097-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Overall storage byte size: 20971520
2025-03-17T21:32:07.097-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Available storage byte size: 20696037
2025-03-17T21:32:07.097-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Allocated storage byte size: 275483
2025-03-17T21:32:07.097-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Total view allocation byte size: 213200
2025-03-17T21:32:07.097-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Total streams transfer rate (bps): 16777216 (16384 Kbps)
2025-03-17T21:32:07.097-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Current view duration (ms): 10335
2025-03-17T21:32:07.097-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Overall view duration (ms): 10335
2025-03-17T21:32:07.097-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Current view byte size: 242735
2025-03-17T21:32:07.097-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Overall view byte size: 242735
2025-03-17T21:32:07.097-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Current transfer rate (bps): 16777216 (16384 Kbps)
2025-03-17T21:32:07.097-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Stream uptime in (ms): 54845
2025-03-17T21:32:07.097-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Total transferred bytes: 0
2025-03-17T21:32:07.097-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Total number of streaming sessions: 1
2025-03-17T21:32:07.097-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Total number of active streaming sessions: 0
2025-03-17T21:32:07.097-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Average streaming sessions duration: 0
2025-03-17T21:32:07.097-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Number of Buffered ACKs: 0
2025-03-17T21:32:07.097-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Number of Received ACKs: 0
2025-03-17T21:32:07.097-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Number of Persisted ACKs: 0
2025-03-17T21:32:07.097-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Number of Error ACKs: 0
2025-03-17T21:32:07.097-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Number of dropped frames: 0
2025-03-17T21:32:07.097-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Number of skipped frames: 46
2025-03-17T21:32:07.097-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Number of storage pressure events: 0
2025-03-17T21:32:07.098-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Number of latency pressure events: 0
2025-03-17T21:32:07.104-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Number of buffer pressure events: 0
2025-03-17T21:32:07.104-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Number of stream staleness events: 0
2025-03-17T21:32:07.104-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Number of latency pressure events: 0
2025-03-17T21:32:07.104-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Number of Put Frame errors: 0
2025-03-17T21:32:07.104-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Average Control Plane API latency (ms): 67
2025-03-17T21:32:07.104-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Average Data Plane API latency (ms): 0
2025-03-17T21:32:07.104-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Current elementary frame rate (fps): 29.772804
2025-03-17T21:32:07.104-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): API Call Retry Count : 0
2025-03-17T21:32:07.104-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Total elementary frame rate (fps): 29.772804
2025-03-17T21:32:07.104-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.095 DEBUG logStreamMetric(): Average API call retry count for client: 0.000000
2025-03-17T21:32:07.104-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Kinesis Video client and stream metrics for stream axis-local
2025-03-17T21:32:07.104-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Overall storage byte size: 20971520
2025-03-17T21:32:07.104-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Available storage byte size: 20644902
2025-03-17T21:32:07.104-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Allocated storage byte size: 326618
2025-03-17T21:32:07.104-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Total view allocation byte size: 213200
2025-03-17T21:32:07.104-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Total streams transfer rate (bps): 16777216 (16384 Kbps)
2025-03-17T21:32:07.104-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Current view duration (ms): 12401
2025-03-17T21:32:07.104-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Overall view duration (ms): 12401
2025-03-17T21:32:07.104-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Current view byte size: 290663
2025-03-17T21:32:07.104-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Overall view byte size: 290663
2025-03-17T21:32:07.104-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Current transfer rate (bps): 16777216 (16384 Kbps)
2025-03-17T21:32:07.104-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Stream uptime in (ms): 54849
2025-03-17T21:32:07.105-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Total transferred bytes: 0
2025-03-17T21:32:07.105-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Total number of streaming sessions: 1
2025-03-17T21:32:07.105-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Total number of active streaming sessions: 0
2025-03-17T21:32:07.105-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Average streaming sessions duration: 0
2025-03-17T21:32:07.105-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Number of Buffered ACKs: 0
2025-03-17T21:32:07.105-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Number of Received ACKs: 0
2025-03-17T21:32:07.105-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Number of Persisted ACKs: 0
2025-03-17T21:32:07.105-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Number of Error ACKs: 0
2025-03-17T21:32:07.105-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Number of dropped frames: 0
2025-03-17T21:32:07.105-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Number of skipped frames: 46
2025-03-17T21:32:07.105-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Number of storage pressure events: 0
2025-03-17T21:32:07.105-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Number of latency pressure events: 0
2025-03-17T21:32:07.105-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Number of buffer pressure events: 0
2025-03-17T21:32:07.105-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Number of stream staleness events: 0
2025-03-17T21:32:07.105-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Number of latency pressure events: 0
2025-03-17T21:32:07.105-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Number of Put Frame errors: 0
2025-03-17T21:32:07.105-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Average Control Plane API latency (ms): 67
2025-03-17T21:32:07.105-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Average Data Plane API latency (ms): 0
2025-03-17T21:32:07.105-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Current elementary frame rate (fps): 30.162182
2025-03-17T21:32:07.105-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): API Call Retry Count : 0
2025-03-17T21:32:07.105-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Total elementary frame rate (fps): 30.162182
2025-03-17T21:32:07.105-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.099 DEBUG logStreamMetric(): Average API call retry count for client: 0.000000
2025-03-17T21:32:07.105-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Kinesis Video client and stream metrics for stream axis-local
2025-03-17T21:32:07.109-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Overall storage byte size: 20971520
2025-03-17T21:32:07.109-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Available storage byte size: 20586358
2025-03-17T21:32:07.109-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Allocated storage byte size: 385162
2025-03-17T21:32:07.109-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Total view allocation byte size: 213200
2025-03-17T21:32:07.109-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Total streams transfer rate (bps): 16777216 (16384 Kbps)
2025-03-17T21:32:07.109-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Current view duration (ms): 14468
2025-03-17T21:32:07.109-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Overall view duration (ms): 14468
2025-03-17T21:32:07.109-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Current view byte size: 346035
2025-03-17T21:32:07.109-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Overall view byte size: 346035
2025-03-17T21:32:07.109-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Current transfer rate (bps): 16777216 (16384 Kbps)
2025-03-17T21:32:07.109-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Stream uptime in (ms): 54854
2025-03-17T21:32:07.109-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Total transferred bytes: 0
2025-03-17T21:32:07.109-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Total number of streaming sessions: 1
2025-03-17T21:32:07.109-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Total number of active streaming sessions: 0
2025-03-17T21:32:07.109-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Average streaming sessions duration: 0
2025-03-17T21:32:07.109-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Number of Buffered ACKs: 0
2025-03-17T21:32:07.109-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Number of Received ACKs: 0
2025-03-17T21:32:07.109-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Number of Persisted ACKs: 0
2025-03-17T21:32:07.109-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Number of Error ACKs: 0
2025-03-17T21:32:07.109-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Number of dropped frames: 0
2025-03-17T21:32:07.109-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Number of skipped frames: 46
2025-03-17T21:32:07.109-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Number of storage pressure events: 0
2025-03-17T21:32:07.109-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Number of latency pressure events: 0
2025-03-17T21:32:07.110-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Number of buffer pressure events: 0
2025-03-17T21:32:07.110-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Number of stream staleness events: 0
2025-03-17T21:32:07.110-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Number of latency pressure events: 0
2025-03-17T21:32:07.110-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Number of Put Frame errors: 0
2025-03-17T21:32:07.110-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Average Control Plane API latency (ms): 67
2025-03-17T21:32:07.110-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Average Data Plane API latency (ms): 0
2025-03-17T21:32:07.110-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Current elementary frame rate (fps): 30.419269
2025-03-17T21:32:07.110-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): API Call Retry Count : 0
2025-03-17T21:32:07.110-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Total elementary frame rate (fps): 30.419269
2025-03-17T21:32:07.110-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.104 DEBUG logStreamMetric(): Average API call retry count for client: 0.000000
2025-03-17T21:32:07.110-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Kinesis Video client and stream metrics for stream axis-local
2025-03-17T21:32:07.110-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Overall storage byte size: 20971520
2025-03-17T21:32:07.110-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Available storage byte size: 20529917
2025-03-17T21:32:07.110-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Allocated storage byte size: 441603
2025-03-17T21:32:07.110-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Total view allocation byte size: 213200
2025-03-17T21:32:07.110-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Total streams transfer rate (bps): 16777216 (16384 Kbps)
2025-03-17T21:32:07.110-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Current view duration (ms): 16534
2025-03-17T21:32:07.110-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Overall view duration (ms): 16534
2025-03-17T21:32:07.110-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Current view byte size: 399652
2025-03-17T21:32:07.110-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Overall view byte size: 399652
2025-03-17T21:32:07.110-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Current transfer rate (bps): 16777216 (16384 Kbps)
2025-03-17T21:32:07.110-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Stream uptime in (ms): 54859
2025-03-17T21:32:07.112-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: [Buffer sent] Elapsed time: 51.424 ms
2025-03-17T21:32:07.112-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: Frame history: 600 frames
2025-03-17T21:32:07.112-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: Frame types: ppppppppppppppppppppppppppppppppppppppppppppppIpppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppIpppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppIpppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppIpppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppIpppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppIpppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppIpppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppIpppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppIppppppppppppppppppppppppppppppppppppppppppppppppppppppppp
2025-03-17T21:32:07.112-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: Frame timestamps: 17422579070936757,17422579071272388,17422579071605300,17422579071937604,17422579072272374,17422579072606756,17422579072937402,17422579073273191,17422579073604815,17422579073941435,17422579074272487,17422579074605831,17422579074937018,17422579075272630,17422579075605542,17422579075937363,17422579076274032,17422579076608509,17422579076937931,17422579077273851,17422579077606337,17422579077938866,17422579078274675,17422579078606955,17422579078938391,17422579079273861,17422579079606308,17422579079938641,17422579080274825,17422579080608422,17422579080937888,17422579081275200,17422579081603243,17422579081938495,17422579082274771,17422579082606407,17422579082936959,17422579083272728,17422579083605170,17422579083941552,17422579084275579,17422579084608555,17422579084938458,17422579085273877,17422579085605944,17422579085938718,17422579086257748,17422579086608021,17422579086938275,17422579087273999,17422579087606268,17422579087938983,17422579088274575,17422579088606929,17422579088938763,17422579089273453,17422579089606134,17422579089938446,17422579090274467,17422579090608332,17422579090937822,17422579091273304,17422579091606076,17422579091938508,17422579092274773,17422579092606966,17422579092938289,17422579093273326,17422579093606308,17422579093942663,17422579094274770,17422579094607734,17422579094937855,17422579095273582,17422579095606083,17422579095938647,17422579096274486,17422579096607278,17422579096938408,17422579097273403,17422579097606200,17422579097938498,17422579098272769,17422579098606564,17422579098938550,17422579099273374,17422579099605938,17422579099938125,17422579100273320,17422579100605847,17422579100937907,17422579101273452,17422579101606413,17422579101938152,17422579102273579,17422579102605566,17422579102937615,17422579103271187,17422579103603501,17422579103942630,17422579104275970,17422579104605681,17422579104937259,17422579105273152,17422579105606076,17422579105938179,17422579106274259,17422579106608547,17422579106921549,17422579107273273,17422579107605718,17422579107937809,17422579108274425,17422579108608317,17422579108937783,17422579109273170,17422579109605941,17422579109937568,17422579110275583,17422579110607884,17422579110937495,17422579111272820,17422579111605012,17422579111937504,17422579112275623,17422579112607417,17422579112937875,17422579113272934,17422579113605893,17422579113940639,17422579114273972,17422579114607601,17422579114937449,17422579115273277,17422579115605184,17422579115937578,17422579116275700,17422579116607735,17422579116937409,17422579117273084,17422579117605054,17422579117937566,17422579118279556,17422579118608038,17422579118937252,17422579119273032,17422579119604661,17422579119937692,17422579120276913,17422579120607470,17422579120937492,17422579121272744,17422579121604428,17422579121937306,17422579122276499,17422579122605296,17422579122936801,17422579123272338,17422579123604379,17422579123943815,17422579124277885,17422579124609039,17422579124939573,17422579125275770,17422579125604985,17422579125935844,17422579126276918,17422579126606217,17422579126936810,17422579127271941,17422579127587605,17422579127936525,17422579128276296,17422579128606147,17422579128940537,17422579129271917,17422579129603551,17422579129936033,17422579130276031,17422579130605353,17422579130936355,17422579131271837,17422579131603981,17422579131935603,17422579132276006,17422579132605552,17422579132936927,17422579133272929,17422579133605812,17422579133941840,17422579134276588,17422579134607656,17422579134937779,17422579135273143,17422579135604878,17422579135938099,17422579136277248,17422579136607386,17422579136937437,17422579137273121,17422579137605377,17422579137937488,17422579138279097,17422579138607192,17422579138936801,17422579139273052,17422579139604777,17422579139937385,17422579140277075,17422579140605555,17422579140936853,17422579141273052,17422579141605191,17422579141937546,17422579142287320,17422579142607928,17422579142936368,17422579143272968,17422579143602304,17422579143939820,17422579144279645,17422579144606159,17422579144937173,17422579145271708,17422579145603519,17422579145936506,17422579146282944,17422579146605308,17422579146936204,17422579147270694,17422579147602624,17422579147936521,17422579148259369,17422579148606489,17422579148936456,17422579149272789,17422579149604453,17422579149937207,17422579150287396,17422579150606442,17422579150936340,17422579151270419,17422579151603885,17422579151936614,17422579152292953,17422579152606839,17422579152937818,17422579153272319,17422579153605191,17422579153940988,17422579154283625,17422579154606414,17422579154936371,17422579155272510,17422579155604694,17422579155937530,17422579156307989,17422579156608686,17422579156938065,17422579157276013,17422579157606644,17422579157938397,17422579158275571,17422579158612079,17422579158938773,17422579159271348,17422579159602853,17422579159935539,17422579160277603,17422579160605639,17422579160936704,17422579161271115,17422579161603390,17422579161936957,17422579162278254,17422579162605430,17422579162936855,17422579163270224,17422579163603058,17422579163939384,17422579164277634,17422579164606431,17422579164936501,17422579165270145,17422579165602719,17422579165935501,17422579166277493,17422579166605592,17422579166936734,17422579167270021,17422579167602853,17422579167935471,17422579168277413,17422579168605364,17422579168920487,17422579169270891,17422579169603436,17422579169936086,17422579170277078,17422579170605081,17422579170936714,17422579171270370,17422579171603134,17422579171935105,17422579172277217,17422579172605331,17422579172936219,17422579173269791,17422579173602982,17422579173946267,17422579174293950,17422579174604832,17422579174935493,17422579175270728,17422579175603651,17422579175935937,17422579176294103,17422579176605857,17422579176936547,17422579177270080,17422579177603201,17422579177935358,17422579178277977,17422579178607199,17422579178937868,17422579179270441,17422579179603255,17422579179935640,17422579180277141,17422579180604495,17422579180935034,17422579181269695,17422579181602951,17422579181935681,17422579182276316,17422579182603924,17422579182936814,17422579183269841,17422579183602854,17422579183939788,17422579184277825,17422579184605282,17422579184933714,17422579185272389,17422579185604871,17422579185936843,17422579186278202,17422579186606172,17422579186935927,17422579187272140,17422579187604742,17422579187936959,17422579188277907,17422579188606046,17422579188936284,17422579189272161,17422579189587072,17422579189936812,17422579190273536,17422579190605026,17422579190935033,17422579191271845,17422579191604997,17422579191936485,17422579192273761,17422579192605099,17422579192935901,17422579193272043,17422579193604644,17422579193941040,17422579194276925,17422579194605622,17422579194935595,17422579195270623,17422579195602266,17422579195934473,17422579196273833,17422579196604133,17422579196935256,17422579197272341,17422579197604488,17422579197936338,17422579198280630,17422579198604255,17422579198934745,17422579199270034,17422579199602200,17422579199934126,17422579200284643,17422579200605358,17422579200935885,17422579201271309,17422579201604656,17422579201934822,17422579202273713,17422579202604906,17422579202935829,17422579203269483,17422579203602180,17422579203934567,17422579204280419,17422579204606724,17422579204935826,17422579205271395,17422579205600266,17422579205936589,17422579206274231,17422579206603864,17422579206935837,17422579207269806,17422579207602294,17422579207934491,17422579208275272,17422579208605655,17422579208935252,17422579209269982,17422579209602600,17422579209934141,17422579210258360,17422579210605091,17422579210936111,17422579211271353,17422579211602128,17422579211935005,17422579212274940,17422579212604895,17422579212935731,17422579213269644,17422579213603174,17422579213934387,17422579214275786,17422579214605112,17422579214936406,17422579215271426,17422579215603961,17422579215936931,17422579216286096,17422579216605042,17422579216936399,17422579217269654,17422579217603498,17422579217935283,17422579218287575,17422579218606171,17422579218936405,17422579219271385,17422579219603593,17422579219936124,17422579220274462,17422579220606191,17422579220936729,17422579221271534,17422579221603483,17422579221936815,17422579222288750,17422579222605144,17422579222935467,17422579223270282,17422579223602643,17422579223935689,17422579224278439,17422579224604740,17422579224938039,17422579225270679,17422579225603270,17422579225937511,17422579226293333,17422579226604555,17422579226937234,17422579227269553,17422579227601504,17422579227935870,17422579228289007,17422579228604575,17422579228938649,17422579229270997,17422579229601421,17422579229935594,17422579230275276,17422579230604015,17422579230921102,17422579231270580,17422579231601368,17422579231934950,17422579232288965,17422579232609934,17422579232937276,17422579233270729,17422579233604326,17422579233935030,17422579234291615,17422579234604900,17422579234937848,17422579235270770,17422579235603041,17422579235937099,17422579236284427,17422579236604906,17422579236937486,17422579237270810,17422579237603397,17422579237936792,17422579238275018,17422579238604025,17422579238935723,17422579239268872,17422579239601290,17422579239934848,17422579240282331,17422579240603596,17422579240935446,17422579241268877,17422579241601139,17422579241936539,17422579242275662,17422579242602970,17422579242937897,17422579243270744,17422579243603804,17422579243934170,17422579244279795,17422579244603615,17422579244936616,17422579245270712,17422579245603246,17422579245936495,17422579246274015,17422579246604759,17422579246937032,17422579247269635,17422579247602370,17422579247935261,17422579248273628,17422579248604405,17422579248936050,17422579249268600,17422579249602145,17422579249934509,17422579250274030,17422579250604042,17422579250936054,17422579251268737,17422579251586032,17422579251934889,17422579252273777,17422579252603997,17422579252936878,17422579253268746,17422579253601381,17422579253936531,17422579254277184,17422579254603474,17422579254935958,17422579255271365,17422579255603159,17422579255936020,17422579256274647,17422579256603577,17422579256935644,17422579257271166,17422579257604417,17422579257936400,17422579258273511,17422579258603739,17422579258935468,17422579259270774,17422579259602345,17422579259936465,17422579260279781,17422579260603953,17422579260935563,17422579261270781,17422579261602458,17422579261935671,17422579262274939,17422579262603438,17422579262936676,17422579263270819,17422579263603396,17422579263936178,17422579264276870,17422579264603881,17422579264936701,17422579265270586,17422579265602314,17422579265935750,17422579266273250,17422579266603465,17422579266936425,17422579267270795,17422579267599906,17422579267934727,17422579268273709,17422579268604436,17422579268937222,17422579269270516,17422579269602248,17422579269934706,17422579270276901,17422579270602797,
2025-03-17T21:32:07.113-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: Buffer upload skipped 0 frames
2025-03-17T21:32:08.004-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Total transferred bytes: 0
2025-03-17T21:32:08.004-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Total number of streaming sessions: 1
2025-03-17T21:32:08.004-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Total number of active streaming sessions: 0
2025-03-17T21:32:08.004-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Average streaming sessions duration: 0
2025-03-17T21:32:08.004-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Number of Buffered ACKs: 0
2025-03-17T21:32:08.004-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Number of Received ACKs: 0
2025-03-17T21:32:08.004-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Number of Persisted ACKs: 0
2025-03-17T21:32:08.004-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Number of Error ACKs: 0
2025-03-17T21:32:08.004-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Number of dropped frames: 0
2025-03-17T21:32:08.004-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Number of skipped frames: 46
2025-03-17T21:32:08.004-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Number of storage pressure events: 0
2025-03-17T21:32:08.004-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Number of latency pressure events: 0
2025-03-17T21:32:08.004-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Number of buffer pressure events: 0
2025-03-17T21:32:08.004-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Number of stream staleness events: 0
2025-03-17T21:32:08.004-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Number of latency pressure events: 0
2025-03-17T21:32:08.004-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Number of Put Frame errors: 0
2025-03-17T21:32:08.004-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Average Control Plane API latency (ms): 67
2025-03-17T21:32:08.004-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Average Data Plane API latency (ms): 0
2025-03-17T21:32:08.004-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Current elementary frame rate (fps): 30.058644
2025-03-17T21:32:08.004-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): API Call Retry Count : 0
2025-03-17T21:32:08.004-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Total elementary frame rate (fps): 30.058644
2025-03-17T21:32:08.004-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.109 DEBUG logStreamMetric(): Average API call retry count for client: 0.000000
2025-03-17T21:32:08.004-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.819 INFO writeHeaderCallback(): RequestId: df16db97-67a5-939d-bf44-1ad0f6245503
2025-03-17T21:32:08.006-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.819 DEBUG postReadCallback(): [axis-local] Wrote 65524 bytes to Kinesis Video. Upload stream handle: 0
2025-03-17T21:32:08.006-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.993 DEBUG connectionStaleStateMachineHandleConnectionStale(): Connection Stale State Machine starting from NORMAL_STATE
2025-03-17T21:32:08.006-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.993 DEBUG connectionStaleStateMachineSetResetConnectionState(): Connection Stale State Machine move to RESET_CONNECTION_STATE
2025-03-17T21:32:08.006-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.993 INFO getStreamingEndpointResultEvent(): Get streaming endpoint result event.
2025-03-17T21:32:08.006-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.993 INFO getStreamingTokenResultEvent(): Get streaming token result event.
2025-03-17T21:32:08.006-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.993 DEBUG defaultStreamReadyCallback(): Reported streamReady callback for stream handle 547877337632
2025-03-17T21:32:08.006-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.994 DEBUG setRequestHeader(): Appending header to request: user-agent -> AWS-PRODUCER-SDK-KVS/1.5.4 GCC/13.3.0 Linux/5.15.13-axis9 aarch64
2025-03-17T21:32:08.006-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.994 DEBUG setRequestHeader(): Appending header to request: x-amzn-stream-name -> axis-local
2025-03-17T21:32:08.006-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.994 DEBUG setRequestHeader(): Appending header to request: x-amzn-producer-start-timestamp -> 1742257927.993
2025-03-17T21:32:08.006-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.994 DEBUG setRequestHeader(): Appending header to request: x-amzn-fragment-acknowledgment-required -> 1
2025-03-17T21:32:08.006-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.994 DEBUG setRequestHeader(): Appending header to request: x-amzn-fragment-timecode-type -> ABSOLUTE
2025-03-17T21:32:08.006-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.994 DEBUG setRequestHeader(): Appending header to request: transfer-encoding -> chunked
2025-03-17T21:32:08.006-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.994 DEBUG setRequestHeader(): Appending header to request: connection -> keep-alive
2025-03-17T21:32:08.006-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:07.994 INFO putStreamResultEvent(): Put stream result event. New upload handle 1
2025-03-17T21:32:08.006-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:08.004 WARN notifyDataAvailable(): [axis-local] Failed to un-pause curl with error: 43. Curl object 0x7f9021ebc0
2025-03-17T21:32:08.006-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:08.004 DEBUG defaultStreamConnectionStaleCallback(): Reported streamConnectionStale callback for stream handle 547877337632. Time since last buffering ack in 100ns: 50330000
2025-03-17T21:32:08.175-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:08.004 DEBUG postReadCallback(): [axis-local] Wrote 65524 bytes to Kinesis Video. Upload stream handle: 0
2025-03-17T21:32:08.175-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:08.004 DEBUG setRequestHeader(): Appending header to request: host -> s-171c51c7.kinesisvideo.us-east-2.amazonaws.com/putMedia
2025-03-17T21:32:08.175-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:08.004 DEBUG setRequestHeader(): Appending header to request: X-Amz-Date -> 20250318T003207Z
2025-03-17T21:32:08.175-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:08.004 DEBUG setRequestHeader(): Appending header to request: content-type -> application/json
2025-03-17T21:32:08.175-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:08.004 DEBUG setRequestHeader(): Appending header to request: Authorization -> AWS4-HMAC-SHA256 Credential=ASIAVFIWIRAWVYOW3NXQ/20250318/us-east-2/kinesisvideo/aws4_request, SignedHeaders=connection;host;transfer-encoding;user-agent;x-amz-date;x-amzn-fragment-acknowledgment-required;x-amzn-fragment-timecode-type;x-amzn-producer-start-timestamp;x-amzn-stream-name, Signature=309b5929c760cdd9d148010e96e7f34e436dd0f7d5311c1914f3f514c434d1d8
2025-03-17T21:32:08.177-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:08.004 DEBUG setRequestHeader(): Appending header to request: x-amz-security-token -> IQoJb3JpZ2luX2VjEPn//////////wEaCWV1LXdlc3QtMSJHMEUCIHLCiIByjUHA0l3OZ1+aawgPCgNkoOpWTADa6dQJJirRAiEAvXx/P5oOun6k+Li4A5JEXlqZS6NA5WXsGpdadr2iuiMq3wMIUhAAGgwzNTQ5MTgzNjkzMjUiDJpcpRRmnaou2GRbNyq8A8mW6nazr0OwWxH69+C75IDejh9LVuiqprs8Yk9MfQSSzVYnsk3u5zxgdpMqf+bqK7fvwIYomP7XhyWIkQuCf/0xdCTsWmOmVbj++67c9hH5X5TgXXJ1dWjpom4zIDqR+tgxN1nH6sm40/UqUjHQ2904+aDOlZ8c/s+cpmgvkHjBBYlDa1vWZ1GtS3GR2YurI+q2VxSr5Tq/ZywvnTwA5tlqRzJG2g7yv5DzS0LNo1LJOHq+iIWG29BPiIQIpshfK3fQkj9flmUcwKas9GsKs6xvaZigtd71NO45u8BvqHGECnnS+jdhmlojHGanl4QkWvJW/eOHO/Sx9LkecyUjMxI5dfOJzMzZeSFkQptwb95xsytDImEbNhO3AjUynUXQWiXAJ4/Vh5AHBEhmF2WSJ9ZK+nt/oengQoitHS9dqu5CdoN54GnweS0Vx4qzQz/i0vAIMGLlzuYnFPJzYRAc3K9OzCVQkCJNY07bwA3CRf0wn6n9OKSXuxblfw2vfdC9OnKrs6ZLuCt7zgOLlKRwIN13bWT7aw2ZT3XPfociKrXvF8o9qgOzUEiVVQ1AvxoOQEMsw6pryDOc6+QWdTDP/eK+BjqaAT+HLDSGatVqUz/acoXATzvXxvOpnzNFbVCMOHkrADbyyP5trpmZNM3f7CS9uRYjlq1aYDxEB4tlywaHz2nvOPqz0EU2VsgmL94LJb7cYB6h6hBdw3T3OLx3MoVLNlx5LXOKImgsGFup0gkLPA8JFX/N0H+bA7+Bh/cGM/TDbKESqqubtA+p/+mjPMSxywbI+ycAburi+PfwJNA=
2025-03-17T21:32:08.177-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:08.174 DEBUG postWriteCallback(): Curl post body write function for stream with handle: axis-local and upload handle: 0 returned: {"EventType":"BUFFERING","FragmentTimecode":1742257908625,"FragmentNumber":"91343852333181536379645362641536102748565425297"}
2025-03-17T21:32:08.177-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:08.174 WARN streamFragmentAckEvent(): [axis-local] An ACK is received for an already expired upload handle 0
2025-03-17T21:32:08.177-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:08.175 WARN postReadCallback(): [axis-local] Reported abort-connection for Upload handle: 0
2025-03-17T21:32:08.177-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: 2025-03-18 00:32:08.175 WARN curlCompleteSync(): [axis-local] HTTP Error 408 : Response: (null)
2025-03-17T21:32:08.177-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: Request URL: https://s-171c51c7.kinesisvideo.us-east-2.amazonaws.com/putMedia
2025-03-17T21:32:08.177-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: Request Headers:
2025-03-17T21:32:08.177-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: Authorization: AWS4-HMAC-SHA256 Credential=ASIAVFIWIRAWVYOW3NXQ/20250318/us-east-2/kinesisvideo/aws4_request, SignedHeaders=connection;host;transfer-encoding;user-agent;x-amz-date;x-amzn-fragment-acknowledgment-required;x-amzn-fragment-timecode-type;x-amzn-producer-start-timestamp;x-amzn-stream-name, Signature=3d63d471aaa7476beac20d1a3e3fee43cd561dc08af2dc196c70289a300c4871
2025-03-17T21:32:08.177-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: connection: keep-alive
2025-03-17T21:32:08.177-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: content-type: application/json
2025-03-17T21:32:08.177-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: host: s-171c51c7.kinesisvideo.us-east-2.amazonaws.com
2025-03-17T21:32:08.177-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: transfer-encoding: chunked
2025-03-17T21:32:08.177-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: user-agent: AWS-PRODUCER-SDK-KVS/1.5.4 GCC/13.3.0 Linux/5.15.13-axis9 aarch64
2025-03-17T21:32:08.177-03:00 axis-b8a44fa0dc7a [ INFO ] iamotioneventstreamer[6471]: X-Amz-Date: 20250318T003207Z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment