dburckh / ExoPlayer

Deprecated. See https://github.com/dburckh/Media3Avi
Apache License 2.0
3 stars 2 forks source link

Playback not working #9

Closed moneytoo closed 2 years ago

moneytoo commented 2 years ago

Another avi file which is failing to play: pyth.avi (First frame is rendered but the playback never starts, total video duration is negative.)

The avi extractor on my Samsung phone is able to handle it but it could be quite possible similar issue to #5.

dburckh commented 2 years ago

Playback bug was caused by large scale and new offset logic.

This file also has a known muxer bug where the idx1 offset is incorrect. Add work-around for that too.

Pushed changes.

FYI: Default branch is now "avi", not dev-v2.

moneytoo commented 2 years ago

Yep, it plays now. Great!