- From: <bugzilla@jessica.w3.org>
- Date: Fri, 13 Sep 2013 09:53:05 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23236
Bug ID: 23236
Summary: [MSE]
Product: HTML WG
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: Media Source Extensions
Assignee: adrianba@microsoft.com
Reporter: suribabu.rss@gmail.com
QA Contact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-media@w3.org
An exception raised as sourceBuffer has no method 'append' in chrome Version
29.0.1547.66 m.
Here is code:
var sourceBuffer = mSource.addSourceBuffer('video/webm; codecs="vorbis,vp8"');
sourceBuffer.append(new window.Uint8Array(chunkArray));
I've got chunkArray using file reader from the video.webM file
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 13 September 2013 09:53:06 UTC