Difference between revisions of "VLC Developers Corner"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 30: Line 30:
 
== Coding on VLC ==
 
== Coding on VLC ==
 
* [[Getting Started At Coding|Get started at coding on VLC]]
 
* [[Getting Started At Coding|Get started at coding on VLC]]
 +
* Get the [[GetTheSource|Source Code]] and [[Compile VLC]]
 
* You might be interested in our [[Mini_Projects|Mini Projects]] or [[GCodeIn_Ideas|Janitorial projects]]
 
* You might be interested in our [[Mini_Projects|Mini Projects]] or [[GCodeIn_Ideas|Janitorial projects]]
 
* [[Hacker_Guide|Hacker's Guide]]
 
* [[Hacker_Guide|Hacker's Guide]]
Line 53: Line 54:
 
Control VLC:
 
Control VLC:
 
* Talk to VLC through the [[DBus]] protocol
 
* Talk to VLC through the [[DBus]] protocol
 
== Compile VLC ==
 
 
To build VLC, you first need to get the [[GetTheSource|Source Code]].
 
 
For other OSes and HOWTOs, check the [[Compile VLC]] page.
 
  
 
== Current technical discussions on VLC ==
 
== Current technical discussions on VLC ==

Revision as of 16:05, 8 November 2013


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

Check VLC's page to get info on VLC.

Coding on VLC

VLC development links

Control VLC

Control VLC:

  • Talk to VLC through the DBus protocol

Current technical discussions on VLC

Past discussions

Design