bvibber/ogv.js

(Multiple video tracks) Video goes super fast after a certain amount of time with a certain file.

Opened this issue · 2 comments

Hi,

I am using this mkv : https://komutel.s3.ca-central-1.amazonaws.com/2audio2video.mkv
It contains 2 audio vorbis tracks and 2 video VP8 tracks.

Dragndrop the mkv into the demo : https://brionv.com/misc/ogv.js/demo/

After around ~ 8 sec, it looks like the audio stop playing and following that, the video seems to go as fast as possible.
The same file works fine in other players (VLC, WMP, MPC-HC).

Any idea what could cause this issue?

Thanks.

Thanks for testing! As a guess, there may be some difficulty with the multiple tracks -- I've only tested on files with 0 or 1 audio & video tracks each, and ogv.js is currently designed to only take the first track of each type. Will take a look shortly and see if I can tell what's happening. :)

Update: I haven't had a chance to look yet. You should still assume that it will not work because of the multiple tracks.