Alex
Alex
It looks like all these file IO operations captured by StrictMode are performed on the main thread on every cold app start even if there were no crashes and may...
> I understand the audio track can't be played without ffmpeg. Yes. > What is the behaviour when you disable the audio track? Do you still see problems with rendering...
> Yes. It doesn't at all play for me. Ideas? (it's ok to get more verbose) Try to add FLAG_ALLOW_NON_IDR_KEYFRAMES flag: ``` public DefaultHlsExtractorFactory() { this(/* payloadReaderFactoryFlags= */ DefaultTsPayloadReaderFactory.FLAG_ALLOW_NON_IDR_KEYFRAMES, /*...
Have you managed to reproduce this issue?
Have you had a chance to check this on Mi Box S?