We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

WebAssembly, WebComponents and media filters all at once: a proposal to open the Web to variety of formats

Formale Metadaten

Titel
WebAssembly, WebComponents and media filters all at once: a proposal to open the Web to variety of formats
Serientitel
Anzahl der Teile
798
Autor
Mitwirkende
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
The recent re-architecture of GPAC yielded a simple and modular way to create dynamic media pipeline for almost all use cases related to media content handling. However, the project mainly targets statically-compiled platforms since it is written in C. The Bevara open-source project encapsulates this new GPAC architecture into the WebAssembly and Webcomponents framework in order to extend its use to browsers. This combination allows dynamic support of formats which aren’t natively supported by browsers. Our project delivers the script for integrating this new syntax in common HTML5 web pages, and additionally includes an SDK to generate new decode and playback filters and a visual studio code plugin that aids in determining the right combination of decoders for given file format. These tools leave enough room for inserting any combination of container, codec, or features in your websites to support legacy, current, or experimental media formats. This is suitable not only for novice website designers, but for professionals from the open-source community who want to ensure that content is easily accessible on all browsers.