[Bug 18922] Add a parser free, codec agnostic example

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18922

Aaron Colwell <acolwell@chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |acolwell@chromium.org

--- Comment #1 from Aaron Colwell <acolwell@chromium.org> 2012-09-19 19:41:53 UTC ---
The expectation is that the web application is responsible for determining
where the segment boundaries are. This is highly format & deployment dependent.
This can be either done in javascript or with the help of backend servers.
There is no generic solution that will work in a format agnostic way. The
init/media segment abstractions are the best we can do. Lower level than that
requires detailed knowledge of the specific format.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 19 September 2012 19:41:58 UTC