[Bug 23726] Integration between XMLHttpRequest and Streams API

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

--- Comment #1 from Takeshi Yoshino <tyoshino@google.com> ---
The SourceBuffer.appendStream method of Media Source Extensions takes a Stream
as an argument.

https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#widl-SourceBuffer-appendStream-void-Stream-stream-unsigned-long-long-maxSize

void appendStream (Stream stream, [EnforceRange] optional unsigned long long
maxSize);

----

Media Capture API

http://www.w3.org/wiki/Media_Capture

----

Discussion between Takeshi and Aymeric with some examples.

http://lists.w3.org/Archives/Public/public-webapps/2013JulSep/0593.html
http://lists.w3.org/Archives/Public/public-webapps/2013JulSep/0664.html
http://lists.w3.org/Archives/Public/public-webapps/2013OctDec/0232.html

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 5 November 2013 17:35:58 UTC