compiling gstreamer to javascript

Nicolas Dufresne nicolas.dufresne at gmail.com
Sat Jun 11 15:00:57 UTC 2016


Le samedi 11 juin 2016 à 11:35 +0300, Sebastian Dröge a écrit :
> On Sa, 2016-06-11 at 10:25 +0200, Vito De Tullio wrote:
> > 
> > did anyone tried to compile (for example with emscripten) gstreamer
> > to pure 
> > js code?
> > is it possible to try it in the browser?
> > 
> > (I am interested to make an html5-video-tag extension with gst + a
> > custom 
> > video codec)
> GStreamer itself should be possible to some degree, the problem is
> that
> you will also have to compile all dependencies of GStreamer and the
> plugins you want to use, and you need to find replacements for a)
> assembly code and b) platform specific APIs (dlopen() for example).
> 
> It will be possible but you'll have to put quite some effort into
> this
> and modify the code accordingly.

Specially for things using assembly, like libffi which is no a hard
dependency of GLib.

> 
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160611/d3959b19/attachment.sig>


More information about the gstreamer-devel mailing list