jhiesey / videostream

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

Bitlove Intro video plays, but then throws an error #13

Closed feross closed 9 years ago

feross commented 9 years ago
  1. Download the torrent file with webtorrent-hybrid:

    webtorrent-hybrid https://github.com/feross/webtorrent/raw/master/test/torrents/bitlove-intro.torrent --vlc
  2. Drag the .torrent file onto https://instant.io. If you use localStorage.debug = "webtorrent:append-to", you can see that it falls back to the Blob approach after videostream fails.
jhiesey commented 9 years ago

Looks like this is actually a webm, file, which isn't supported (yet; may never be).

feross commented 9 years ago

Right you are.