[whatwg] Html 5 video element's poster attribute

Rob,

 

I?ve explained earlier that that?s not a solution. In case where we allow users to switch versions of video in mid step that is while the viewer is watch a video of say medium quality and wants to switch to the HD version, today they can seamlessly switch (without having to start from the beginning). We use the load method to do what it does today to do that.

 

Of course we wouldn?t want the user to see the poster during the time it takes to switch so we clear value of the poster before doing this, which is one of the issues cited in my very first post on this subject.

 

In my mind, ?load()? does not imply that the poster should also show. The video stream and poster are quite frankly independent of each other. One is a video stream and the other is an image.

 

The other aspect is that the url to the video changes frequently (in order to prevent bandwidth stealing and such). Using load could impact this delicate balance as well.

 

I fail to see why we can?t simply have a way to turn on the poster without impacting anything else, especially as it pertains to the video stream. The poster and the video are separate and should remain so.

 

Shiv

 <http://exposureroom.com/> http://exposureroom.com

 

From: whatwg-bounces@lists.whatwg.org [mailto:whatwg-bounces@lists.whatwg.org] On Behalf Of Robert O'Callahan
Sent: Monday, September 20, 2010 4:11 PM
To: Silvia Pfeiffer
Cc: whatwg at lists.whatwg.org; Chris Pearce
Subject: Re: [whatwg] Html 5 video element's poster attribute

 

On Mon, Sep 20, 2010 at 7:58 AM, Silvia Pfeiffer <silviapfeiffer1 at gmail.com> wrote:

I think that would be the easiest way to satisfy this requirement. We don't throw away the cached data if load() reloads the same resource and the resource hasn't changed, I assume?

 

Gecko currently does, actually. We should probably fix that.

Assuming we fix that, I think calling "load()" to reset the resource and get back to the "show poster" state is a fine solution to the "show poster at end of video" problem.

Rob
-- 
"Now the Bereans were of more noble character than the Thessalonians, for they received the message with great eagerness and examined the Scriptures every day to see if what Paul said was true." [Acts 17:11]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20100920/667e5437/attachment.htm>

Received on Monday, 20 September 2010 14:03:47 UTC