Difference between revisions of "VLC Developers Corner"
Jump to navigation
Jump to search
Line 106: | Line 106: | ||
<div style="color:#000;background-color:#f5fffa;border:1px solid #a3bfb1;padding:10px;margin:6px; float: left;"> | <div style="color:#000;background-color:#f5fffa;border:1px solid #a3bfb1;padding:10px;margin:6px; float: left;"> | ||
<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 libVLC</h2> | + | Build an application based on libVLC</h2> |
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#]] | ||
Line 113: | Line 113: | ||
* Use the [[JavaScript API]] | * Use the [[JavaScript API]] | ||
* Use the [[ActiveX Controls]] | * Use the [[ActiveX Controls]] | ||
− | * Talk to VLC through the [[DBus]] | + | Control VLC: |
+ | * Talk to VLC through the [[DBus]] protocol | ||
</div> | </div> | ||
Revision as of 09:13, 4 June 2012
|
Development discussionsCurrent DevelopmentChanges in the current version Current discussionsPast discussions
Design
|
Developing on VLC or a VLC moduleStart coding on VLC
VLC development links
|
Build an application based on libVLCThere are several ways to build an application that uses VLC. Some are listed here.
Control VLC:
VideoLAN's Administration
Wiki Admins |