davydovvladimir

Results 5 comments of davydovvladimir

@andrewlewis @ojw28 thanks a lot for fast answer! I have performed additional debugging as @ojw28 recommended. MediaCodecVideoRenderer.processOutputBuffer is called with `isDecodeOnlyBuffer == true` when third i-frame is queued. Next call...

>Regarding the additional debugging you did: I don't think it's as simple as counting the number of frames queued before you see the first frame being dequeued. This is because...

Hi @stevemayhew thank you for the update > 4. lastly a change that sets MediaCodec.BUFFER_FLAG_KEY_FRAME on the MediaCodec.queueInputBuffer() flags argument. what a change do you mean?

> Some origin servers (including sadly Apple’s mediafilesegmentor) add garbage NALUs after the IDR (type 5). These trailing P/B slice NALU can freeze you on a frame that looks, well...

Hi @ojw28 Do you have any updates for this issue?