awslabs / amazon-kinesis-video-streams-producer-sdk-cpp

Amazon Kinesis Video Streams Producer SDK for C++ is for developers to install and customize for their connected camera and other devices to securely stream video, audio, and time-encoded data to Kinesis Video Streams.
Apache License 2.0
379 stars 334 forks source link

[QUESTION] PutMedia.ConnectionErrors occurs when no data is uploaded #575

Closed staowyze closed 4 years ago

staowyze commented 4 years ago

Hi experts,

From cloudwatch, we see persistent PutMedia.ConnectionErrors when we stop sending data to KVS. We have the following client side log

[09-24 18:36:07] curlCompleteSync(): curl perform failed for url https://s-xxxxxxx.kinesisvideo.us-west-2.amazonaws.com/putMedia with result Timeout was reached: Operation too slow. Less than 30 bytes/sec transferred the last 30 seconds
[09-24 18:36:07] curlCompleteSync(): HTTP Error 0 : Response: (null)
[09-24 18:36:07] getStreamingEndpointCachingCurl(): getStreamingEndpointCachingCurl

Is the connection error caused by putMedia timeout?

staowyze commented 4 years ago

@MushMal may i have your attention on this? this is a critical issue we want to confirm.

Thank you!

MushMal commented 4 years ago

It is a timeout issue . Without the logs and more info I am not sure what’s causing it - perhaps simply the fact that you stop producing frame s and are not using EoFR

staowyze commented 4 years ago

what level of logs is needed? we are using 2.0.1, the log level is warn.

MushMal commented 4 years ago

You might want to enable debug level logging and log for longer period of time to ensure this is what you are seeing - namely, the producer timing out due to no frames being pushed into the SDK. The older versions of the SDK would keep retrying the session and would keep timing out. You could update to the latter version of the SDK or try to close the stream at the end of the streaming session. Then, with the new one you would re-create the stream object or simply reset the stream in order to stream a new session.

Note: recreating a stream will evaluate to going through describe and get data endpoint states before issuing a new PutMedia call

staowyze commented 4 years ago

Would this good enough?

[09-24 23:58:26] createKinesisVideoClient(): Creating Kinesis Video Client
[09-24 23:58:26] heapInitialize(): Initializing native heap with limit size 9437184, spill ratio 0% and flags 0x00000001
[09-24 23:58:26] heapInitialize(): Creating AIV heap.
[09-24 23:58:26] heapInitialize(): Heap is initialized OK
[09-24 23:58:26] stepStateMachine(): PIC Client State Machine - Current state: 0x1, Next state: 0x1
[09-24 23:58:26] stepStateMachine(): PIC Client State Machine - Current state: 0x38e0f5, Next state: 0x2
[09-24 23:58:26] createDeviceResultEvent(): Create device result event.
[09-24 23:58:26] stepStateMachine(): PIC Client State Machine - Current state: 0x12, Next state: 0x10
[09-25 00:45:22] createKinesisVideoStream(): Creating Kinesis Video Stream.
[09-25 00:45:22] stepStateMachine(): PIC Stream State Machine - Current state: 0x0, Next state: 0x1
[09-25 00:45:22] stepStateMachine(): PIC Client State Machine - Current state: 0x8762b8, Next state: 0x40
[09-25 00:45:23] convertTimestampToEpoch(): Expiration timestamp conversion into tm structure  120-8-25T1:45:24
[09-25 00:45:23] convertTimestampToEpoch(): Difference between current time and iot expiration is 3601 
[09-25 00:45:23] parseIotResponse(): Iot credential expiration time 1600998324
[09-25 00:45:23] stepStateMachine(): PIC Client State Machine - Current state: 0x38e0fb, Next state: 0x2
[09-25 00:45:23] describeStreamCachingCurl(): No-op DescribeStream API call
[09-25 00:45:23] describeStreamResultEvent(): Describe stream result event.
[09-25 00:45:23] stepStateMachine(): PIC Stream State Machine - Current state: 0x402490, Next state: 0x2
[09-25 00:45:23] stepStateMachine(): PIC Client State Machine - Current state: 0x76c6035c, Next state: 0x40
[09-25 00:45:23] getKinesisVideoMetrics(): Get the memory metrics size.
[09-25 00:45:23] logStreamMetric(): Kinesis Video client and stream metrics: 
[09-25 00:45:24] getKinesisVideoMetrics(): Get the memory metrics size.
[09-25 00:45:24] logStreamMetric(): Kinesis Video client and stream metrics: 
[09-25 00:45:24] writeHeaderCallback(): RequestId: 64216e4a-dd8a-481b-936b-83c4126ad139
[09-25 00:45:24] postResponseWriteCallback(): postResponseWriteCallback (curl callback) invoked
[09-25 00:45:24] getStreamingEndpointCurlHandler(): GetStreamingEndpoint API response: {"DataEndpoint":"https://s-xxxxxxxxx.kinesisvideo.us-west-2.amazonaws.com"}
[09-25 00:45:24] terminateCurlSession(): Force stopping the curl connection
[09-25 00:45:24] getStreamingEndpointResultEvent(): Get streaming endpoint result event.
[09-25 00:45:24] stepStateMachine(): PIC Stream State Machine - Current state: 0x76d2ca7c, Next state: 0x20
[09-25 00:45:24] stepStateMachine(): PIC Client State Machine - Current state: 0x76d51484, Next state: 0x40
[09-25 00:45:24] getStreamingTokenResultEvent(): Get streaming token result event.
[09-25 00:45:24] stepStateMachine(): PIC Stream State Machine - Current state: 0x750b2360, Next state: 0x10
[09-25 00:45:24] defaultStreamReadyCallback(): Reported streamReady callback for stream handle 9068541
[09-25 00:45:24] stepStateMachine(): PIC Stream State Machine - Current state: 0x76d0cc2c, Next state: 0x40
[09-25 00:45:24] stepStateMachine(): PIC Client State Machine - Current state: 0x0, Next state: 0x40
[09-25 00:45:24] putStreamResultEvent(): Put stream result event.
[09-25 00:45:24] notifyDataAvailable(): Note data received: duration(100ns): 31970000 bytes 331902 for stream handle 0
[09-25 00:45:24] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 31970000. Bytes available: 331902
[09-25 00:45:24] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 31970000. Bytes available: 331902
[09-25 00:45:24] stepStateMachine(): PIC Stream State Machine - Current state: 0x76cdf5b0, Next state: 0x80
[09-25 00:45:24] notifyDataAvailable(): Note data received: duration(100ns): 31990000 bytes 334320 for stream handle 0
[09-25 00:45:24] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 31990000. Bytes available: 334320
[09-25 00:45:24] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 31990000. Bytes available: 334320
[09-25 00:45:24] notifyDataAvailable(): Note data received: duration(100ns): 32440000 bytes 334653 for stream handle 0
[09-25 00:45:24] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 32440000. Bytes available: 334653
[09-25 00:45:24] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 32440000. Bytes available: 334653
[09-25 00:45:24] notifyDataAvailable(): Note data received: duration(100ns): 32810000 bytes 334986 for stream handle 0
[09-25 00:45:24] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 32810000. Bytes available: 334986
[09-25 00:45:24] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 32810000. Bytes available: 334986
[09-25 00:45:24] notifyDataAvailable(): Note data received: duration(100ns): 33060000 bytes 338710 for stream handle 0
[09-25 00:45:24] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 33060000. Bytes available: 338710
[09-25 00:45:24] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 33060000. Bytes available: 338710
[09-25 00:45:24] notifyDataAvailable(): Note data received: duration(100ns): 33220000 bytes 339043 for stream handle 0
[09-25 00:45:24] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 33220000. Bytes available: 339043
[09-25 00:45:24] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 33220000. Bytes available: 339043
[09-25 00:45:24] notifyDataAvailable(): Note data received: duration(100ns): 33570000 bytes 339376 for stream handle 0
[09-25 00:45:24] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 33570000. Bytes available: 339376
[09-25 00:45:24] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 33570000. Bytes available: 339376
[09-25 00:45:24] notifyDataAvailable(): Note data received: duration(100ns): 33600000 bytes 342844 for stream handle 0
[09-25 00:45:25] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 33600000. Bytes available: 342844
[09-25 00:45:25] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 33600000. Bytes available: 342844
[09-25 00:45:25] writeHeaderCallback(): RequestId: f39e51a1-b7fb-db6e-a479-6e44e5ac2812
[09-25 00:45:25] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:45:25] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 0 current stream handle: 9068541
[09-25 00:45:25] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 0
[09-25 00:45:25] notifyDataAvailable(): Note data received: duration(100ns): 33470000 bytes 326805 for stream handle 0
[09-25 00:45:25] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 33470000. Bytes available: 326805
[09-25 00:45:25] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 33470000. Bytes available: 326805
[09-25 00:45:25] notifyDataAvailable(): Note data received: duration(100ns): 34040000 bytes 327138 for stream handle 0
[09-25 00:45:25] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 34040000. Bytes available: 327138
[09-25 00:45:25] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 34040000. Bytes available: 327138
[09-25 00:45:25] notifyDataAvailable(): Note data received: duration(100ns): 34200000 bytes 331679 for stream handle 0
[09-25 00:45:25] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 34200000. Bytes available: 331679
[09-25 00:45:25] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 34200000. Bytes available: 331679
[09-25 00:45:25] notifyDataAvailable(): Note data received: duration(100ns): 34310000 bytes 332012 for stream handle 0
[09-25 00:45:25] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 34310000. Bytes available: 332012
[09-25 00:45:25] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 34310000. Bytes available: 332012
[09-25 00:45:25] notifyDataAvailable(): Note data received: duration(100ns): 34700000 bytes 332345 for stream handle 0
[09-25 00:45:25] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 34700000. Bytes available: 332345
[09-25 00:45:25] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 34700000. Bytes available: 332345
[09-25 00:45:25] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:45:25] notifyDataAvailable(): Note data received: duration(100ns): 34870000 bytes 335675 for stream handle 0
[09-25 00:45:25] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 34870000. Bytes available: 335675
[09-25 00:45:25] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 34870000. Bytes available: 335675
[09-25 00:45:25] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 0 current stream handle: 9068541
[09-25 00:45:25] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 0
[09-25 00:45:25] postWriteCallback(): postBodyStreamingWriteFunc (curl callback) invoked
[09-25 00:45:25] postWriteCallback(): Curl post body write function for stream with handle: b0ee5507ef4d31b1f778e95f3b9b65c67ed26fec7b86a4531e2d8da17ad1260e and upload handle: 0 returned: {"EventType":"BUFFERING","FragmentTimecode":1600994721159,"FragmentNumber":"91343852333201100784026228753480556475086894000"}
[09-25 00:45:25] postWriteCallback(): Processed ACK OK.
[09-25 00:45:25] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:45:25] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 0 current stream handle: 9068541
[09-25 00:45:25] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 0
[09-25 00:45:25] notifyDataAvailable(): Note data received: duration(100ns): 35100000 bytes 303264 for stream handle 0
[09-25 00:45:25] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 35100000. Bytes available: 303264
[09-25 00:45:25] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 35100000. Bytes available: 303264
[09-25 00:45:25] notifyDataAvailable(): Note data received: duration(100ns): 35490000 bytes 305494 for stream handle 0
[09-25 00:45:25] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 35490000. Bytes available: 305494
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 35490000. Bytes available: 305494
[09-25 00:45:26] notifyDataAvailable(): Note data received: duration(100ns): 35500000 bytes 305827 for stream handle 0
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 35500000. Bytes available: 305827
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 35500000. Bytes available: 305827
[09-25 00:45:26] notifyDataAvailable(): Note data received: duration(100ns): 36050000 bytes 306160 for stream handle 0
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 36050000. Bytes available: 306160
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 36050000. Bytes available: 306160
[09-25 00:45:26] notifyDataAvailable(): Note data received: duration(100ns): 36190000 bytes 309832 for stream handle 0
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 36190000. Bytes available: 309832
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 36190000. Bytes available: 309832
[09-25 00:45:26] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:45:26] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 0 current stream handle: 9068541
[09-25 00:45:26] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 0
[09-25 00:45:26] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:45:26] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 0 current stream handle: 9068541
[09-25 00:45:26] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 0
[09-25 00:45:26] notifyDataAvailable(): Note data received: duration(100ns): 34010000 bytes 277421 for stream handle 0
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 34010000. Bytes available: 277421
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 34010000. Bytes available: 277421
[09-25 00:45:26] notifyDataAvailable(): Note data received: duration(100ns): 34450000 bytes 277754 for stream handle 0
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 34450000. Bytes available: 277754
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 34450000. Bytes available: 277754
[09-25 00:45:26] notifyDataAvailable(): Note data received: duration(100ns): 34590000 bytes 280981 for stream handle 0
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 34590000. Bytes available: 280981
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 34590000. Bytes available: 280981
[09-25 00:45:26] notifyDataAvailable(): Note data received: duration(100ns): 34810000 bytes 281314 for stream handle 0
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 34810000. Bytes available: 281314
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 34810000. Bytes available: 281314
[09-25 00:45:26] notifyDataAvailable(): Note data received: duration(100ns): 35210000 bytes 281647 for stream handle 0
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 35210000. Bytes available: 281647
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 35210000. Bytes available: 281647
[09-25 00:45:26] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:45:26] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 0 current stream handle: 9068541
[09-25 00:45:26] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 0
[09-25 00:45:26] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:45:26] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 0 current stream handle: 9068541
[09-25 00:45:26] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 0
[09-25 00:45:26] notifyDataAvailable(): Note data received: duration(100ns): 30440000 bytes 252351 for stream handle 0
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 30440000. Bytes available: 252351
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 30440000. Bytes available: 252351
[09-25 00:45:26] notifyDataAvailable(): Note data received: duration(100ns): 30970000 bytes 252684 for stream handle 0
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 30970000. Bytes available: 252684
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 30970000. Bytes available: 252684
[09-25 00:45:26] notifyDataAvailable(): Note data received: duration(100ns): 31140000 bytes 255721 for stream handle 0
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 31140000. Bytes available: 255721
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 31140000. Bytes available: 255721
[09-25 00:45:26] notifyDataAvailable(): Note data received: duration(100ns): 31220000 bytes 256054 for stream handle 0
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 31220000. Bytes available: 256054
[09-25 00:45:26] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 31220000. Bytes available: 256054
[09-25 00:45:26] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 0 current stream handle: 9068541
[09-25 00:45:26] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 0
[09-25 00:45:26] notifyDataAvailable(): Note data received: duration(100ns): 29190000 bytes 240015 for stream handle 0
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 29190000. Bytes available: 240015
[09-25 00:45:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 29190000. Bytes available: 240015
[09-25 00:45:26] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:45:27] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 0 current stream handle: 9068541
[09-25 00:45:27] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 0
[09-25 00:45:27] notifyDataAvailable(): Note data received: duration(100ns): 26580000 bytes 226083 for stream handle 0
[09-25 00:45:27] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 26580000. Bytes available: 226083
[09-25 00:45:27] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 26580000. Bytes available: 226083
[09-25 00:45:27] notifyDataAvailable(): Note data received: duration(100ns): 26810000 bytes 226416 for stream handle 0
[09-25 00:45:27] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 26810000. Bytes available: 226416
[09-25 00:45:27] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 26810000. Bytes available: 226416
[09-25 00:45:27] notifyDataAvailable(): Note data received: duration(100ns): 27220000 bytes 226749 for stream handle 0
[09-25 00:45:27] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 27220000. Bytes available: 226749
[09-25 00:45:27] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 27220000. Bytes available: 226749
[09-25 00:45:27] notifyDataAvailable(): Note data received: duration(100ns): 27230000 bytes 230558 for stream handle 0
[09-25 00:45:27] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 27230000. Bytes available: 230558
[09-25 00:45:27] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 27230000. Bytes available: 230558
[09-25 00:45:27] notifyDataAvailable(): Note data received: duration(100ns): 27750000 bytes 230891 for stream handle 0
[09-25 00:45:27] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 27750000. Bytes available: 230891
[09-25 00:45:27] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 27750000. Bytes available: 230891
[09-25 00:45:27] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:45:27] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 0 current stream handle: 9068541
[09-25 00:45:27] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 0
[09-25 00:45:27] notifyDataAvailable(): Note data received: duration(100ns): 25090000 bytes 217895 for stream handle 0
[09-25 00:45:27] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 25090000. Bytes available: 217895
[09-25 00:45:27] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 25090000. Bytes available: 217895
[09-25 00:45:27] notifyDataAvailable(): Note data received: duration(100ns): 25190000 bytes 218228 for stream handle 0
[09-25 00:45:27] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 25190000. Bytes available: 218228
[09-25 00:45:27] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 25190000. Bytes available: 218228
[09-25 00:45:27] notifyDataAvailable(): Note data received: duration(100ns): 25670000 bytes 218561 for stream handle 0
[09-25 00:45:27] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 25670000. Bytes available: 218561
[09-25 00:45:27] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 25670000. Bytes available: 218561
[09-25 00:45:27] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:45:27] getKinesisVideoMetrics(): Get the memory metrics size.
[09-25 00:45:27] logStreamMetric(): Kinesis Video client and stream metrics: 
[09-25 00:45:27] notifyDataAvailable(): Note data received: duration(100ns): 25820000 bytes 292827 for stream handle 0
[09-25 00:45:27] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 25820000. Bytes available: 292827
[09-25 00:45:27] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 25820000. Bytes available: 292827
[09-25 00:45:27] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 0 current stream handle: 9068541
[09-25 00:45:27] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 0
[09-25 00:45:27] notifyDataAvailable(): Note data received: duration(100ns): 23040000 bytes 276788 for stream handle 0
[09-25 00:45:27] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 23040000. Bytes available: 276788
[09-25 00:45:27] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 23040000. Bytes available: 276788
[09-25 00:45:27] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:45:27] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 0 current stream handle: 9068541
[09-25 00:45:27] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 0
[09-25 00:45:27] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
staowyze commented 4 years ago

