- vlcj Tutorial
- vlcj - Home
- vlcj - Overview
- vlcj - Environment Setup
- Handling Operations
- vlcj - Play
- vlcj - Pause
- vlcj - Rewind
- vlcj - Seek
- Handling Events
- vlcj - Playing
- vlcj - Finished
- vlcj - Error
- vlcj - Mouse Events
- vlcj - Keyboard Events
- Utilities
- vlcj - Audio Player
- vlcj - Marquee
- vlcj - Logo
- vlcj - Media Information
- vlcj - Full Screen Video
- vlcj - Audio Equalizer
- vlcj - Overlay
- vlcj Useful Resources
- vlcj - Quick Guide
- vlcj - Useful Resources
- vlcj - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
vlcj Tutorial
The vlcj is an Open Source project which helps to run VLC player within a Java based application. It provides option to discover the VLC player installed in the system and bind it to build a media player client and server software using Java. Using vlcj, you can simply play a local media files and even you can create a video on demand streaming server.
Audience
This tutorial is designed for software programmers who want to learn the basics of vlcj and its concepts in a simple and easy manner. This tutorial will give you enough understanding on the various functionalities of vlcj with suitable examples.
Prerequisites
Before proceeding with this tutorial, you should have a basic understanding of Java Programming Language.
Advertisements