How can I tell how many of my website's users have Quicktime 7 installed?
July 16, 2006 4:05 PM Subscribe
How can I tell how many of my website's users have Quicktime 7 installed?
I run a relatively popular, regularly updated video website, which serves both to casual internet users and to a large podcast audience. I want to switch to the H.264 codec, for its far superior quality and iPod compatibility, but it requires Quicktime 7 (as opposed to Quicktime 6) to play back. (I'm currently compressing to MPEG-4, because I got sick of making separate H264 and Sorenson encodes.)
However, I'm going to need some numbers before I can force them all to upgrade. General statistics about the internet-using population at large aren't helpful, as our audience is relatively young -- I'd wager that most of them are iTunes users, for example, and as Quicktime 7 is part of iTunes 6, I think our demographics are going to skew towards having it installed. However, I still need to know for sure.
So, is there a test I can run that will provide me with statistics of how many users use Quicktime 7, a la browser user statistics? A piece of Javascript on my front page, for example?
posted by tweebiscuit to computers & internet (4 answers total)
Make two small Quicktime files (e.g. one frame, 10 pixels by 10 pixels). File #1 requires QT7 and calls file #2. Embed file #1 in your home page (or where-ever else is good). Then check your server logs to see how often file #2 is called.
(Now that I think of it, file#2 probably doesn't even have to actually exist)
posted by winston at 4:15 PM on July 16, 2006