Difference between revisions of "VLC Developers Corner"
Jump to navigation
Jump to search
Line 121: | Line 121: | ||
<h2 style="margin:0;background:#cef2e0;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;"> | <h2 style="margin:0;background:#cef2e0;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;"> | ||
Build an application on VLC</h2> | Build an application on VLC</h2> | ||
+ | There are several ways to build an application that uses VLC. Some are listed here. | ||
+ | * Build a GPL application using libvlc, in C/C++/C# | ||
+ | * Use the python bindings | ||
+ | * Use the java bindings | ||
+ | * Use the ActiveX Controls | ||
+ | * Use the JavaScript API | ||
</div> | </div> | ||
|- | |- | ||
|} | |} |
Revision as of 02:35, 17 December 2006
|
VideoLAN other projectsHere is a short list of the main projects hosted by the VideoLAN project:
Libraries
Discover also lesser known projects. VideoLAN's Administration |
Build VLC media playerTo build VLC, you first need to get the Source Code.
Code VLCStart coding on VLC
Tools to code VLC
|
Development discussions under workCurrent discussions
Design
Passed discussions
DesignBuild an application on VLCThere are several ways to build an application that uses VLC. Some are listed here.
|