Media source API is working fine when I downloaded all files from https://html5-demos.appspot.com/static/media-source.html . However, when I replaced the name of file in line 137, chrome dev tools gave
Uncaught InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable
I have made no other change to the file and uploaded it on dropbox. @line 137 ` - var FILE = 'test.webm'; + var FILE = 'b8756219.webm';
Chrome Version 31.0.1650.63 Ubuntu 13.10 Both are webm files but one of them is giving errors. What am I missing? `