Quicktime player videos makes site slow.

173 views
Skip to first unread message

Prashant B

unread,
Jul 21, 2012, 3:12:36 AM7/21/12
to joomla-de...@googlegroups.com
i have embedded "QuickTime Player" on my website.

but it makes my site too slow.

Is there is any option to first load the site and when we want to play the video that time video loads and start playing.

brian teeman

unread,
Jul 21, 2012, 4:08:08 AM7/21/12
to joomla-de...@googlegroups.com
Sorry, but this list is for extension development and discussion of how to 
create extensions.  You should instead ask this question on the Joomla 
forum.  Here's the direct link to it: 
http://forum.joomla.org/ 

Hope this helps! 

subtextproductions

unread,
Jul 22, 2012, 2:51:49 PM7/22/12
to joomla-de...@googlegroups.com

subtextproductions

unread,
Jul 22, 2012, 2:55:12 PM7/22/12
to joomla-de...@googlegroups.com
Don't embed quicktime. Use the HTML5 video tag instead. The same people who are quicktime compatible will be HTML5 compatible. Just rename your .mov file to .mp4 and use the following:

<video width="640" height="480" controls="controls">
   <source src="videos/myvideo.mp4" type="video/mpeg" />
</video>

On Saturday, July 21, 2012 2:12:36 AM UTC-5, Prashant B wrote:

Sam Moffatt

unread,
Jul 22, 2012, 4:14:26 PM7/22/12
to joomla-de...@googlegroups.com
That's not entirely true, I believe there is a Quicktime player plugin
for Windows that works with MSIE which most definitely doesn't support
HTML5 video in all incarnations. I also believe that installing iTunes
results in Quicktime being installed as well.

Cheers,

Sam Moffatt
http://pasamio.id.au
> --
> You received this message because you are subscribed to the Google Groups
> "Joomla! General Development" group.
> To view this discussion on the web, visit
> https://groups.google.com/d/msg/joomla-dev-general/-/kWkZmYaRxKkJ.
>
> To post to this group, send an email to joomla-de...@googlegroups.com.
> To unsubscribe from this group, send email to
> joomla-dev-gene...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/joomla-dev-general?hl=en-GB.

subtextproductions

unread,
Jul 23, 2012, 1:25:44 PM7/23/12
to joomla-de...@googlegroups.com
Sam, your right that's not entirely true. However, Internet Explorer 9 and 10 support the H.264 video codec in HTML5 video tags. Internet Explorer 6, 7, and 8 do not support the HTML5 video tag. There is a quicktime plugin which can be installed, which will allow internet explorer or any other supported browser to play a quicktime movie. But, nowadays all quicktime movies are H.264 encoded by default. Why use an old technology to display these videos? If an end user is running IE6 they have bigger problems than the quicktime plugin. Installing iTunes on Windows does ask if you want to install QuickTime, but doesn't just install it for you by default. 

Again, you're correct. My statement was not entirely true. I still believe it is a better idea to embed quicktime movies as HTML5 compatible videos than as QuickTime embeds. I don't actually have the figures at hand, but I'm willing to hazard a guess that there are more users running IE9 than there are running IE8 with the quicktime plugin installed. My opinion regarding IE 6 and 7 should be eminently clear from this post.
Reply all
Reply to author
Forward
0 new messages