[webkit-dev] Video feature request

2010-01-14 Thread Zack S
Hi all, There's a feature that I would find useful that's not as far as I know a part of HTML5/Javascript in Webkit based browsers. Namely, I'd like to be able to open a video from within Javascript without necessarily wanting to play it, but rather I want to be able to extract frames out

Re: [webkit-dev] Video feature request

2010-01-14 Thread Oliver Hunt
On Jan 14, 2010, at 9:00 AM, Zack S wrote: > Hi all, > > There's a feature that I would find useful that's not as far as I know a part > of HTML5/Javascript in Webkit based browsers. > > Namely, I'd like to be able to open a video from within Javascript without > necessarily wanting to pl

Re: [webkit-dev] Video feature request

2010-01-14 Thread Chris Marrin
On Jan 14, 2010, at 9:23 AM, Oliver Hunt wrote: > > On Jan 14, 2010, at 9:00 AM, Zack S wrote: > >> Hi all, >> >> There's a feature that I would find useful that's not as far as I know a >> part of HTML5/Javascript in Webkit based browsers. >> >> Namely, I'd like to be able to open a vid

Re: [webkit-dev] Video feature request

2010-01-14 Thread Oliver Hunt
On Jan 14, 2010, at 10:06 AM, Chris Marrin wrote: > > On Jan 14, 2010, at 9:23 AM, Oliver Hunt wrote: > >> >> On Jan 14, 2010, at 9:00 AM, Zack S wrote: >> >>> Hi all, >>> >>> There's a feature that I would find useful that's not as far as I know a >>> part of HTML5/Javascript in Webkit b

Re: [webkit-dev] Video feature request

2010-01-14 Thread Adam Barth
On Thu, Jan 14, 2010 at 10:06 AM, Chris Marrin wrote: > On Jan 14, 2010, at 9:23 AM, Oliver Hunt wrote: >> On Jan 14, 2010, at 9:00 AM, Zack S wrote: >>> There's a feature that I would find useful that's not as far as I know a >>> part of HTML5/Javascript in Webkit based browsers. >>> >>> Namely,

Re: [webkit-dev] Video feature request

2010-01-14 Thread Ian Hickson
On Thu, 14 Jan 2010, Adam Barth wrote: > > I'm not sure if we've implemented it yet, but we could let video > providers opt out of these protections using CORS. That will be specified in HTML5 around the same time that the cross-site subtitle stuff is added (since that has the same problem). --