jhiesey / videostream

Play html5 video when from a file-like object
MIT License
243 stars 74 forks source link

Firefox 43 error #17

Closed feross closed 8 years ago

feross commented 8 years ago

Visit https://webtorrent.io with Firefox 43. Video fails to load, and this error is in the console:

"InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable"

Works fine on Firefox Nightly (46). Thoughts?

jhiesey commented 8 years ago

Don't know, but I can take a look. Firefox has historically had a pretty buggy MediaSource implementation though, so they could still be ironing things out.

feross commented 8 years ago

Yeah, I tested on Firefox 44 and it works fine, so maybe we should just wait for the next release. On Fri, Dec 18, 2015 at 10:40 AM John Hiesey notifications@github.com wrote:

Don't know, but I can take a look. Firefox has historically had a pretty buggy MediaSource implementation though, so they could still be ironing things out.

— Reply to this email directly or view it on GitHub https://github.com/jhiesey/videostream/issues/17#issuecomment-165588466.

jhiesey commented 8 years ago

Works for me. Closing.