Bug 1712266 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Saw this while running an automated test on Focus Android (Debug build on 5/12/21), using an mp4 video file:

`java.lang.IllegalStateException
05-12 05:59:22.548: W/System.err(9170): 	at android.media.MediaCodec.native_flush(Native Method)
05-12 05:59:22.548: W/System.err(9170): 	at android.media.MediaCodec.flush(MediaCodec.java:2194)
05-12 05:59:22.548: W/System.err(9170): 	at org.mozilla.gecko.media.LollipopAsyncCodec.flush(LollipopAsyncCodec.java:184)
05-12 05:59:22.548: W/System.err(9170): 	at org.mozilla.gecko.media.Codec.flush(Codec.java:596)`

Steps: 
1. Open a page with an mp4 video.
2. Play video.

Result:
The video doesn't start playing.

Video file and full logs attached.
Saw this while running an automated test on Focus Android (Debug build on 5/12/21), using an mp4 video file:
* can't reproduce manually yet

`java.lang.IllegalStateException
05-12 05:59:22.548: W/System.err(9170): 	at android.media.MediaCodec.native_flush(Native Method)
05-12 05:59:22.548: W/System.err(9170): 	at android.media.MediaCodec.flush(MediaCodec.java:2194)
05-12 05:59:22.548: W/System.err(9170): 	at org.mozilla.gecko.media.LollipopAsyncCodec.flush(LollipopAsyncCodec.java:184)
05-12 05:59:22.548: W/System.err(9170): 	at org.mozilla.gecko.media.Codec.flush(Codec.java:596)`

Steps: 
1. Open a page with an mp4 video.
2. Play video.

Result:
The video doesn't start playing.

Video file and full logs attached.

Back to Bug 1712266 Comment 0