Re: [whatwg] Extending HTML 5 video for adaptive streaming

2011-07-04 Thread Robert O'Callahan
On Sat, Jul 2, 2011 at 2:51 AM, Aaron Colwell acolw...@google.com wrote: On Thu, Jun 30, 2011 at 4:13 PM, Robert O'Callahan rob...@ocallahan.orgwrote: On Fri, Jul 1, 2011 at 4:59 AM, Aaron Colwell acolw...@google.comwrote: I've also been looking at the WebRTC MediaStream API and was

Re: [whatwg] Extending HTML 5 video for adaptive streaming

2011-07-01 Thread Aaron Colwell
Hi Robert, comments inline. On Thu, Jun 30, 2011 at 4:13 PM, Robert O'Callahan rob...@ocallahan.orgwrote: On Fri, Jul 1, 2011 at 4:59 AM, Aaron Colwell acolw...@google.com wrote: I've also been looking at the WebRTC MediaStream API and was wondering if it makes more sense to create an

Re: [whatwg] Extending HTML 5 video for adaptive streaming

2011-07-01 Thread Aaron Colwell
Hi Adam, On Thu, Jun 30, 2011 at 5:20 PM, Adam Malcontenti-Wilson adman.com@ gmail.com wrote: @acolwell: Is the appendData method one your suggesting or one already specified/existing? I'm suggesting it. It was a quick and dirty way to try out some ideas I had while working on a prototype

Re: [whatwg] Extending HTML 5 video for adaptive streaming

2011-07-01 Thread Bob Lund
...@whatwg.org Subject: [whatwg] Extending HTML 5 video for adaptive streaming Hi, I've been working on an adaptive streaming prototype that uses JavaScript to fetch chunks of media and feeds them to the video tag for decoding. The idea is to let the adaptation algorithm and CDN interactions

Re: [whatwg] Extending HTML 5 video for adaptive streaming

2011-07-01 Thread Aaron Colwell
Hi Bob, Comments inline On Fri, Jul 1, 2011 at 8:40 AM, Bob Lund b.l...@cablelabs.com wrote: Hi Aaron, Here are some other aspects of script controlled adaptive bit rate that occur to me, perhaps you have already considered these. 1) I guess script will be responsible for maintaining its

[whatwg] Extending HTML 5 video for adaptive streaming

2011-06-30 Thread Aaron Colwell
Hi, I've been working on an adaptive streaming prototype that uses JavaScript to fetch chunks of media and feeds them to the video tag for decoding. The idea is to let the adaptation algorithm and CDN interactions happen in JavaScript so that they can evolve without the need for browser changes.

Re: [whatwg] Extending HTML 5 video for adaptive streaming

2011-06-30 Thread Robert O'Callahan
On Fri, Jul 1, 2011 at 4:59 AM, Aaron Colwell acolw...@google.com wrote: I've also been looking at the WebRTC MediaStream API and was wondering if it makes more sense to create an object similar to the LocalMediaStream object. This has the benefits of unifying how media streams are handled

Re: [whatwg] Extending HTML 5 video for adaptive streaming

2011-06-30 Thread Adam Malcontenti-Wilson
@acolwell: Is the appendData method one your suggesting or one already specified/existing? @robert: Some problems with concept of blobs being appended to, or as I have previously described as Streaming Blobs was mentioned at