|
|
|
|
|
by itafroma
4791 days ago
|
|
The website is using h.264 at ~3Mbps in a QuickTime movie container in <video> elements. It'll work for anyone with the following conditions met: - Using a browser that supports the QuickTime container format (i.e., has the QuickTime or compatible plugin installed) - Using a browser that supports the <video> element with the h.264 codec (not Firefox). - Using a device that can decode 3Mbps h.264 video (not iOS devices). This is more for the sibling comments, but on Hacker News, I'd expect people to take a minute to check why something is or isn't working for them on a page instead of just commenting what browser/OS combo they're using. |
|
As for your points:
- installing QuickTime is not an option (in my opinion it's a piece of bloatware crap that should be retired)
- why should I not use Firefox? just because it chose to support only open video formats
- last time I checked iOS devices sold way more than Macs and I bet a lot of people check out HN using them
Problem: the page is more or less only addressed to people using MacBooks and Windows/Chrome !?! (maybe should include that in the HN link to the article)
Solution: it only takes 10-15 minutes to convert the videos to ogv or webm and add new source tags to the code for fallback thus making the page accessible to the rest of the world
P.S. I did not mean for my first comment to sound like a snarky remark (the blood rush to the brain took over for a moment). I should have included more details about the nature of the problem. Cheers.