tuncalie

Results 5 issues of tuncalie

We have a device (Jetson Nano) running our streaming solution based on C SDK GstreamerClientMaster sample. We have 1-way video (device to viewer) and 2-way audio communications (OPUS). I repeatedly...

question
pending-research

**Describe the bug** For calculation of timeouts, `GETTIME` function is used. `GETTIME` is defined as `globalGetTime` function. As it can be seen in https://github.com/awslabs/amazon-kinesis-video-streams-pic/blob/master/src/utils/src/Time.c#L45 this function reads the time using...

bug
pending-action

**Logging** 2021-10-12 05:11:59 VERBOSE rtcpReportsCallback(): sender report 714470242 16505577869281378154 4187603 : 4362 packets 741540 bytes 2021-10-12 05:11:59 VERBOSE rtcpReportsCallback(): sender report 1226125112 16505577869675665172 7825823 : 13985 packets 5523459 bytes 2021-10-12...

**Logging** Please see attached logs from different devices, **Describe the bug** After 10s or 100s of connections , our devices randomly get into a state that no new stream connection...

pending-research

I see that most operations convert given bounding boxes from top,left,width,height to top, left, bottom, right. One exception that I could see is the Kalman filter, which uses top, left,...