This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 23236 - [MSE]
Summary: [MSE]
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: Media Source Extensions (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Adrian Bateman [MSFT]
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-13 09:53 UTC by surbob
Modified: 2013-09-14 08:10 UTC (History)
3 users (show)

See Also:


Attachments

Description surbob 2013-09-13 09:53:05 UTC
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
Comment 1 Glenn Adams 2013-09-13 13:08:42 UTC
This Bugzilla is for spec bugs, not for implementation bugs. File your bug with Chrome.
Comment 2 surbob 2013-09-14 08:10:47 UTC
I've reset flags in about://fags, Now its working fine. 
Thanks,
suri