A small GStreamer based video player created using Java (Swing).
Requirements:
- Java/JDK (1.6/6+)
- Eclipse (comes with Maven built-in)
- Maven
Runtime Dependencies:
- Gstreamer (1.12+*)
Any 1.10+ version will work on Linux. Windows needs this specific version. Other future releases may work this is the one I found working in my tests.
Recommended Utilities:
- WindowBuilder for Eclipse from Eclipse Marketplace.
- Option 1: Run pre-compiled JAR
- Install JRE
- Install Gstreamer
- WINDOWS Only: Add gstreamer to PATH
- Run it:
- From CLI:
java -jar DumbPlayer-1.0.0-RC4.jar some-video.mp4
- Or just execute the JAR file and click the Open file button or Press Ctrl+O
- Option 2: Compile it yourself
- Follow instructions 1 through 3 from Option 1
- Clone this Repo
- Open the project in Eclipse
- Click Build and Run
GNU General Public License 3.0