From gitlab at videolan.org Sun Sep 13 10:44:51 2020 From: gitlab at videolan.org (Jean-Baptiste Kempf) Date: Sun, 13 Sep 2020 10:44:51 +0200 Subject: [www-doc] [Git][VideoLAN.org/websites][master] libvlc: add more info and links about bindings Message-ID: <5f5ddc03bc89b_593c3fc7e4f367e0319123@gitlab.mail> Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites Commits: 4d63d0f5 by Martin Finkel at 2020-09-10T14:40:42+02:00 libvlc: add more info and links about bindings - - - - - 1 changed file: - www.videolan.org/vlc/libvlc.php Changes: ===================================== www.videolan.org/vlc/libvlc.php ===================================== @@ -11,9 +11,49 @@

libVLC is the core engine and the interface to the multimedia framework on which VLC media player is based.

-

It allows developers to create a wide range of multimedia applications +

libVLC is modularized into hundreds of plugins, which may be loaded at runtime. + This architecture provides great flexibility to developers (both VLC devs and devs consuming the library). + It allows developers to create a wide range of multimedia applications using the VLC features.

+ +

libVLC is a C library which can be embedded in your own applications. It works with most popular OS platforms, on both mobile and desktop. + It is under the LGPL2.1 license.

+ +

libVLC versioning is inherently tied to the VLC app versioning. The current stable major version of libVLC is version 3, + and the preview/development version is version 4.

+ +

A variety of programming language bindings for libVLC is available to use the library seamlessly in your chosen ecosystem.

+

By VideoLAN

+ +

By the community

+ +

LibVLC Discord Community Server

+

For matters related to the LibVLC APIs and the various bindings, join our LibVLC bindings Community Discord Server!

+ + +

Technical Diagram

libVLC dev stack View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/4d63d0f5032e9bf6726a9cf50a0c962bfd829067 -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/4d63d0f5032e9bf6726a9cf50a0c962bfd829067 You're receiving this email because of your account on code.videolan.org. From gitlab at videolan.org Mon Sep 21 10:16:43 2020 From: gitlab at videolan.org (Marvin Scholz) Date: Mon, 21 Sep 2020 10:16:43 +0200 Subject: [www-doc] [Git][VideoLAN.org/websites][master] 3 commits: readme: add note about necessary php extensions Message-ID: <5f68616b822a5_593c3fc7e4bf662011591a8@gitlab.mail> Marvin Scholz pushed to branch master at VideoLAN organization / websites Commits: e422575a by Martin Finkel at 2020-09-15T17:14:07+02:00 readme: add note about necessary php extensions - - - - - 48a6c148 by Martin Finkel at 2020-09-16T19:03:06+02:00 libvlc: add samples info - - - - - 77a04e24 by Martin Finkel at 2020-09-21T10:11:45+02:00 review feedback - - - - - 6 changed files: - README.md - + www.videolan.org/images/360-video.png - + www.videolan.org/images/mediaplayerelement.png - + www.videolan.org/images/mosaic-android.png - + www.videolan.org/images/thumbnailer.jpg - www.videolan.org/vlc/libvlc.php Changes: ===================================== README.md ===================================== @@ -7,3 +7,5 @@ Be careful with any changes you do as they immediate land in prod :) You need sass compiler either for sassc or ruby-sass packages to compile the style. You (optionnally) need yui-compressor to minify the style and js. + +You need php, as well as the php-gd and php-intl extensions. \ No newline at end of file ===================================== www.videolan.org/images/360-video.png ===================================== Binary files /dev/null and b/www.videolan.org/images/360-video.png differ ===================================== www.videolan.org/images/mediaplayerelement.png ===================================== Binary files /dev/null and b/www.videolan.org/images/mediaplayerelement.png differ ===================================== www.videolan.org/images/mosaic-android.png ===================================== Binary files /dev/null and b/www.videolan.org/images/mosaic-android.png differ ===================================== www.videolan.org/images/thumbnailer.jpg ===================================== Binary files /dev/null and b/www.videolan.org/images/thumbnailer.jpg differ ===================================== www.videolan.org/vlc/libvlc.php ===================================== @@ -35,14 +35,14 @@ and the preview/development version is version 4.

A variety of programming language bindings for libVLC is available to use the library seamlessly in your chosen ecosystem.

-

By VideoLAN

+

Bindings by VideoLAN

-

By the community

+

Bindings by the community