Difference between revisions of "Jsvlc"

From Archiveteam
Jump to navigation Jump to search
(Created page with "JSVLC is a shot in the dark attempt to port the open-source media player VLC to Javascript. The motivation for this is not unlike the motivations for creating the Javascript...")
 
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
JSVLC is a shot in the dark attempt to port the open-source media player VLC to Javascript.  
'''JSVLC''' is a shot in the dark attempt to port the open-source media player VLC to Javascript.
 
[[VLC.js]] is a more detailed article about this project.


The motivation for this is not unlike the motivations for creating the Javascript MESS project: increased portable access to a variety of media - in this case, audio and video, including older formats, DVDs, CD-ROMs, and other files that reside on locations like the Internet Archive, retuning all of these large files into streamable media.
The motivation for this is not unlike the motivations for creating the Javascript MESS project: increased portable access to a variety of media - in this case, audio and video, including older formats, DVDs, CD-ROMs, and other files that reside on locations like the Internet Archive, retuning all of these large files into streamable media.
Line 5: Line 7:
It'll work, or it won't.
It'll work, or it won't.


Downloading the VLC Source Code: [http://www.videolan.org/vlc/download-sources.html]
* Downloading the VLC Source Code: [http://www.videolan.org/vlc/download-sources.html]
Building with Emscripten: [https://github.com/kripken/emscripten/wiki/Building-Projects]
* Building with Emscripten: [https://github.com/kripken/emscripten/wiki/Building-Projects]
 
Initial horrified attempts to overview this project are happening at #vlcjs on EFnet.
 
{{Navigation box}}

Latest revision as of 03:00, 15 July 2019

JSVLC is a shot in the dark attempt to port the open-source media player VLC to Javascript.

VLC.js is a more detailed article about this project.

The motivation for this is not unlike the motivations for creating the Javascript MESS project: increased portable access to a variety of media - in this case, audio and video, including older formats, DVDs, CD-ROMs, and other files that reside on locations like the Internet Archive, retuning all of these large files into streamable media.

It'll work, or it won't.

  • Downloading the VLC Source Code: [1]
  • Building with Emscripten: [2]

Initial horrified attempts to overview this project are happening at #vlcjs on EFnet.