The code logic to select the video to display simply picks a random .mp4 file to display. This could easily lead to either a lower quality file, or possibly too large a file to be selected.

The preferred behavior would be to select the same file archive.org does. This will typically be the 512kb mp4 file.

Therefore we will try to get that file first, then default to some other mp4, ogv or mov file.

Comments

winston’s picture

Assigned: winston » Unassigned
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 38162a5 on 6.x-2.x, 7.x-2.x by winston:
    #956694 by slerby: Fixing in 2.x version #983884 by winston: Improve...