amazon-kinesis-video-streams-webrtc-sdk-c
amazon-kinesis-video-streams-webrtc-sdk-c copied to clipboard
[FEATURE] Improve writeFrame() Performance
Is your feature request related to a problem? Please describe. We use armv7 CPU on our devices. We also stream h264 stream with video stream only. When the bitrate hits 2Mbps, writeFrame() starts to take a bit longer to process and peaks at about ~200ms to ~500ms at times when sending keyframes. We would love to see if there is room for optimization for this function.
Describe the solution you'd like Optimization of writeFrame function.
Describe alternatives you've considered We temporarily improved the media thread priority and this improved a bit.