Bug 13667 - make vimeo.com work
Summary: make vimeo.com work
Status: RESOLVED FIXED
Alias: None
Product: swfdec
Classification: Unclassified
Component: library (show other bugs)
Version: unspecified
Hardware: Other All
: medium enhancement
Assignee: swfdec ml
QA Contact: swfdec ml
URL: http://www.vimeo.com
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-15 04:19 UTC by Riccardo Magliocchetti
Modified: 2008-02-16 12:48 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Riccardo Magliocchetti 2007-12-15 04:19:04 UTC
With git fe10412fcc1698adf61b19fdf55fc25be7248651 the player can't load the video and you get "FLV file not found".
Comment 1 Pekka Lampila 2007-12-17 08:34:40 UTC
Confirmed
Comment 2 Pekka Lampila 2008-02-15 04:45:25 UTC
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
Comment 3 Benjamin Otte 2008-02-15 14:42:10 UTC
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.
Comment 4 Pekka Lampila 2008-02-16 12:48:52 UTC
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.