Re: [whatwg] File API Streaming Blobs

2011-08-11 Thread Aaron Colwell
Comments inline... On Wed, Aug 10, 2011 at 2:05 PM, Charles Pritchard wrote: > On 8/9/2011 9:38 AM, Aaron Colwell wrote: > > FYI I'm working on an experimental extension to Chromium to allow media > data to be streamed into a media element via JavaScript. Here is the draft > spec

Re: [whatwg] File API Streaming Blobs

2011-08-11 Thread Aaron Colwell
FYI I'm working on an experimental extension to Chromium to allow media data to be streamed into a media element via JavaScript. Here is the draft spec and pending WebKit patch

Re: [whatwg] File API Streaming Blobs

2011-08-11 Thread Simon Heckmann
See below! Am 11.08.2011 um 23:24 schrieb Bjartur Thorlacius : > Þann mán 8.ágú 2011 20:31, skrifaði Simon Heckmann: >> Well, not directly an answer to your question, but the use case I had in >> mind is the following: >> >> A large encrypted video (e.g. HD movie with 2GB) file is stored using

Re: [whatwg] File API Streaming Blobs

2011-08-11 Thread Bjartur Thorlacius
Þann mán 8.ágú 2011 20:31, skrifaði Simon Heckmann: Well, not directly an answer to your question, but the use case I had in mind is the following: A large encrypted video (e.g. HD movie with 2GB) file is stored using the File API, I then want to decrypt this file and start playing with only

Re: [whatwg] File API Streaming Blobs

2011-08-10 Thread Charles Pritchard
On 8/9/2011 9:38 AM, Aaron Colwell wrote: FYI I'm working on an experimental extension to Chromium to allow media data to be streamed into a media element via JavaScript. Here is the draft spec and

Re: [whatwg] File API Streaming Blobs

2011-08-08 Thread Charles Pritchard
On 8/8/2011 2:51 PM, Glenn Maynard wrote: On Mon, Aug 8, 2011 at 4:31 PM, Simon Heckmann > wrote: Well, not directly an answer to your question, but the use case I had in mind is the following: A large encrypted video (e.g. HD movie with 2GB) file is s

Re: [whatwg] File API Streaming Blobs

2011-08-08 Thread Rob Manson
Sorry to jump in the middle of your discussion but after reading Eric's questions e.g. I haven't fully absorbed the MediaStream API, but perhaps it would be more natural to make a connector in that API rather than modifying Blob? I think this use case also applies

Re: [whatwg] File API Streaming Blobs

2011-08-08 Thread Simon Heckmann
It's actually confidential company data, I was thinking off. Together with the DOMCrypt API I thought this could be a valid use case. But I think there might be more cases in which it might make sense to preprocess locally stored video data. Kind regards, Simon Heckmann Am 08.08.2011 um 23:5

Re: [whatwg] File API Streaming Blobs

2011-08-08 Thread Glenn Maynard
On Mon, Aug 8, 2011 at 4:31 PM, Simon Heckmann wrote: > Well, not directly an answer to your question, but the use case I had in > mind is the following: > > A large encrypted video (e.g. HD movie with 2GB) file is stored using the > File API, I then want to decrypt this file and start playing wit

Re: [whatwg] File API Streaming Blobs

2011-08-08 Thread Simon Heckmann
Well, not directly an answer to your question, but the use case I had in mind is the following: A large encrypted video (e.g. HD movie with 2GB) file is stored using the File API, I then want to decrypt this file and start playing with only a minor delay. I do not want to decrypt the entire fil

Re: [whatwg] File API Streaming Blobs

2011-08-08 Thread Eric U
Sorry about the very slow response; I've been on leave, and am now catching up on my email. On Wed, Jun 22, 2011 at 11:54 AM, Arun Ranganathan wrote: > Greetings Adam, > >> Ian, I wish I knew that earlier when I originally posted the idea, >> there was lots of discussion and good ideas but then i

Re: [whatwg] File API Streaming Blobs

2011-06-22 Thread Arun Ranganathan
Greetings Adam, Ian, I wish I knew that earlier when I originally posted the idea, there was lots of discussion and good ideas but then it suddenly dropped of the face of the earth. Essentially I am fowarding this suggestion to public-webapps@w3.org on the basis as apparently most discussion of

Re: [whatwg] File API Streaming Blobs

2011-06-15 Thread Adam Malcontenti-Wilson
Ian, I wish I knew that earlier when I originally posted the idea, there was lots of discussion and good ideas but then it suddenly dropped of the face of the earth. Essentially I am fowarding this suggestion to public-webapps@w3.org on the basis as apparently most discussion of File API specs happ