Reputation: 21
I have a website where I am embedding a video onto. I am just wondering if having an embedded video on the page would make the video load and buffer, and run less smoothly, than if the video where actually placed on the page? Thanks
Upvotes: 2
Views: 312
Reputation: 8875
it depends what you mean by "embed".
Do you mean:
right right. Ok, well, then, using that method (#4) does not affect how the video is downloded at all.
See, by "embedding", using some scripts, all you're doing is setting up the player container somewhere else.. youtube, vimeo, your other site etc.
The only thing that will alter the "performance" of the video is a combination of the player itself (flash, html5, and the configs), and the server technology which is serving up the video file itself (IIS,Flash Server, Akami, etc etc).
Simple answer to your question: No
Upvotes: 2
Reputation: 3562
The way an embedded video is downloaded and buffer eddepened on the player, eg Youtube flash player plays flv differently to the myspace flash video control.
than if the video where actually placed on the page?
I assume you mean as a download link, it would depend on the player and the video format.
Upvotes: 0