You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Chrome dropping support for NPAPI, the VLC plugin and many others aren't working anymore.
This means that trying to open a file that is currently being downloaded results only in downloading the video file which cannot even be opened with any program until said download is complete, kind of defeating the purpose of torrent streaming.
Would it be possible to embed a html5
The text was updated successfully, but these errors were encountered:
If the video is in MP4 (or other HTML5-compatible format like WebM or Theora), the browser will open the built-in video player - you don't need a plugin for those. If it's in any other format/container, it will not be supported by the <video> tag, so embedding it into a page makes no sense until we figure out how to efficiently transcode it. You could provide your ideas and feedback in #19.
With Chrome dropping support for NPAPI, the VLC plugin and many others aren't working anymore.
This means that trying to open a file that is currently being downloaded results only in downloading the video file which cannot even be opened with any program until said download is complete, kind of defeating the purpose of torrent streaming.
Would it be possible to embed a html5
The text was updated successfully, but these errors were encountered: