libraries/amazon/amazon-kinesis-video-streams-webrtc-sdk-c/patch/src/source/PeerConnection/Rtp.c (4 lines): - line 195: UINT64 randomRtpTimeoffset = 0; // TODO: spec requires random rtp time offset - line 310: // TODO is frame considered discarded when at least one of its packets is discarded or all of its packets discarded? - line 459: UINT64 randomRtpTimeoffset = 0; // TODO: spec requires random rtp time offset - line 605: // TODO is frame considered discarded when at least one of its packets is discarded or all of its packets discarded? libraries/amazon/amazon-kinesis-video-streams-webrtc-sdk-c/patch/src/source/PeerConnection/Retransmitter.c (4 lines): - line 75: // TODO it is not very clear from the spec whether nackCount is number of packets received or number of rtp packets lost reported in nack packets - line 102: /* TODO: Should we check refAddr too? */ - line 130: /* FIXME: The shared buffer RTP packet should be counted into twcc manager. */ - line 195: // TODO it is not very clear from the spec whether nackCount is number of packets received or number of rtp packets lost reported in nack packets src/source/app/kvsapp.c (4 lines): - line 563: /* FIXME: Handle the return value in a proper way. */ - line 739: /* FIXME: Handle the return value in a proper way. */ - line 742: /* FIXME: Handle the return value in a proper way. */ - line 1197: /* TODO: Propagate this option to KVS stream. */ src/source/restful/aws_signer_v4.c (2 lines): - line 91: /* TODO: Add lexical verification. */ - line 105: /* TODO: Add lexical verification. */ src/source/net/http_helper.c (1 line): - line 189: /* TODO: Add timeout checking here */ libraries/amazon/amazon-kinesis-video-streams-webrtc-sdk-c/patch/src/source/Rtp/Codecs/RtpH264Payloader.c (1 line): - line 321: // TODO: Add support for Aggregate Packets https://tools.ietf.org/html/rfc6184#section-5.7