Is there a C example how to do a dual-stream H.264 encoding ?
I tried to create a second instance of an H.264 encoder, but I got -17 error (RETCODE_FAILURE_TIMEOUT) from function vpu_EncStartOneFrame().
I was doing 720P for the primary encoding (works fine), and trying QVGA for the second encoding.
Thanks!