Difference between revisions of "VLC Developers Corner"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 109: Line 109:
 
There are several ways to build an application that uses VLC. Some are listed here.
 
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_Sharp|C#]]
 
* Build a GPL application using [[libvlc]], in C/C++/[[C_Sharp|C#]]
* Use the [[python bindings]]
+
* Use the [[Python bindings]]
* Use the [[java bindings]]
+
* Use the [[Java bindings]]
 +
* Use the [[JavaScript API]]
 
* Use the [[ActiveX Controls]]
 
* Use the [[ActiveX Controls]]
* Use the [[JavaScript API]]
 
 
* Talk to VLC through the [[DBus]] communication
 
* Talk to VLC through the [[DBus]] communication
 
</div>
 
</div>

Revision as of 09:11, 4 June 2012


This is a directory of everything to do with the development of VideoLAN's projects.

Check VLC's page to get info on VLC.

761 articles

Compile VLC

Check the Compile VLC page.

To build VLC, you first need to get the Source Code.


Development discussions

Current Development

Changes in the current version

Current discussions

Past discussions

Design



Developing on VLC or a VLC module

Start coding on VLC

VLC development links


Build an application on libVLC

There are several ways to build an application that uses VLC. Some are listed here.