With git fe10412fcc1698adf61b19fdf55fc25be7248651 the player can't load the video and you get "FLV file not found".
Confirmed
Seems like the action script appends md5sum of redFiretruck + filename as query string to the HTTP request for the video file. For some reason we get the wrong md5sum, so the server refuses the request
I'd say that the md5 computation is correct, but we most likely mess up something further above: timestamps, Date object stuff or number conversions.
The culprit was missing support for radix in Number.toString. It's now implemented in git (since 82e8ba19dd1678eb17d5e343b3e5754bb0110fa7), and the video player seems to work
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.