Bug 13667

Summary: make vimeo.com work
Product: swfdec Reporter: Riccardo Magliocchetti <riccardo.magliocchetti>
Component: libraryAssignee: swfdec ml <swfdec>
Status: RESOLVED FIXED QA Contact: swfdec ml <swfdec>
Severity: enhancement    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
URL: http://www.vimeo.com
Whiteboard:
i915 platform: i915 features:

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.