more logs with connection errors

[09-25 00:46:09] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:09] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 15947 for upload handle: 0 current stream handle: 9068541
[09-25 00:46:09] postReadCallback(): Wrote 15947 bytes to Kinesis Video. Upload stream handle: 0
[09-25 00:46:09] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:09] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 0 for upload handle: 0 current stream handle: 9068541
[09-25 00:46:09] postReadCallback(): Pausing CURL read for upload handle: 0
[09-25 00:46:09] notifyDataAvailable(): Note data received: duration(100ns): 0 bytes 333 for stream handle 0
[09-25 00:46:09] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 0. Bytes available: 333
[09-25 00:46:09] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 0. Bytes available: 333
[09-25 00:46:09] notifyDataAvailable(): Note data received: duration(100ns): 430000 bytes 666 for stream handle 0
[09-25 00:46:09] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 430000. Bytes available: 666
[09-25 00:46:09] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 430000. Bytes available: 666
[09-25 00:46:09] notifyDataAvailable(): Note data received: duration(100ns): 600000 bytes 5073 for stream handle 0
[09-25 00:46:09] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 600000. Bytes available: 5073
[09-25 00:46:09] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 600000. Bytes available: 5073
[09-25 00:46:09] notifyDataAvailable(): Note data received: duration(100ns): 800000 bytes 5406 for stream handle 0
[09-25 00:46:09] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 800000. Bytes available: 5406
[09-25 00:46:09] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 800000. Bytes available: 5406
[09-25 00:46:09] notifyDataAvailable(): Note data received: duration(100ns): 1200000 bytes 5739 for stream handle 0
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 1200000. Bytes available: 5739
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 1200000. Bytes available: 5739
[09-25 00:46:10] notifyDataAvailable(): Note data received: duration(100ns): 1210000 bytes 9387 for stream handle 0
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 1210000. Bytes available: 9387
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 1210000. Bytes available: 9387
[09-25 00:46:10] notifyDataAvailable(): Note data received: duration(100ns): 1750000 bytes 9720 for stream handle 0
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 1750000. Bytes available: 9720
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 1750000. Bytes available: 9720
[09-25 00:46:10] notifyDataAvailable(): Note data received: duration(100ns): 1940000 bytes 13545 for stream handle 0
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 1940000. Bytes available: 13545
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 1940000. Bytes available: 13545
[09-25 00:46:10] notifyDataAvailable(): Note data received: duration(100ns): 2010000 bytes 13878 for stream handle 0
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 2010000. Bytes available: 13878
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 2010000. Bytes available: 13878
[09-25 00:46:10] notifyDataAvailable(): Note data received: duration(100ns): 2410000 bytes 14211 for stream handle 0
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 2410000. Bytes available: 14211
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 2410000. Bytes available: 14211
[09-25 00:46:10] notifyDataAvailable(): Note data received: duration(100ns): 2580000 bytes 17882 for stream handle 0
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 2580000. Bytes available: 17882
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 2580000. Bytes available: 17882
[09-25 00:46:10] notifyDataAvailable(): Note data received: duration(100ns): 2800000 bytes 18215 for stream handle 0
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 2800000. Bytes available: 18215
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 2800000. Bytes available: 18215
[09-25 00:46:10] notifyDataAvailable(): Note data received: duration(100ns): 3200000 bytes 18548 for stream handle 0
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 3200000. Bytes available: 18548
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 3200000. Bytes available: 18548
[09-25 00:46:10] notifyDataAvailable(): Note data received: duration(100ns): 3220000 bytes 20917 for stream handle 0
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 3220000. Bytes available: 20917
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 3220000. Bytes available: 20917
[09-25 00:46:10] notifyDataAvailable(): Note data received: duration(100ns): 3740000 bytes 21250 for stream handle 0
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 3740000. Bytes available: 21250
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 3740000. Bytes available: 21250
[09-25 00:46:10] notifyDataAvailable(): Note data received: duration(100ns): 3870000 bytes 25058 for stream handle 0
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 3870000. Bytes available: 25058
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 3870000. Bytes available: 25058
[09-25 00:46:10] notifyDataAvailable(): Note data received: duration(100ns): 4000000 bytes 25391 for stream handle 0
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 4000000. Bytes available: 25391
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 4000000. Bytes available: 25391
[09-25 00:46:10] notifyDataAvailable(): Note data received: duration(100ns): 7890000 bytes 33968 for stream handle 0
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 7890000. Bytes available: 33968
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 7890000. Bytes available: 33968
[09-25 00:46:10] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:10] notifyDataAvailable(): Note data received: duration(100ns): 8000000 bytes 34301 for stream handle 0
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 8000000. Bytes available: 34301
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 8000000. Bytes available: 34301
[09-25 00:46:10] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 0 current stream handle: 9068541
[09-25 00:46:10] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 0
[09-25 00:46:10] notifyDataAvailable(): Note data received: duration(100ns): 5630000 bytes 18262 for stream handle 0
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 5630000. Bytes available: 18262
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 5630000. Bytes available: 18262
[09-25 00:46:10] notifyDataAvailable(): Note data received: duration(100ns): 5770000 bytes 22675 for stream handle 0
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 5770000. Bytes available: 22675
[09-25 00:46:10] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 5770000. Bytes available: 22675
[09-25 00:46:10] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:10] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 0 current stream handle: 9068541
[09-25 00:46:10] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 0
[09-25 00:46:11] notifyDataAvailable(): Note data received: duration(100ns): 800000 bytes 6636 for stream handle 0
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 800000. Bytes available: 6636
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 800000. Bytes available: 6636
[09-25 00:46:11] notifyDataAvailable(): Note data received: duration(100ns): 1200000 bytes 11495 for stream handle 0
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 1200000. Bytes available: 11495
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 1200000. Bytes available: 11495
[09-25 00:46:11] notifyDataAvailable(): Note data received: duration(100ns): 1210000 bytes 11828 for stream handle 0
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 1210000. Bytes available: 11828
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 1210000. Bytes available: 11828
[09-25 00:46:11] notifyDataAvailable(): Note data received: duration(100ns): 1760000 bytes 12161 for stream handle 0
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 1760000. Bytes available: 12161
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 1760000. Bytes available: 12161
[09-25 00:46:11] notifyDataAvailable(): Note data received: duration(100ns): 1930000 bytes 17369 for stream handle 0
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 1930000. Bytes available: 17369
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 1930000. Bytes available: 17369
[09-25 00:46:11] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:11] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 0 current stream handle: 9068541
[09-25 00:46:11] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 0
[09-25 00:46:11] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:11] notifyDataAvailable(): Note data received: duration(100ns): 0 bytes 1330 for stream handle 0
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 0. Bytes available: 1330
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 0. Bytes available: 1330
[09-25 00:46:11] notifyDataAvailable(): Note data received: duration(100ns): 30000 bytes 4896 for stream handle 0
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 30000. Bytes available: 4896
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 30000. Bytes available: 4896
[09-25 00:46:11] notifyDataAvailable(): Note data received: duration(100ns): 4550000 bytes 5229 for stream handle 0
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 4550000. Bytes available: 5229
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 4550000. Bytes available: 5229
[09-25 00:46:11] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 5229 for upload handle: 0 current stream handle: 9068541
[09-25 00:46:11] postReadCallback(): Wrote 5229 bytes to Kinesis Video. Upload stream handle: 0
[09-25 00:46:11] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:11] notifyDataAvailable(): Note data received: duration(100ns): 0 bytes 3271 for stream handle 0
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 0. Bytes available: 3271
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 0. Bytes available: 3271
[09-25 00:46:11] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 3271 for upload handle: 0 current stream handle: 9068541
[09-25 00:46:11] postReadCallback(): Wrote 3271 bytes to Kinesis Video. Upload stream handle: 0
[09-25 00:46:11] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:11] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 0 for upload handle: 0 current stream handle: 9068541
[09-25 00:46:11] postReadCallback(): Pausing CURL read for upload handle: 0
[09-25 00:46:11] notifyDataAvailable(): Note data received: duration(100ns): 0 bytes 333 for stream handle 0
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 0. Bytes available: 333
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 0. Bytes available: 333
[09-25 00:46:11] notifyDataAvailable(): Note data received: duration(100ns): 400000 bytes 666 for stream handle 0
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 400000. Bytes available: 666
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 400000. Bytes available: 666
[09-25 00:46:11] notifyDataAvailable(): Note data received: duration(100ns): 510000 bytes 2807 for stream handle 0
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 510000. Bytes available: 2807
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 510000. Bytes available: 2807
[09-25 00:46:11] notifyDataAvailable(): Note data received: duration(100ns): 800000 bytes 3140 for stream handle 0
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 800000. Bytes available: 3140
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 800000. Bytes available: 3140
[09-25 00:46:11] notifyDataAvailable(): Note data received: duration(100ns): 1210000 bytes 7498 for stream handle 0
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 1210000. Bytes available: 7498
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 1210000. Bytes available: 7498
[09-25 00:46:11] notifyDataAvailable(): Note data received: duration(100ns): 1210000 bytes 7831 for stream handle 0
[09-25 00:46:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 1210000. Bytes available: 7831
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 1210000. Bytes available: 7831
[09-25 00:46:12] notifyDataAvailable(): Note data received: duration(100ns): 5200000 bytes 8164 for stream handle 0
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 5200000. Bytes available: 8164
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 5200000. Bytes available: 8164
[09-25 00:46:12] notifyDataAvailable(): Note data received: duration(100ns): 5230000 bytes 11844 for stream handle 0
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 5230000. Bytes available: 11844
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 5230000. Bytes available: 11844
[09-25 00:46:12] notifyDataAvailable(): Note data received: duration(100ns): 9730000 bytes 12177 for stream handle 0
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 9730000. Bytes available: 12177
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 9730000. Bytes available: 12177
[09-25 00:46:12] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:12] notifyDataAvailable(): Note data received: duration(100ns): 9900000 bytes 15929 for stream handle 0
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 9900000. Bytes available: 15929
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 9900000. Bytes available: 15929
[09-25 00:46:12] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 15929 for upload handle: 0 current stream handle: 9068541
[09-25 00:46:12] postReadCallback(): Wrote 15929 bytes to Kinesis Video. Upload stream handle: 0
[09-25 00:46:12] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:12] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 0 for upload handle: 0 current stream handle: 9068541
[09-25 00:46:12] postReadCallback(): Pausing CURL read for upload handle: 0
[09-25 00:46:12] notifyDataAvailable(): Note data received: duration(100ns): 0 bytes 333 for stream handle 0
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 0. Bytes available: 333
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 0. Bytes available: 333
[09-25 00:46:12] notifyDataAvailable(): Note data received: duration(100ns): 420000 bytes 666 for stream handle 0
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 420000. Bytes available: 666
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 420000. Bytes available: 666
[09-25 00:46:12] notifyDataAvailable(): Note data received: duration(100ns): 590000 bytes 4364 for stream handle 0
[09-25 00:46:12] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 590000. Bytes available: 4364
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 590000. Bytes available: 4364
[09-25 00:46:12] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 4364 for upload handle: 0 current stream handle: 9068541
[09-25 00:46:12] postReadCallback(): Wrote 4364 bytes to Kinesis Video. Upload stream handle: 0
[09-25 00:46:12] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:12] notifyDataAvailable(): Note data received: duration(100ns): 0 bytes 333 for stream handle 0
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 0. Bytes available: 333
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 0. Bytes available: 333
[09-25 00:46:12] notifyDataAvailable(): Note data received: duration(100ns): 400000 bytes 2678 for stream handle 0
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 400000. Bytes available: 2678
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 400000. Bytes available: 2678
[09-25 00:46:12] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 2678 for upload handle: 0 current stream handle: 9068541
[09-25 00:46:12] postReadCallback(): Wrote 2678 bytes to Kinesis Video. Upload stream handle: 0
[09-25 00:46:12] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:12] notifyDataAvailable(): Note data received: duration(100ns): 0 bytes 333 for stream handle 0
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 0. Bytes available: 333
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 0. Bytes available: 333
[09-25 00:46:12] notifyDataAvailable(): Note data received: duration(100ns): 500000 bytes 666 for stream handle 0
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 500000. Bytes available: 666
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 500000. Bytes available: 666
[09-25 00:46:12] notifyDataAvailable(): Note data received: duration(100ns): 3960000 bytes 4737 for stream handle 0
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 3960000. Bytes available: 4737
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 3960000. Bytes available: 4737
[09-25 00:46:12] notifyDataAvailable(): Note data received: duration(100ns): 3970000 bytes 5070 for stream handle 0
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 3970000. Bytes available: 5070
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 3970000. Bytes available: 5070
[09-25 00:46:12] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 5070 for upload handle: 0 current stream handle: 9068541
[09-25 00:46:12] postReadCallback(): Wrote 5070 bytes to Kinesis Video. Upload stream handle: 0
[09-25 00:46:12] notifyDataAvailable(): Note data received: duration(100ns): 0 bytes 333 for stream handle 0
[09-25 00:46:12] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 0. Bytes available: 333
[09-25 00:46:13] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 0. Bytes available: 333
[09-25 00:46:13] notifyDataAvailable(): Note data received: duration(100ns): 3990000 bytes 666 for stream handle 0
[09-25 00:46:13] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 3990000. Bytes available: 666
[09-25 00:46:13] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 3990000. Bytes available: 666
[09-25 00:46:13] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:13] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 666 for upload handle: 0 current stream handle: 9068541
[09-25 00:46:13] postReadCallback(): Wrote 666 bytes to Kinesis Video. Upload stream handle: 0
[09-25 00:46:13] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:13] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 0 for upload handle: 0 current stream handle: 9068541
[09-25 00:46:13] postReadCallback(): Pausing CURL read for upload handle: 0
[09-25 00:46:13] notifyDataAvailable(): Note data received: duration(100ns): 0 bytes 3673 for stream handle 0
[09-25 00:46:13] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 0. Bytes available: 3673
[09-25 00:46:13] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 0. Bytes available: 3673
[09-25 00:46:13] notifyDataAvailable(): Note data received: duration(100ns): 90000 bytes 4006 for stream handle 0
[09-25 00:46:13] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 90000. Bytes available: 4006
[09-25 00:46:13] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 90000. Bytes available: 4006
[09-25 00:46:13] notifyDataAvailable(): Note data received: duration(100ns): 480000 bytes 4339 for stream handle 0
[09-25 00:46:13] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 480000. Bytes available: 4339
[09-25 00:46:13] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 480000. Bytes available: 4339
[09-25 00:46:13] notifyDataAvailable(): Note data received: duration(100ns): 560000 bytes 7997 for stream handle 0
[09-25 00:46:13] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 560000. Bytes available: 7997
[09-25 00:46:13] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 560000. Bytes available: 7997
[09-25 00:46:13] notifyDataAvailable(): Note data received: duration(100ns): 880000 bytes 8330 for stream handle 0
[09-25 00:46:13] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 880000. Bytes available: 8330
[09-25 00:46:13] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 0. Duration available in 100ns: 880000. Bytes available: 8330
[09-25 00:46:13] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:13] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 8330 for upload handle: 0 current stream handle: 9068541
[09-25 00:46:13] postReadCallback(): Wrote 8330 bytes to Kinesis Video. Upload stream handle: 0
[09-25 00:46:13] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:13] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 0 for upload handle: 0 current stream handle: 9068541
[09-25 00:46:13] postReadCallback(): Pausing CURL read for upload handle: 0
[09-25 00:46:49] curlCompleteSync(): curl perform failed for url https://s-xxxxxxxxx.kinesisvideo.us-west-2.amazonaws.com/putMedia with result Timeout was reached: Operation too slow. Less than 30 bytes/sec transferred the last 30 seconds
[09-25 00:46:49] curlCompleteSync(): HTTP Error 0 : Response: (null)
[09-25 00:46:49] terminateCurlSession(): Force stopping the curl connection
[09-25 00:46:49] putStreamCurlHandler(): Stream with streamHandle 9068541 has exited without triggering end-of-stream. Service call result: 599
[09-25 00:46:49] kinesisVideoStreamTerminated(): Stream terminated event.
[09-25 00:46:49] stepStateMachine(): PIC Stream State Machine - Current state: 0x89f788, Next state: 0x100
[09-25 00:46:49] stepStateMachine(): PIC Stream State Machine - Current state: 0x76cdf5b0, Next state: 0x200
[09-25 00:46:49] stepStateMachine(): PIC Stream State Machine - Current state: 0x76dfb30c, Next state: 0x1
[09-25 00:46:49] stepStateMachine(): PIC Client State Machine - Current state: 0x76c80bcc, Next state: 0x40
[09-25 00:46:49] describeStreamCachingCurl(): No-op DescribeStream API call
[09-25 00:46:49] describeStreamResultEvent(): Describe stream result event.
[09-25 00:46:49] stepStateMachine(): PIC Stream State Machine - Current state: 0x0, Next state: 0x2
[09-25 00:46:49] stepStateMachine(): PIC Client State Machine - Current state: 0x0, Next state: 0x40
[09-25 00:46:49] getStreamingEndpointCachingCurl(): Caching GetStreamingEndpoint API call
[09-25 00:46:49] getStreamingEndpointResultEvent(): Get streaming endpoint result event.
[09-25 00:46:49] stepStateMachine(): PIC Stream State Machine - Current state: 0x0, Next state: 0x20
[09-25 00:46:49] stepStateMachine(): PIC Client State Machine - Current state: 0x0, Next state: 0x40
[09-25 00:46:49] getStreamingTokenResultEvent(): Get streaming token result event.
[09-25 00:46:49] stepStateMachine(): PIC Stream State Machine - Current state: 0x0, Next state: 0x10
[09-25 00:46:49] defaultStreamReadyCallback(): Reported streamReady callback for stream handle 9068541
[09-25 00:46:49] stepStateMachine(): PIC Stream State Machine - Current state: 0x76d0cc2c, Next state: 0x40
[09-25 00:46:49] stepStateMachine(): PIC Client State Machine - Current state: 0x43202d20, Next state: 0x40
[09-25 00:46:49] putStreamResultEvent(): Put stream result event.
[09-25 00:46:49] notifyDataAvailable(): Note data received: duration(100ns): 0 bytes 0 for stream handle 1
[09-25 00:46:49] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 1. Duration available in 100ns: 0. Bytes available: 0
[09-25 00:46:49] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 1. Duration available in 100ns: 0. Bytes available: 0
[09-25 00:46:49] stepStateMachine(): PIC Stream State Machine - Current state: 0x76cdf5b0, Next state: 0x80
[09-25 00:46:50] writeHeaderCallback(): RequestId: e313d4a3-1dbc-b99b-b4f4-94998ff51f0a
[09-25 00:46:50] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:50] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 1 current stream handle: 9068541
[09-25 00:46:50] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 1
[09-25 00:46:50] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:50] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 1 current stream handle: 9068541
[09-25 00:46:50] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 1
[09-25 00:46:50] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:50] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 1 current stream handle: 9068541
[09-25 00:46:50] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 1
[09-25 00:46:50] postWriteCallback(): postBodyStreamingWriteFunc (curl callback) invoked
[09-25 00:46:50] postWriteCallback(): Curl post body write function for stream with handle: b0ee5507ef4d31b1f778e95f3b9b65c67ed26fec7b86a4531e2d8da17ad1260e and upload handle: 1 returned: {"EventType":"BUFFERING","FragmentTimecode":1600994737365,"FragmentNumber":"91343852333201105735786385895001678750747000850"}
[09-25 00:46:50] postWriteCallback(): Processed ACK OK.
[09-25 00:46:50] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:50] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 1 current stream handle: 9068541
[09-25 00:46:50] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 1
[09-25 00:46:50] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:50] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 1 current stream handle: 9068541
[09-25 00:46:50] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 1
[09-25 00:46:50] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:50] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 1 current stream handle: 9068541
[09-25 00:46:50] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 1
[09-25 00:46:50] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:50] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 1 current stream handle: 9068541
[09-25 00:46:50] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 1
[09-25 00:46:50] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:50] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 1 current stream handle: 9068541
[09-25 00:46:50] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 1
[09-25 00:46:50] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:50] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 1 current stream handle: 9068541
[09-25 00:46:50] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 1
[09-25 00:46:50] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:50] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 1 current stream handle: 9068541
[09-25 00:46:50] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 1
[09-25 00:46:50] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:50] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 1 current stream handle: 9068541
[09-25 00:46:50] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 1
[09-25 00:46:50] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:50] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 1 current stream handle: 9068541
[09-25 00:46:50] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 1
[09-25 00:46:50] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:50] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 1 current stream handle: 9068541
[09-25 00:46:50] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 1
[09-25 00:46:50] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:50] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 1 current stream handle: 9068541
[09-25 00:46:50] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 1
[09-25 00:46:50] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:50] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 1 current stream handle: 9068541
[09-25 00:46:50] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 1
[09-25 00:46:50] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:50] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 14433 for upload handle: 1 current stream handle: 9068541
[09-25 00:46:50] postReadCallback(): Wrote 14433 bytes to Kinesis Video. Upload stream handle: 1
[09-25 00:46:50] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:46:50] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 0 for upload handle: 1 current stream handle: 9068541
[09-25 00:46:50] postReadCallback(): Pausing CURL read for upload handle: 1
[09-25 00:47:26] curlCompleteSync(): curl perform failed for url https://s-xxxxxxxxx.kinesisvideo.us-west-2.amazonaws.com/putMedia with result Timeout was reached: Operation too slow. Less than 30 bytes/sec transferred the last 30 seconds
[09-25 00:47:26] curlCompleteSync(): HTTP Error 0 : Response: (null)
[09-25 00:47:26] terminateCurlSession(): Force stopping the curl connection
[09-25 00:47:26] putStreamCurlHandler(): Stream with streamHandle 9068541 has exited without triggering end-of-stream. Service call result: 599
[09-25 00:47:26] kinesisVideoStreamTerminated(): Stream terminated event.
[09-25 00:47:26] stepStateMachine(): PIC Stream State Machine - Current state: 0x89f788, Next state: 0x100
[09-25 00:47:26] stepStateMachine(): PIC Stream State Machine - Current state: 0x76cdf5b0, Next state: 0x200
[09-25 00:47:26] stepStateMachine(): PIC Stream State Machine - Current state: 0x76dfb30c, Next state: 0x1
[09-25 00:47:26] stepStateMachine(): PIC Client State Machine - Current state: 0x76c80bcc, Next state: 0x40
[09-25 00:47:26] describeStreamCachingCurl(): No-op DescribeStream API call
[09-25 00:47:26] describeStreamResultEvent(): Describe stream result event.
[09-25 00:47:26] stepStateMachine(): PIC Stream State Machine - Current state: 0x0, Next state: 0x2
[09-25 00:47:26] stepStateMachine(): PIC Client State Machine - Current state: 0x0, Next state: 0x40
[09-25 00:47:26] getStreamingEndpointCachingCurl(): stao getStreamingEndpointCachingCurl
[09-25 00:47:26] getStreamingEndpointCachingCurl(): Caching GetStreamingEndpoint API call
[09-25 00:47:26] getStreamingEndpointResultEvent(): Get streaming endpoint result event.
[09-25 00:47:26] stepStateMachine(): PIC Stream State Machine - Current state: 0x0, Next state: 0x20
[09-25 00:47:26] stepStateMachine(): PIC Client State Machine - Current state: 0x0, Next state: 0x40
[09-25 00:47:26] getStreamingTokenResultEvent(): Get streaming token result event.
[09-25 00:47:26] stepStateMachine(): PIC Stream State Machine - Current state: 0x0, Next state: 0x10
[09-25 00:47:26] defaultStreamReadyCallback(): Reported streamReady callback for stream handle 9068541
[09-25 00:47:26] stepStateMachine(): PIC Stream State Machine - Current state: 0x76d0cc2c, Next state: 0x40
[09-25 00:47:26] stepStateMachine(): PIC Client State Machine - Current state: 0x43202d20, Next state: 0x40
[09-25 00:47:26] putStreamResultEvent(): Put stream result event.
[09-25 00:47:26] notifyDataAvailable(): Note data received: duration(100ns): 0 bytes 0 for stream handle 2
[09-25 00:47:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 2. Duration available in 100ns: 0. Bytes available: 0
[09-25 00:47:26] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 2. Duration available in 100ns: 0. Bytes available: 0
[09-25 00:47:26] stepStateMachine(): PIC Stream State Machine - Current state: 0x76cdf5b0, Next state: 0x80
[09-25 00:47:27] writeHeaderCallback(): RequestId: e653c652-e5dc-a08d-b1b4-860db1a1288f
[09-25 00:47:27] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:47:27] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 2 current stream handle: 9068541
[09-25 00:47:27] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 2
[09-25 00:47:27] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:47:27] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 2 current stream handle: 9068541
[09-25 00:47:27] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 2
[09-25 00:47:27] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:47:27] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 2 current stream handle: 9068541
[09-25 00:47:27] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 2
[09-25 00:47:27] postWriteCallback(): postBodyStreamingWriteFunc (curl callback) invoked
[09-25 00:47:27] postWriteCallback(): Curl post body write function for stream with handle: b0ee5507ef4d31b1f778e95f3b9b65c67ed26fec7b86a4531e2d8da17ad1260e and upload handle: 2 returned: {"EventType":"BUFFERING","FragmentTimecode":1600994737365,"FragmentNumber":"91343852333201110687546543036522788372845568784"}
[09-25 00:47:27] postWriteCallback(): Processed ACK OK.
[09-25 00:47:27] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:47:27] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 2 current stream handle: 9068541
[09-25 00:47:27] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 2
[09-25 00:47:27] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:47:27] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 2 current stream handle: 9068541
[09-25 00:47:27] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 2
[09-25 00:47:27] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:47:27] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 2 current stream handle: 9068541
[09-25 00:47:27] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 2
[09-25 00:47:27] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:47:27] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 2 current stream handle: 9068541
[09-25 00:47:27] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 2
[09-25 00:47:27] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:47:27] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 2 current stream handle: 9068541
[09-25 00:47:27] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 2
[09-25 00:47:27] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:47:27] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 2 current stream handle: 9068541
[09-25 00:47:27] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 2
[09-25 00:47:27] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:47:27] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 2 current stream handle: 9068541
[09-25 00:47:27] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 2
[09-25 00:47:27] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:47:27] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 2 current stream handle: 9068541
[09-25 00:47:27] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 2
[09-25 00:47:27] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:47:27] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 2 current stream handle: 9068541
[09-25 00:47:27] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 2
[09-25 00:47:27] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:47:27] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 2 current stream handle: 9068541
[09-25 00:47:27] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 2
[09-25 00:47:27] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:47:27] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 2 current stream handle: 9068541
[09-25 00:47:27] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 2
[09-25 00:47:27] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:47:27] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 2 current stream handle: 9068541
[09-25 00:47:27] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 2
[09-25 00:47:27] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:47:27] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 14433 for upload handle: 2 current stream handle: 9068541
[09-25 00:47:27] postReadCallback(): Wrote 14433 bytes to Kinesis Video. Upload stream handle: 2
[09-25 00:47:27] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:47:27] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 0 for upload handle: 2 current stream handle: 9068541
[09-25 00:47:27] postReadCallback(): Pausing CURL read for upload handle: 2
[09-25 00:48:03] curlCompleteSync(): curl perform failed for url https://s-xxxxxxxxx.kinesisvideo.us-west-2.amazonaws.com/putMedia with result Timeout was reached: Operation too slow. Less than 30 bytes/sec transferred the last 30 seconds
[09-25 00:48:03] curlCompleteSync(): HTTP Error 0 : Response: (null)
[09-25 00:48:03] terminateCurlSession(): Force stopping the curl connection
[09-25 00:48:03] putStreamCurlHandler(): Stream with streamHandle 9068541 has exited without triggering end-of-stream. Service call result: 599
[09-25 00:48:03] kinesisVideoStreamTerminated(): Stream terminated event.
[09-25 00:48:03] stepStateMachine(): PIC Stream State Machine - Current state: 0x89f788, Next state: 0x100
[09-25 00:48:03] stepStateMachine(): PIC Stream State Machine - Current state: 0x76cdf5b0, Next state: 0x200
[09-25 00:48:03] stepStateMachine(): PIC Stream State Machine - Current state: 0x76dfb30c, Next state: 0x1
[09-25 00:48:03] stepStateMachine(): PIC Client State Machine - Current state: 0x76c80bcc, Next state: 0x40
[09-25 00:48:03] describeStreamCachingCurl(): No-op DescribeStream API call
[09-25 00:48:03] describeStreamResultEvent(): Describe stream result event.
[09-25 00:48:03] stepStateMachine(): PIC Stream State Machine - Current state: 0x0, Next state: 0x2
[09-25 00:48:03] stepStateMachine(): PIC Client State Machine - Current state: 0x0, Next state: 0x40
[09-25 00:48:03] getStreamingEndpointCachingCurl(): stao getStreamingEndpointCachingCurl
[09-25 00:48:03] getStreamingEndpointCachingCurl(): Caching GetStreamingEndpoint API call
[09-25 00:48:03] getStreamingEndpointResultEvent(): Get streaming endpoint result event.
[09-25 00:48:03] stepStateMachine(): PIC Stream State Machine - Current state: 0x76d229ec, Next state: 0x20
[09-25 00:48:03] stepStateMachine(): PIC Client State Machine - Current state: 0x0, Next state: 0x40
[09-25 00:48:03] getStreamingTokenResultEvent(): Get streaming token result event.
[09-25 00:48:03] stepStateMachine(): PIC Stream State Machine - Current state: 0x0, Next state: 0x10
[09-25 00:48:03] defaultStreamReadyCallback(): Reported streamReady callback for stream handle 9068541
[09-25 00:48:03] stepStateMachine(): PIC Stream State Machine - Current state: 0x76d0cc2c, Next state: 0x40
[09-25 00:48:03] stepStateMachine(): PIC Client State Machine - Current state: 0x43202d20, Next state: 0x40
[09-25 00:48:03] putStreamResultEvent(): Put stream result event.
[09-25 00:48:03] notifyDataAvailable(): Note data received: duration(100ns): 0 bytes 0 for stream handle 3
[09-25 00:48:03] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 3. Duration available in 100ns: 0. Bytes available: 0
[09-25 00:48:03] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 3. Duration available in 100ns: 0. Bytes available: 0
[09-25 00:48:03] stepStateMachine(): PIC Stream State Machine - Current state: 0x76cdf5b0, Next state: 0x80
[09-25 00:48:06] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:06] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 3 current stream handle: 9068541
[09-25 00:48:06] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 3
[09-25 00:48:06] writeHeaderCallback(): RequestId: ccfad3ea-9cd7-8703-9b1d-936c900b1be6
[09-25 00:48:06] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:06] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 3 current stream handle: 9068541
[09-25 00:48:06] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 3
[09-25 00:48:06] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:06] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 3 current stream handle: 9068541
[09-25 00:48:06] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 3
[09-25 00:48:06] postWriteCallback(): postBodyStreamingWriteFunc (curl callback) invoked
[09-25 00:48:06] postWriteCallback(): Curl post body write function for stream with handle: b0ee5507ef4d31b1f778e95f3b9b65c67ed26fec7b86a4531e2d8da17ad1260e and upload handle: 3 returned: {"EventType":"BUFFERING","FragmentTimecode":1600994737365,"FragmentNumber":"91343852333201115639306700178043898488030691976"}
[09-25 00:48:06] postWriteCallback(): Processed ACK OK.
[09-25 00:48:06] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:06] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 3 current stream handle: 9068541
[09-25 00:48:06] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 3
[09-25 00:48:07] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:07] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 3 current stream handle: 9068541
[09-25 00:48:07] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 3
[09-25 00:48:07] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:07] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 3 current stream handle: 9068541
[09-25 00:48:07] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 3
[09-25 00:48:07] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:07] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 3 current stream handle: 9068541
[09-25 00:48:07] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 3
[09-25 00:48:07] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:07] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 3 current stream handle: 9068541
[09-25 00:48:07] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 3
[09-25 00:48:07] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:07] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 3 current stream handle: 9068541
[09-25 00:48:07] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 3
[09-25 00:48:07] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:07] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 3 current stream handle: 9068541
[09-25 00:48:07] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 3
[09-25 00:48:07] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:07] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 3 current stream handle: 9068541
[09-25 00:48:07] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 3
[09-25 00:48:07] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:07] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 3 current stream handle: 9068541
[09-25 00:48:07] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 3
[09-25 00:48:07] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:07] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 3 current stream handle: 9068541
[09-25 00:48:07] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 3
[09-25 00:48:07] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:07] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 3 current stream handle: 9068541
[09-25 00:48:07] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 3
[09-25 00:48:07] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:07] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 3 current stream handle: 9068541
[09-25 00:48:07] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 3
[09-25 00:48:07] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:07] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 14433 for upload handle: 3 current stream handle: 9068541
[09-25 00:48:07] postReadCallback(): Wrote 14433 bytes to Kinesis Video. Upload stream handle: 3
[09-25 00:48:07] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:07] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 0 for upload handle: 3 current stream handle: 9068541
[09-25 00:48:07] postReadCallback(): Pausing CURL read for upload handle: 3
[09-25 00:48:43] curlCompleteSync(): curl perform failed for url https://s-xxxxxxxxx.kinesisvideo.us-west-2.amazonaws.com/putMedia with result Timeout was reached: Operation too slow. Less than 30 bytes/sec transferred the last 30 seconds
[09-25 00:48:43] curlCompleteSync(): HTTP Error 0 : Response: (null)
[09-25 00:48:43] terminateCurlSession(): Force stopping the curl connection
[09-25 00:48:43] putStreamCurlHandler(): Stream with streamHandle 9068541 has exited without triggering end-of-stream. Service call result: 599
[09-25 00:48:43] kinesisVideoStreamTerminated(): Stream terminated event.
[09-25 00:48:43] stepStateMachine(): PIC Stream State Machine - Current state: 0x89f788, Next state: 0x100
[09-25 00:48:43] stepStateMachine(): PIC Stream State Machine - Current state: 0x76cdf5b0, Next state: 0x200
[09-25 00:48:43] stepStateMachine(): PIC Stream State Machine - Current state: 0x76dfb30c, Next state: 0x1
[09-25 00:48:43] stepStateMachine(): PIC Client State Machine - Current state: 0x76c80bcc, Next state: 0x40
[09-25 00:48:43] describeStreamCachingCurl(): No-op DescribeStream API call
[09-25 00:48:43] describeStreamResultEvent(): Describe stream result event.
[09-25 00:48:43] stepStateMachine(): PIC Stream State Machine - Current state: 0x0, Next state: 0x2
[09-25 00:48:43] stepStateMachine(): PIC Client State Machine - Current state: 0x0, Next state: 0x40
[09-25 00:48:43] getStreamingEndpointCachingCurl(): stao getStreamingEndpointCachingCurl
[09-25 00:48:43] getStreamingEndpointCachingCurl(): Caching GetStreamingEndpoint API call
[09-25 00:48:43] getStreamingEndpointResultEvent(): Get streaming endpoint result event.
[09-25 00:48:43] stepStateMachine(): PIC Stream State Machine - Current state: 0x76d229ec, Next state: 0x20
[09-25 00:48:43] stepStateMachine(): PIC Client State Machine - Current state: 0x0, Next state: 0x40
[09-25 00:48:43] getStreamingTokenResultEvent(): Get streaming token result event.
[09-25 00:48:43] stepStateMachine(): PIC Stream State Machine - Current state: 0x0, Next state: 0x10
[09-25 00:48:43] defaultStreamReadyCallback(): Reported streamReady callback for stream handle 9068541
[09-25 00:48:43] stepStateMachine(): PIC Stream State Machine - Current state: 0x76d0cc2c, Next state: 0x40
[09-25 00:48:43] stepStateMachine(): PIC Client State Machine - Current state: 0x43202d20, Next state: 0x40
[09-25 00:48:43] putStreamResultEvent(): Put stream result event.
[09-25 00:48:43] notifyDataAvailable(): Note data received: duration(100ns): 0 bytes 0 for stream handle 4
[09-25 00:48:43] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 4. Duration available in 100ns: 0. Bytes available: 0
[09-25 00:48:43] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 4. Duration available in 100ns: 0. Bytes available: 0
[09-25 00:48:43] stepStateMachine(): PIC Stream State Machine - Current state: 0x76cdf5b0, Next state: 0x80
[09-25 00:48:44] writeHeaderCallback(): RequestId: ee56c38e-94ac-8180-b9b1-83229873573f
[09-25 00:48:44] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:44] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 4 current stream handle: 9068541
[09-25 00:48:44] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 4
[09-25 00:48:44] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:44] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 4 current stream handle: 9068541
[09-25 00:48:44] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 4
[09-25 00:48:44] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:44] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 4 current stream handle: 9068541
[09-25 00:48:44] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 4
[09-25 00:48:44] postWriteCallback(): postBodyStreamingWriteFunc (curl callback) invoked
[09-25 00:48:44] postWriteCallback(): Curl post body write function for stream with handle: b0ee5507ef4d31b1f778e95f3b9b65c67ed26fec7b86a4531e2d8da17ad1260e and upload handle: 4 returned: {"EventType":"BUFFERING","FragmentTimecode":1600994737365,"FragmentNumber":"91343852333201120591066857319565008185740966839"}
[09-25 00:48:44] postWriteCallback(): Processed ACK OK.
[09-25 00:48:44] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:44] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 4 current stream handle: 9068541
[09-25 00:48:44] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 4
[09-25 00:48:44] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:44] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 4 current stream handle: 9068541
[09-25 00:48:44] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 4
[09-25 00:48:44] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:44] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 4 current stream handle: 9068541
[09-25 00:48:44] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 4
[09-25 00:48:44] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:44] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 4 current stream handle: 9068541
[09-25 00:48:44] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 4
[09-25 00:48:44] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:44] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 4 current stream handle: 9068541
[09-25 00:48:44] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 4
[09-25 00:48:44] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:44] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 4 current stream handle: 9068541
[09-25 00:48:44] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 4
[09-25 00:48:44] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:44] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 4 current stream handle: 9068541
[09-25 00:48:44] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 4
[09-25 00:48:44] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:44] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 4 current stream handle: 9068541
[09-25 00:48:44] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 4
[09-25 00:48:44] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:44] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 4 current stream handle: 9068541
[09-25 00:48:44] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 4
[09-25 00:48:44] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:44] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 4 current stream handle: 9068541
[09-25 00:48:44] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 4
[09-25 00:48:44] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:44] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 4 current stream handle: 9068541
[09-25 00:48:44] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 4
[09-25 00:48:44] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:44] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 4 current stream handle: 9068541
[09-25 00:48:44] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 4
[09-25 00:48:44] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:44] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 14433 for upload handle: 4 current stream handle: 9068541
[09-25 00:48:44] postReadCallback(): Wrote 14433 bytes to Kinesis Video. Upload stream handle: 4
[09-25 00:48:44] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:48:44] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 0 for upload handle: 4 current stream handle: 9068541
[09-25 00:48:44] postReadCallback(): Pausing CURL read for upload handle: 4
[09-25 00:49:20] curlCompleteSync(): curl perform failed for url https://s-xxxxxxxxx.kinesisvideo.us-west-2.amazonaws.com/putMedia with result Timeout was reached: Operation too slow. Less than 30 bytes/sec transferred the last 30 seconds
[09-25 00:49:20] curlCompleteSync(): HTTP Error 0 : Response: (null)
[09-25 00:49:20] terminateCurlSession(): Force stopping the curl connection
[09-25 00:49:20] putStreamCurlHandler(): Stream with streamHandle 9068541 has exited without triggering end-of-stream. Service call result: 599
[09-25 00:49:20] kinesisVideoStreamTerminated(): Stream terminated event.
[09-25 00:49:20] stepStateMachine(): PIC Stream State Machine - Current state: 0x89f788, Next state: 0x100
[09-25 00:49:20] stepStateMachine(): PIC Stream State Machine - Current state: 0x76cdf5b0, Next state: 0x200
[09-25 00:49:20] stepStateMachine(): PIC Stream State Machine - Current state: 0x76dfb30c, Next state: 0x1
[09-25 00:49:20] stepStateMachine(): PIC Client State Machine - Current state: 0x76c80bcc, Next state: 0x40
[09-25 00:49:20] describeStreamCachingCurl(): No-op DescribeStream API call
[09-25 00:49:20] describeStreamResultEvent(): Describe stream result event.
[09-25 00:49:20] stepStateMachine(): PIC Stream State Machine - Current state: 0x0, Next state: 0x2
[09-25 00:49:20] stepStateMachine(): PIC Client State Machine - Current state: 0x0, Next state: 0x40
[09-25 00:49:20] getStreamingEndpointCachingCurl(): stao getStreamingEndpointCachingCurl
[09-25 00:49:20] getStreamingEndpointCachingCurl(): Caching GetStreamingEndpoint API call
[09-25 00:49:20] getStreamingEndpointResultEvent(): Get streaming endpoint result event.
[09-25 00:49:20] stepStateMachine(): PIC Stream State Machine - Current state: 0x76d229ec, Next state: 0x20
[09-25 00:49:20] stepStateMachine(): PIC Client State Machine - Current state: 0x0, Next state: 0x40
[09-25 00:49:20] getStreamingTokenResultEvent(): Get streaming token result event.
[09-25 00:49:20] stepStateMachine(): PIC Stream State Machine - Current state: 0x0, Next state: 0x10
[09-25 00:49:20] defaultStreamReadyCallback(): Reported streamReady callback for stream handle 9068541
[09-25 00:49:20] stepStateMachine(): PIC Stream State Machine - Current state: 0x76d0cc2c, Next state: 0x40
[09-25 00:49:20] stepStateMachine(): PIC Client State Machine - Current state: 0x43202d20, Next state: 0x40
[09-25 00:49:20] putStreamResultEvent(): Put stream result event.
[09-25 00:49:20] notifyDataAvailable(): Note data received: duration(100ns): 0 bytes 0 for stream handle 5
[09-25 00:49:20] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 5. Duration available in 100ns: 0. Bytes available: 0
[09-25 00:49:20] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 5. Duration available in 100ns: 0. Bytes available: 0
[09-25 00:49:20] stepStateMachine(): PIC Stream State Machine - Current state: 0x76cdf5b0, Next state: 0x80
[09-25 00:49:21] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:21] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 5 current stream handle: 9068541
[09-25 00:49:21] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 5
[09-25 00:49:21] writeHeaderCallback(): RequestId: d5d65641-35e1-ad6d-8231-1690baf809d4
[09-25 00:49:21] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:21] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 5 current stream handle: 9068541
[09-25 00:49:21] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 5
[09-25 00:49:21] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:21] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 5 current stream handle: 9068541
[09-25 00:49:21] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 5
[09-25 00:49:21] postWriteCallback(): postBodyStreamingWriteFunc (curl callback) invoked
[09-25 00:49:21] postWriteCallback(): Curl post body write function for stream with handle: b0ee5507ef4d31b1f778e95f3b9b65c67ed26fec7b86a4531e2d8da17ad1260e and upload handle: 5 returned: {"EventType":"BUFFERING","FragmentTimecode":1600994737365,"FragmentNumber":"91343852333201125542827014461086117693478321416"}
[09-25 00:49:21] postWriteCallback(): Processed ACK OK.
[09-25 00:49:21] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:21] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 5 current stream handle: 9068541
[09-25 00:49:21] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 5
[09-25 00:49:21] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:21] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 5 current stream handle: 9068541
[09-25 00:49:21] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 5
[09-25 00:49:21] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:21] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 5 current stream handle: 9068541
[09-25 00:49:21] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 5
[09-25 00:49:21] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:21] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 5 current stream handle: 9068541
[09-25 00:49:21] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 5
[09-25 00:49:21] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:21] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 5 current stream handle: 9068541
[09-25 00:49:21] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 5
[09-25 00:49:21] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:21] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 5 current stream handle: 9068541
[09-25 00:49:21] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 5
[09-25 00:49:21] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:21] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 5 current stream handle: 9068541
[09-25 00:49:21] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 5
[09-25 00:49:21] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:21] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 5 current stream handle: 9068541
[09-25 00:49:21] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 5
[09-25 00:49:21] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:21] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 5 current stream handle: 9068541
[09-25 00:49:21] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 5
[09-25 00:49:21] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:21] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 5 current stream handle: 9068541
[09-25 00:49:21] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 5
[09-25 00:49:21] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:21] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 5 current stream handle: 9068541
[09-25 00:49:21] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 5
[09-25 00:49:21] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:21] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 5 current stream handle: 9068541
[09-25 00:49:21] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 5
[09-25 00:49:21] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:21] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 14433 for upload handle: 5 current stream handle: 9068541
[09-25 00:49:21] postReadCallback(): Wrote 14433 bytes to Kinesis Video. Upload stream handle: 5
[09-25 00:49:21] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:21] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 0 for upload handle: 5 current stream handle: 9068541
[09-25 00:49:21] postReadCallback(): Pausing CURL read for upload handle: 5
[09-25 00:49:57] curlCompleteSync(): curl perform failed for url https://s-xxxxxxxxx.kinesisvideo.us-west-2.amazonaws.com/putMedia with result Timeout was reached: Operation too slow. Less than 30 bytes/sec transferred the last 30 seconds
[09-25 00:49:57] curlCompleteSync(): HTTP Error 0 : Response: (null)
[09-25 00:49:57] terminateCurlSession(): Force stopping the curl connection
[09-25 00:49:57] putStreamCurlHandler(): Stream with streamHandle 9068541 has exited without triggering end-of-stream. Service call result: 599
[09-25 00:49:57] kinesisVideoStreamTerminated(): Stream terminated event.
[09-25 00:49:57] stepStateMachine(): PIC Stream State Machine - Current state: 0x89f788, Next state: 0x100
[09-25 00:49:57] stepStateMachine(): PIC Stream State Machine - Current state: 0x76cdf5b0, Next state: 0x200
[09-25 00:49:57] stepStateMachine(): PIC Stream State Machine - Current state: 0x76dfb30c, Next state: 0x1
[09-25 00:49:57] stepStateMachine(): PIC Client State Machine - Current state: 0x76c80bcc, Next state: 0x40
[09-25 00:49:57] describeStreamCachingCurl(): No-op DescribeStream API call
[09-25 00:49:57] describeStreamResultEvent(): Describe stream result event.
[09-25 00:49:57] stepStateMachine(): PIC Stream State Machine - Current state: 0x0, Next state: 0x2
[09-25 00:49:57] stepStateMachine(): PIC Client State Machine - Current state: 0x0, Next state: 0x40
[09-25 00:49:57] getStreamingEndpointCachingCurl(): stao getStreamingEndpointCachingCurl
[09-25 00:49:57] getStreamingEndpointCachingCurl(): Caching GetStreamingEndpoint API call
[09-25 00:49:57] getStreamingEndpointResultEvent(): Get streaming endpoint result event.
[09-25 00:49:57] stepStateMachine(): PIC Stream State Machine - Current state: 0x76d229ec, Next state: 0x20
[09-25 00:49:57] stepStateMachine(): PIC Client State Machine - Current state: 0x0, Next state: 0x40
[09-25 00:49:57] getStreamingTokenResultEvent(): Get streaming token result event.
[09-25 00:49:57] stepStateMachine(): PIC Stream State Machine - Current state: 0x0, Next state: 0x10
[09-25 00:49:57] defaultStreamReadyCallback(): Reported streamReady callback for stream handle 9068541
[09-25 00:49:57] stepStateMachine(): PIC Stream State Machine - Current state: 0x76d0cc2c, Next state: 0x40
[09-25 00:49:57] stepStateMachine(): PIC Client State Machine - Current state: 0x43202d20, Next state: 0x40
[09-25 00:49:57] putStreamResultEvent(): Put stream result event.
[09-25 00:49:57] notifyDataAvailable(): Note data received: duration(100ns): 0 bytes 0 for stream handle 6
[09-25 00:49:57] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 6. Duration available in 100ns: 0. Bytes available: 0
[09-25 00:49:57] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 6. Duration available in 100ns: 0. Bytes available: 0
[09-25 00:49:57] stepStateMachine(): PIC Stream State Machine - Current state: 0x76cdf5b0, Next state: 0x80
[09-25 00:49:58] writeHeaderCallback(): RequestId: e2f0ccef-df3f-ee3b-b517-8c198ff28f1a
[09-25 00:49:58] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:58] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 6 current stream handle: 9068541
[09-25 00:49:58] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 6
[09-25 00:49:58] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:58] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 6 current stream handle: 9068541
[09-25 00:49:58] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 6
[09-25 00:49:58] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:58] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 6 current stream handle: 9068541
[09-25 00:49:58] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 6
[09-25 00:49:58] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:58] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 6 current stream handle: 9068541
[09-25 00:49:58] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 6
[09-25 00:49:58] postWriteCallback(): postBodyStreamingWriteFunc (curl callback) invoked
[09-25 00:49:58] postWriteCallback(): Curl post body write function for stream with handle: b0ee5507ef4d31b1f778e95f3b9b65c67ed26fec7b86a4531e2d8da17ad1260e and upload handle: 6 returned: {"EventType":"BUFFERING","FragmentTimecode":1600994737365,"FragmentNumber":"91343852333201130494587171602607227212543561478"}
[09-25 00:49:58] postWriteCallback(): Processed ACK OK.
[09-25 00:49:58] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:58] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 6 current stream handle: 9068541
[09-25 00:49:58] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 6
[09-25 00:49:58] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:58] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 6 current stream handle: 9068541
[09-25 00:49:58] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 6
[09-25 00:49:58] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:58] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 6 current stream handle: 9068541
[09-25 00:49:58] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 6
[09-25 00:49:58] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:58] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 6 current stream handle: 9068541
[09-25 00:49:58] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 6
[09-25 00:49:58] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:58] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 6 current stream handle: 9068541
[09-25 00:49:58] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 6
[09-25 00:49:58] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:58] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 6 current stream handle: 9068541
[09-25 00:49:58] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 6
[09-25 00:49:58] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:58] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 6 current stream handle: 9068541
[09-25 00:49:58] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 6
[09-25 00:49:58] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:58] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 6 current stream handle: 9068541
[09-25 00:49:58] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 6
[09-25 00:49:58] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:58] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 6 current stream handle: 9068541
[09-25 00:49:58] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 6
[09-25 00:49:58] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:58] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 6 current stream handle: 9068541
[09-25 00:49:58] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 6
[09-25 00:49:58] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:58] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 6 current stream handle: 9068541
[09-25 00:49:58] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 6
[09-25 00:49:58] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:58] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 14433 for upload handle: 6 current stream handle: 9068541
[09-25 00:49:58] postReadCallback(): Wrote 14433 bytes to Kinesis Video. Upload stream handle: 6
[09-25 00:49:58] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:49:58] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 0 for upload handle: 6 current stream handle: 9068541
[09-25 00:49:58] postReadCallback(): Pausing CURL read for upload handle: 6
[09-25 00:50:34] curlCompleteSync(): curl perform failed for url https://s-xxxxxxxxx.kinesisvideo.us-west-2.amazonaws.com/putMedia with result Timeout was reached: Operation too slow. Less than 30 bytes/sec transferred the last 30 seconds
[09-25 00:50:34] curlCompleteSync(): HTTP Error 0 : Response: (null)
[09-25 00:50:34] terminateCurlSession(): Force stopping the curl connection
[09-25 00:50:34] putStreamCurlHandler(): Stream with streamHandle 9068541 has exited without triggering end-of-stream. Service call result: 599
[09-25 00:50:34] kinesisVideoStreamTerminated(): Stream terminated event.
[09-25 00:50:34] stepStateMachine(): PIC Stream State Machine - Current state: 0x89f788, Next state: 0x100
[09-25 00:50:34] stepStateMachine(): PIC Stream State Machine - Current state: 0x76cdf5b0, Next state: 0x200
[09-25 00:50:34] stepStateMachine(): PIC Stream State Machine - Current state: 0x76dfb30c, Next state: 0x1
[09-25 00:50:34] stepStateMachine(): PIC Client State Machine - Current state: 0x76c80bcc, Next state: 0x40
[09-25 00:50:34] describeStreamCachingCurl(): No-op DescribeStream API call
[09-25 00:50:34] describeStreamResultEvent(): Describe stream result event.
[09-25 00:50:34] stepStateMachine(): PIC Stream State Machine - Current state: 0x0, Next state: 0x2
[09-25 00:50:34] stepStateMachine(): PIC Client State Machine - Current state: 0x0, Next state: 0x40
[09-25 00:50:34] getStreamingEndpointCachingCurl(): stao getStreamingEndpointCachingCurl
[09-25 00:50:34] getStreamingEndpointCachingCurl(): Caching GetStreamingEndpoint API call
[09-25 00:50:34] getStreamingEndpointResultEvent(): Get streaming endpoint result event.
[09-25 00:50:34] stepStateMachine(): PIC Stream State Machine - Current state: 0x76d229ec, Next state: 0x20
[09-25 00:50:34] stepStateMachine(): PIC Client State Machine - Current state: 0x0, Next state: 0x40
[09-25 00:50:34] getStreamingTokenResultEvent(): Get streaming token result event.
[09-25 00:50:34] stepStateMachine(): PIC Stream State Machine - Current state: 0x0, Next state: 0x10
[09-25 00:50:34] defaultStreamReadyCallback(): Reported streamReady callback for stream handle 9068541
[09-25 00:50:34] stepStateMachine(): PIC Stream State Machine - Current state: 0x76d0cc2c, Next state: 0x40
[09-25 00:50:34] stepStateMachine(): PIC Client State Machine - Current state: 0x43202d20, Next state: 0x40
[09-25 00:50:34] putStreamResultEvent(): Put stream result event.
[09-25 00:50:34] notifyDataAvailable(): Note data received: duration(100ns): 0 bytes 0 for stream handle 7
[09-25 00:50:34] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 7. Duration available in 100ns: 0. Bytes available: 0
[09-25 00:50:34] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 7. Duration available in 100ns: 0. Bytes available: 0
[09-25 00:50:34] stepStateMachine(): PIC Stream State Machine - Current state: 0x76cdf5b0, Next state: 0x80
[09-25 00:50:35] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:50:35] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 7 current stream handle: 9068541
[09-25 00:50:35] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 7
[09-25 00:50:35] writeHeaderCallback(): RequestId: d374aa1c-512b-6817-8493-eb00197828d3
[09-25 00:50:35] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:50:35] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 7 current stream handle: 9068541
[09-25 00:50:35] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 7
[09-25 00:50:35] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:50:35] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 7 current stream handle: 9068541
[09-25 00:50:35] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 7
[09-25 00:50:35] postWriteCallback(): postBodyStreamingWriteFunc (curl callback) invoked
[09-25 00:50:35] postWriteCallback(): Curl post body write function for stream with handle: b0ee5507ef4d31b1f778e95f3b9b65c67ed26fec7b86a4531e2d8da17ad1260e and upload handle: 7 returned: {"EventType":"BUFFERING","FragmentTimecode":1600994737365,"FragmentNumber":"91343852333201135446347328744128336857231250168"}
[09-25 00:50:35] postWriteCallback(): Processed ACK OK.
[09-25 00:50:35] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:50:35] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 7 current stream handle: 9068541
[09-25 00:50:35] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 7
[09-25 00:50:35] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:50:35] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 7 current stream handle: 9068541
[09-25 00:50:35] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 7
[09-25 00:50:35] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:50:35] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 7 current stream handle: 9068541
[09-25 00:50:35] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 7
[09-25 00:50:35] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:50:35] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 7 current stream handle: 9068541
[09-25 00:50:35] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 7
[09-25 00:50:35] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:50:35] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 7 current stream handle: 9068541
[09-25 00:50:35] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 7
[09-25 00:50:35] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:50:35] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 7 current stream handle: 9068541
[09-25 00:50:35] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 7
[09-25 00:50:35] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:50:35] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 7 current stream handle: 9068541
[09-25 00:50:35] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 7
[09-25 00:50:35] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:50:35] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 7 current stream handle: 9068541
[09-25 00:50:35] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 7
[09-25 00:50:35] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:50:35] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 7 current stream handle: 9068541
[09-25 00:50:35] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 7
[09-25 00:50:35] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:50:35] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 7 current stream handle: 9068541
[09-25 00:50:35] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 7
[09-25 00:50:35] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:50:35] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 7 current stream handle: 9068541
[09-25 00:50:35] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 7
[09-25 00:50:35] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:50:35] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 7 current stream handle: 9068541
[09-25 00:50:35] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 7
[09-25 00:50:35] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:50:36] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 14433 for upload handle: 7 current stream handle: 9068541
[09-25 00:50:36] postReadCallback(): Wrote 14433 bytes to Kinesis Video. Upload stream handle: 7
[09-25 00:50:36] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:50:36] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 0 for upload handle: 7 current stream handle: 9068541
[09-25 00:50:36] postReadCallback(): Pausing CURL read for upload handle: 7
[09-25 00:51:10] curlCompleteSync(): curl perform failed for url https://s-xxxxxxxxx.kinesisvideo.us-west-2.amazonaws.com/putMedia with result Timeout was reached: Operation too slow. Less than 30 bytes/sec transferred the last 30 seconds
[09-25 00:51:10] curlCompleteSync(): HTTP Error 0 : Response: (null)
[09-25 00:51:10] terminateCurlSession(): Force stopping the curl connection
[09-25 00:51:10] putStreamCurlHandler(): Stream with streamHandle 9068541 has exited without triggering end-of-stream. Service call result: 599
[09-25 00:51:10] kinesisVideoStreamTerminated(): Stream terminated event.
[09-25 00:51:10] stepStateMachine(): PIC Stream State Machine - Current state: 0x89f788, Next state: 0x100
[09-25 00:51:10] stepStateMachine(): PIC Stream State Machine - Current state: 0x76cdf5b0, Next state: 0x200
[09-25 00:51:10] stepStateMachine(): PIC Stream State Machine - Current state: 0x76dfb30c, Next state: 0x1
[09-25 00:51:10] stepStateMachine(): PIC Client State Machine - Current state: 0x76c80bcc, Next state: 0x40
[09-25 00:51:10] describeStreamCachingCurl(): No-op DescribeStream API call
[09-25 00:51:10] describeStreamResultEvent(): Describe stream result event.
[09-25 00:51:10] stepStateMachine(): PIC Stream State Machine - Current state: 0x0, Next state: 0x2
[09-25 00:51:10] stepStateMachine(): PIC Client State Machine - Current state: 0x0, Next state: 0x40
[09-25 00:51:10] getStreamingEndpointCachingCurl(): stao getStreamingEndpointCachingCurl
[09-25 00:51:10] getStreamingEndpointCachingCurl(): Caching GetStreamingEndpoint API call
[09-25 00:51:10] getStreamingEndpointResultEvent(): Get streaming endpoint result event.
[09-25 00:51:10] stepStateMachine(): PIC Stream State Machine - Current state: 0x76d229ec, Next state: 0x20
[09-25 00:51:10] stepStateMachine(): PIC Client State Machine - Current state: 0x0, Next state: 0x40
[09-25 00:51:10] getStreamingTokenResultEvent(): Get streaming token result event.
[09-25 00:51:10] stepStateMachine(): PIC Stream State Machine - Current state: 0x0, Next state: 0x10
[09-25 00:51:10] defaultStreamReadyCallback(): Reported streamReady callback for stream handle 9068541
[09-25 00:51:10] stepStateMachine(): PIC Stream State Machine - Current state: 0x76d0cc2c, Next state: 0x40
[09-25 00:51:10] stepStateMachine(): PIC Client State Machine - Current state: 0x43202d20, Next state: 0x40
[09-25 00:51:10] putStreamResultEvent(): Put stream result event.
[09-25 00:51:10] notifyDataAvailable(): Note data received: duration(100ns): 0 bytes 0 for stream handle 8
[09-25 00:51:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 8. Duration available in 100ns: 0. Bytes available: 0
[09-25 00:51:11] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 8. Duration available in 100ns: 0. Bytes available: 0
[09-25 00:51:11] stepStateMachine(): PIC Stream State Machine - Current state: 0x76cdf5b0, Next state: 0x80
[09-25 00:51:11] writeHeaderCallback(): RequestId: e2e64b6d-1d24-dbfe-b501-0a2d55779b3a
[09-25 00:51:11] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:11] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 8 current stream handle: 9068541
[09-25 00:51:11] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 8
[09-25 00:51:11] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:11] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 8 current stream handle: 9068541
[09-25 00:51:11] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 8
[09-25 00:51:11] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:11] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 8 current stream handle: 9068541
[09-25 00:51:11] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 8
[09-25 00:51:11] postWriteCallback(): postBodyStreamingWriteFunc (curl callback) invoked
[09-25 00:51:11] postWriteCallback(): Curl post body write function for stream with handle: b0ee5507ef4d31b1f778e95f3b9b65c67ed26fec7b86a4531e2d8da17ad1260e and upload handle: 8 returned: {"EventType":"BUFFERING","FragmentTimecode":1600994737365,"FragmentNumber":"91343852333201140398107485885649446158543219021"}
[09-25 00:51:11] postWriteCallback(): Processed ACK OK.
[09-25 00:51:11] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:11] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 8 current stream handle: 9068541
[09-25 00:51:11] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 8
[09-25 00:51:11] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:11] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 8 current stream handle: 9068541
[09-25 00:51:11] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 8
[09-25 00:51:11] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:11] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 8 current stream handle: 9068541
[09-25 00:51:11] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 8
[09-25 00:51:11] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:11] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 8 current stream handle: 9068541
[09-25 00:51:11] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 8
[09-25 00:51:11] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:11] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 8 current stream handle: 9068541
[09-25 00:51:11] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 8
[09-25 00:51:11] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:11] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 8 current stream handle: 9068541
[09-25 00:51:11] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 8
[09-25 00:51:11] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:11] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 8 current stream handle: 9068541
[09-25 00:51:11] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 8
[09-25 00:51:12] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:12] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 8 current stream handle: 9068541
[09-25 00:51:12] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 8
[09-25 00:51:12] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:12] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 8 current stream handle: 9068541
[09-25 00:51:12] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 8
[09-25 00:51:12] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:12] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 8 current stream handle: 9068541
[09-25 00:51:12] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 8
[09-25 00:51:12] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:12] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 8 current stream handle: 9068541
[09-25 00:51:12] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 8
[09-25 00:51:12] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:12] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 8 current stream handle: 9068541
[09-25 00:51:12] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 8
[09-25 00:51:12] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:12] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 14433 for upload handle: 8 current stream handle: 9068541
[09-25 00:51:12] postReadCallback(): Wrote 14433 bytes to Kinesis Video. Upload stream handle: 8
[09-25 00:51:12] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:12] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 0 for upload handle: 8 current stream handle: 9068541
[09-25 00:51:12] postReadCallback(): Pausing CURL read for upload handle: 8
[09-25 00:51:46] curlCompleteSync(): curl perform failed for url https://s-xxxxxxxxx.kinesisvideo.us-west-2.amazonaws.com/putMedia with result Timeout was reached: Operation too slow. Less than 30 bytes/sec transferred the last 30 seconds
[09-25 00:51:46] curlCompleteSync(): HTTP Error 0 : Response: (null)
[09-25 00:51:46] terminateCurlSession(): Force stopping the curl connection
[09-25 00:51:46] putStreamCurlHandler(): Stream with streamHandle 9068541 has exited without triggering end-of-stream. Service call result: 599
[09-25 00:51:46] kinesisVideoStreamTerminated(): Stream terminated event.
[09-25 00:51:46] stepStateMachine(): PIC Stream State Machine - Current state: 0x89f788, Next state: 0x100
[09-25 00:51:46] stepStateMachine(): PIC Stream State Machine - Current state: 0x76cdf5b0, Next state: 0x200
[09-25 00:51:46] stepStateMachine(): PIC Stream State Machine - Current state: 0x76dfb30c, Next state: 0x1
[09-25 00:51:46] stepStateMachine(): PIC Client State Machine - Current state: 0x76c80bcc, Next state: 0x40
[09-25 00:51:46] describeStreamCachingCurl(): No-op DescribeStream API call
[09-25 00:51:46] describeStreamResultEvent(): Describe stream result event.
[09-25 00:51:46] stepStateMachine(): PIC Stream State Machine - Current state: 0x0, Next state: 0x2
[09-25 00:51:46] stepStateMachine(): PIC Client State Machine - Current state: 0x0, Next state: 0x40
[09-25 00:51:46] getStreamingEndpointCachingCurl(): stao getStreamingEndpointCachingCurl
[09-25 00:51:46] getStreamingEndpointCachingCurl(): Caching GetStreamingEndpoint API call
[09-25 00:51:46] getStreamingEndpointResultEvent(): Get streaming endpoint result event.
[09-25 00:51:46] stepStateMachine(): PIC Stream State Machine - Current state: 0x76d229ec, Next state: 0x20
[09-25 00:51:46] stepStateMachine(): PIC Client State Machine - Current state: 0x0, Next state: 0x40
[09-25 00:51:46] getStreamingTokenResultEvent(): Get streaming token result event.
[09-25 00:51:46] stepStateMachine(): PIC Stream State Machine - Current state: 0x0, Next state: 0x10
[09-25 00:51:46] defaultStreamReadyCallback(): Reported streamReady callback for stream handle 9068541
[09-25 00:51:46] stepStateMachine(): PIC Stream State Machine - Current state: 0x76d0cc2c, Next state: 0x40
[09-25 00:51:46] stepStateMachine(): PIC Client State Machine - Current state: 0x43202d20, Next state: 0x40
[09-25 00:51:46] putStreamResultEvent(): Put stream result event.
[09-25 00:51:46] notifyDataAvailable(): Note data received: duration(100ns): 0 bytes 0 for stream handle 9
[09-25 00:51:46] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 9. Duration available in 100ns: 0. Bytes available: 0
[09-25 00:51:47] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 9. Duration available in 100ns: 0. Bytes available: 0
[09-25 00:51:47] stepStateMachine(): PIC Stream State Machine - Current state: 0x76cdf5b0, Next state: 0x80
[09-25 00:51:47] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:47] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 9 current stream handle: 9068541
[09-25 00:51:47] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 9
[09-25 00:51:47] writeHeaderCallback(): RequestId: eaed5753-1bde-dcba-bd0a-1637495ce1fa
[09-25 00:51:47] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:47] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 9 current stream handle: 9068541
[09-25 00:51:47] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 9
[09-25 00:51:47] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:47] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 9 current stream handle: 9068541
[09-25 00:51:47] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 9
[09-25 00:51:47] postWriteCallback(): postBodyStreamingWriteFunc (curl callback) invoked
[09-25 00:51:47] postWriteCallback(): Curl post body write function for stream with handle: b0ee5507ef4d31b1f778e95f3b9b65c67ed26fec7b86a4531e2d8da17ad1260e and upload handle: 9 returned: {"EventType":"BUFFERING","FragmentTimecode":1600994737365,"FragmentNumber":"91343852333201145349867643027170555458300901570"}
[09-25 00:51:47] postWriteCallback(): Processed ACK OK.
[09-25 00:51:47] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:47] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 9 current stream handle: 9068541
[09-25 00:51:47] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 9
[09-25 00:51:47] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:47] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 9 current stream handle: 9068541
[09-25 00:51:47] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 9
[09-25 00:51:48] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:48] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 9 current stream handle: 9068541
[09-25 00:51:48] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 9
[09-25 00:51:48] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:48] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 9 current stream handle: 9068541
[09-25 00:51:48] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 9
[09-25 00:51:48] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:48] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 9 current stream handle: 9068541
[09-25 00:51:48] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 9
[09-25 00:51:48] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:48] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 9 current stream handle: 9068541
[09-25 00:51:48] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 9
[09-25 00:51:48] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:48] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 9 current stream handle: 9068541
[09-25 00:51:48] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 9
[09-25 00:51:48] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:48] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 9 current stream handle: 9068541
[09-25 00:51:48] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 9
[09-25 00:51:48] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:48] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 9 current stream handle: 9068541
[09-25 00:51:48] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 9
[09-25 00:51:48] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:48] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 9 current stream handle: 9068541
[09-25 00:51:48] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 9
[09-25 00:51:48] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:48] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 9 current stream handle: 9068541
[09-25 00:51:48] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 9
[09-25 00:51:48] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:48] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 9 current stream handle: 9068541
[09-25 00:51:48] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 9
[09-25 00:51:48] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:48] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 14433 for upload handle: 9 current stream handle: 9068541
[09-25 00:51:48] postReadCallback(): Wrote 14433 bytes to Kinesis Video. Upload stream handle: 9
[09-25 00:51:48] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:51:48] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 0 for upload handle: 9 current stream handle: 9068541
[09-25 00:51:48] postReadCallback(): Pausing CURL read for upload handle: 9
[09-25 00:52:24] curlCompleteSync(): curl perform failed for url https://s-xxxxxxxxx.kinesisvideo.us-west-2.amazonaws.com/putMedia with result Timeout was reached: Operation too slow. Less than 30 bytes/sec transferred the last 30 seconds
[09-25 00:52:24] curlCompleteSync(): HTTP Error 0 : Response: (null)
[09-25 00:52:24] terminateCurlSession(): Force stopping the curl connection
[09-25 00:52:24] putStreamCurlHandler(): Stream with streamHandle 9068541 has exited without triggering end-of-stream. Service call result: 599
[09-25 00:52:24] kinesisVideoStreamTerminated(): Stream terminated event.
[09-25 00:52:24] stepStateMachine(): PIC Stream State Machine - Current state: 0x89f788, Next state: 0x100
[09-25 00:52:24] stepStateMachine(): PIC Stream State Machine - Current state: 0x76cdf5b0, Next state: 0x200
[09-25 00:52:24] stepStateMachine(): PIC Stream State Machine - Current state: 0x76dfb30c, Next state: 0x1
[09-25 00:52:24] stepStateMachine(): PIC Client State Machine - Current state: 0x76c80bcc, Next state: 0x40
[09-25 00:52:24] describeStreamCachingCurl(): No-op DescribeStream API call
[09-25 00:52:24] describeStreamResultEvent(): Describe stream result event.
[09-25 00:52:24] stepStateMachine(): PIC Stream State Machine - Current state: 0x0, Next state: 0x2
[09-25 00:52:24] stepStateMachine(): PIC Client State Machine - Current state: 0x0, Next state: 0x40
[09-25 00:52:24] getStreamingEndpointCachingCurl(): stao getStreamingEndpointCachingCurl
[09-25 00:52:24] getStreamingEndpointCachingCurl(): Caching GetStreamingEndpoint API call
[09-25 00:52:24] getStreamingEndpointResultEvent(): Get streaming endpoint result event.
[09-25 00:52:24] stepStateMachine(): PIC Stream State Machine - Current state: 0x76d229ec, Next state: 0x20
[09-25 00:52:24] stepStateMachine(): PIC Client State Machine - Current state: 0x0, Next state: 0x40
[09-25 00:52:24] getStreamingTokenResultEvent(): Get streaming token result event.
[09-25 00:52:24] stepStateMachine(): PIC Stream State Machine - Current state: 0x0, Next state: 0x10
[09-25 00:52:24] defaultStreamReadyCallback(): Reported streamReady callback for stream handle 9068541
[09-25 00:52:24] stepStateMachine(): PIC Stream State Machine - Current state: 0x76d0cc2c, Next state: 0x40
[09-25 00:52:24] stepStateMachine(): PIC Client State Machine - Current state: 0x43202d20, Next state: 0x40
[09-25 00:52:24] putStreamResultEvent(): Put stream result event.
[09-25 00:52:24] notifyDataAvailable(): Note data received: duration(100ns): 0 bytes 0 for stream handle 10
[09-25 00:52:24] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 10. Duration available in 100ns: 0. Bytes available: 0
[09-25 00:52:25] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 10. Duration available in 100ns: 0. Bytes available: 0
[09-25 00:52:25] stepStateMachine(): PIC Stream State Machine - Current state: 0x76cdf5b0, Next state: 0x80
[09-25 00:52:25] writeHeaderCallback(): RequestId: e203afaa-9c1e-47e6-b5e4-ee2312e34675
[09-25 00:52:25] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:52:25] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 10 current stream handle: 9068541
[09-25 00:52:25] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 10
[09-25 00:52:25] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:52:25] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 10 current stream handle: 9068541
[09-25 00:52:25] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 10
[09-25 00:52:25] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:52:25] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 10 current stream handle: 9068541
[09-25 00:52:25] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 10
[09-25 00:52:25] postWriteCallback(): postBodyStreamingWriteFunc (curl callback) invoked
[09-25 00:52:25] postWriteCallback(): Curl post body write function for stream with handle: b0ee5507ef4d31b1f778e95f3b9b65c67ed26fec7b86a4531e2d8da17ad1260e and upload handle: 10 returned: {"EventType":"BUFFERING","FragmentTimecode":1600994737365,"FragmentNumber":"91343852333201150301627800168691665192074428761"}
[09-25 00:52:25] postWriteCallback(): Processed ACK OK.
[09-25 00:52:25] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:52:25] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 10 current stream handle: 9068541
[09-25 00:52:25] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 10
[09-25 00:52:25] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:52:25] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 10 current stream handle: 9068541
[09-25 00:52:25] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 10
[09-25 00:52:25] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:52:25] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 10 current stream handle: 9068541
[09-25 00:52:25] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 10
[09-25 00:52:25] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:52:25] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 10 current stream handle: 9068541
[09-25 00:52:25] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 10
[09-25 00:52:25] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:52:25] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 10 current stream handle: 9068541
[09-25 00:52:25] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 10
[09-25 00:52:25] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:52:25] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 10 current stream handle: 9068541
[09-25 00:52:25] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 10
[09-25 00:52:25] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:52:25] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 10 current stream handle: 9068541
[09-25 00:52:25] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 10
[09-25 00:52:25] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:52:25] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 10 current stream handle: 9068541
[09-25 00:52:25] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 10
[09-25 00:52:25] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:52:26] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 10 current stream handle: 9068541
[09-25 00:52:26] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 10
[09-25 00:52:26] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:52:26] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 10 current stream handle: 9068541
[09-25 00:52:26] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 10
[09-25 00:52:26] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:52:26] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 10 current stream handle: 9068541
[09-25 00:52:26] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 10
[09-25 00:52:26] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:52:26] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 10 current stream handle: 9068541
[09-25 00:52:26] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 10
[09-25 00:52:26] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:52:26] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 14433 for upload handle: 10 current stream handle: 9068541
[09-25 00:52:26] postReadCallback(): Wrote 14433 bytes to Kinesis Video. Upload stream handle: 10
[09-25 00:52:26] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:52:26] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 0 for upload handle: 10 current stream handle: 9068541
[09-25 00:52:26] postReadCallback(): Pausing CURL read for upload handle: 10
[09-25 00:53:00] curlCompleteSync(): curl perform failed for url https://s-xxxxxxxxx.kinesisvideo.us-west-2.amazonaws.com/putMedia with result Timeout was reached: Operation too slow. Less than 30 bytes/sec transferred the last 30 seconds
[09-25 00:53:00] curlCompleteSync(): HTTP Error 0 : Response: (null)
[09-25 00:53:00] terminateCurlSession(): Force stopping the curl connection
[09-25 00:53:00] putStreamCurlHandler(): Stream with streamHandle 9068541 has exited without triggering end-of-stream. Service call result: 599
[09-25 00:53:00] kinesisVideoStreamTerminated(): Stream terminated event.
[09-25 00:53:00] stepStateMachine(): PIC Stream State Machine - Current state: 0x89f788, Next state: 0x100
[09-25 00:53:00] stepStateMachine(): PIC Stream State Machine - Current state: 0x76cdf5b0, Next state: 0x200
[09-25 00:53:00] stepStateMachine(): PIC Stream State Machine - Current state: 0x76dfb30c, Next state: 0x1
[09-25 00:53:00] stepStateMachine(): PIC Client State Machine - Current state: 0x76c80bcc, Next state: 0x40
[09-25 00:53:00] describeStreamCachingCurl(): No-op DescribeStream API call
[09-25 00:53:00] describeStreamResultEvent(): Describe stream result event.
[09-25 00:53:00] stepStateMachine(): PIC Stream State Machine - Current state: 0x0, Next state: 0x2
[09-25 00:53:00] stepStateMachine(): PIC Client State Machine - Current state: 0x0, Next state: 0x40
[09-25 00:53:00] getStreamingEndpointCachingCurl(): stao getStreamingEndpointCachingCurl
[09-25 00:53:00] getStreamingEndpointCachingCurl(): Caching GetStreamingEndpoint API call
[09-25 00:53:00] getStreamingEndpointResultEvent(): Get streaming endpoint result event.
[09-25 00:53:00] stepStateMachine(): PIC Stream State Machine - Current state: 0x76d229ec, Next state: 0x20
[09-25 00:53:00] stepStateMachine(): PIC Client State Machine - Current state: 0x0, Next state: 0x40
[09-25 00:53:00] getStreamingTokenResultEvent(): Get streaming token result event.
[09-25 00:53:00] stepStateMachine(): PIC Stream State Machine - Current state: 0x0, Next state: 0x10
[09-25 00:53:00] defaultStreamReadyCallback(): Reported streamReady callback for stream handle 9068541
[09-25 00:53:00] stepStateMachine(): PIC Stream State Machine - Current state: 0x76d0cc2c, Next state: 0x40
[09-25 00:53:00] stepStateMachine(): PIC Client State Machine - Current state: 0x43202d20, Next state: 0x40
[09-25 00:53:00] putStreamResultEvent(): Put stream result event.
[09-25 00:53:00] notifyDataAvailable(): Note data received: duration(100ns): 0 bytes 0 for stream handle 11
[09-25 00:53:00] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 11. Duration available in 100ns: 0. Bytes available: 0
[09-25 00:53:01] defaultStreamDataAvailableCallback(): Reported streamDataAvailable callback for stream handle 9068541. Upload handle 11. Duration available in 100ns: 0. Bytes available: 0
[09-25 00:53:01] stepStateMachine(): PIC Stream State Machine - Current state: 0x76cdf5b0, Next state: 0x80
[09-25 00:53:01] writeHeaderCallback(): RequestId: e5c55f34-c85e-baf0-b222-1e9ac5561090
[09-25 00:53:01] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:53:01] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 11 current stream handle: 9068541
[09-25 00:53:01] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 11
[09-25 00:53:01] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:53:01] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 11 current stream handle: 9068541
[09-25 00:53:01] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 11
[09-25 00:53:01] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:53:01] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 11 current stream handle: 9068541
[09-25 00:53:01] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 11
[09-25 00:53:01] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:53:01] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 11 current stream handle: 9068541
[09-25 00:53:01] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 11
[09-25 00:53:01] postWriteCallback(): postBodyStreamingWriteFunc (curl callback) invoked
[09-25 00:53:01] postWriteCallback(): Curl post body write function for stream with handle: b0ee5507ef4d31b1f778e95f3b9b65c67ed26fec7b86a4531e2d8da17ad1260e and upload handle: 11 returned: {"EventType":"BUFFERING","FragmentTimecode":1600994737365,"FragmentNumber":"91343852333201155253387957310212774485145176370"}
[09-25 00:53:01] postWriteCallback(): Processed ACK OK.
[09-25 00:53:01] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:53:01] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 11 current stream handle: 9068541
[09-25 00:53:01] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 11
[09-25 00:53:01] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:53:01] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 11 current stream handle: 9068541
[09-25 00:53:01] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 11
[09-25 00:53:01] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:53:01] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 11 current stream handle: 9068541
[09-25 00:53:01] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 11
[09-25 00:53:01] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:53:01] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 11 current stream handle: 9068541
[09-25 00:53:01] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 11
[09-25 00:53:01] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:53:01] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 11 current stream handle: 9068541
[09-25 00:53:01] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 11
[09-25 00:53:01] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:53:01] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 11 current stream handle: 9068541
[09-25 00:53:01] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 11
[09-25 00:53:01] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:53:01] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 11 current stream handle: 9068541
[09-25 00:53:01] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 11
[09-25 00:53:01] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:53:02] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 11 current stream handle: 9068541
[09-25 00:53:02] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 11
[09-25 00:53:02] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:53:02] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 11 current stream handle: 9068541
[09-25 00:53:02] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 11
[09-25 00:53:02] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:53:02] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 11 current stream handle: 9068541
[09-25 00:53:02] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 11
[09-25 00:53:02] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:53:02] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 16372 for upload handle: 11 current stream handle: 9068541
[09-25 00:53:02] postReadCallback(): Wrote 16372 bytes to Kinesis Video. Upload stream handle: 11
[09-25 00:53:02] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:53:02] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 14433 for upload handle: 11 current stream handle: 9068541
[09-25 00:53:02] postReadCallback(): Wrote 14433 bytes to Kinesis Video. Upload stream handle: 11
[09-25 00:53:02] postReadCallback(): postBodyStreamingReadFunc (curl callback) invoked
[09-25 00:53:02] postReadCallback(): Get Stream data returned: buffer size: 16372 written bytes: 0 for upload handle: 11 current stream handle: 9068541
[09-25 00:53:02] postReadCallback(): Pausing CURL read for upload handle: 11
MushMal commented 4 years ago

Confirming. From the log indeed it shows that your applications stops/pauses producing frames causing the timeout. My suggestion above is applicable - best is to update the SDK. Alternatively, you could recreate the stream with v2.x when a new “session” starts

staowyze commented 4 years ago

thank you! We don't want to recreate the stream when a new event starts, since recreate the stream would clear endpoint cache, and cause more get data endpoint API calls. We are close to the API TPS limit.

staowyze commented 4 years ago

is there a way we could achieve the same goal without clearing endpoint cache?

MushMal commented 4 years ago

Updating to the latest SDK will allow automatic handling of the intermittent producer with caching endpoint. Using older sdk you could stopSync the stream and reset the stream before streaming with caching APIs. It should work fine

staowyze commented 4 years ago

Good to know, thank you!