GStreamer and Webassembly ?

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

GStreamer and Webassembly ?

boxerab@gmail.com
Wondering if anyone has looked into compiling to Webassembly ? It would allow streaming directly to a browser without the need for a plugin, with decent performance.  And Rust is supported.



_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: GStreamer and Webassembly ?

Tonu Jaansoo-3
It looked into this once. Not so easy.. need to compile lots of things and the hardest was libffi.

On Tue, Nov 14, 2017 at 7:05 PM, Aaron Boxer <[hidden email]> wrote:
Wondering if anyone has looked into compiling to Webassembly ? It would allow streaming directly to a browser without the need for a plugin, with decent performance.  And Rust is supported.



_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: GStreamer and Webassembly ?

boxerab@gmail.com


On Tue, Nov 14, 2017 at 10:17 PM, chain256 . <[hidden email]> wrote:
It looked into this once. Not so easy.. need to compile lots of things and the hardest was libffi.

Thanks. Were you able to successfully compile in the end ?


 

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: GStreamer and Webassembly ?

Nicolas Dufresne-5
Le mercredi 15 novembre 2017 à 07:06 -0500, Aaron Boxer a écrit :
>
>
> On Tue, Nov 14, 2017 at 10:17 PM, chain256 . <[hidden email]>
> wrote:
> > It looked into this once. Not so easy.. need to compile lots of
> > things and the hardest was libffi.
> >
>
> Thanks. Were you able to successfully compile in the end ?

Does it translate C and friends to Webassembly, or X86 assembly to
Webassembly ? If it's the first one, then you probably need a new arch
in libffi webasm, and implement the stack handler in that assembly
language.

Nicolas
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (201 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: GStreamer and Webassembly ?

boxerab@gmail.com

Does it translate C and friends to Webassembly, or X86 assembly to
Webassembly ? If it's the first one, then you probably need a new arch
in libffi webasm, and implement the stack handler in that assembly
language.


It is C to Webassembly. 



_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel