Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upcount droppedFrames in tunneling mode #7100
Comments
|
I am not very sure about it but since decoding of video is not in exoplayer code, it cannot determine if a frame is late, very late or should be dropped when tunneling mode is enabled |
|
The tunneling decoder reports rendered frames with the callback As the tunneling decoders are not required to call Unfortunately I will not access to a tunneling setup until the London office reopens (COVID-19 confinement). |
|
@Cizor, changxiangzhong in #7544 has done some testing regarding the tunneling I would encourage you to try the same methodology if possible to validate that it successfully detects drop frames for your devices. |


Searched documentation and issues
[REQUIRED] Question
How to count dropped frames count when tunneling mode is enabled?
For non tunneling mode I am using decoderCounters.droppedBufferCount but code in MediaCodecVideoRenderer doesn't seem to handle it for tunneling mode. Please advise.
Link to test content
Content used from Demo app