Skip to content

A really dumb video player. Created using Java (the dumbest language on Earth, imo).

License

Notifications You must be signed in to change notification settings

fa7ad/dumb-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dumb-player

A small GStreamer based video player created using Java (Swing).

DumbPlayer

About the project

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:

Usage

  • Option 1: Run pre-compiled JAR
    1. Install JRE
    2. Install Gstreamer
    3. WINDOWS Only: Add gstreamer to PATH
    4. 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
    1. Follow instructions 1 through 3 from Option 1
    2. Clone this Repo
    3. Open the project in Eclipse
    4. Click Build and Run

LICENSE

GNU General Public License 3.0

About

A really dumb video player. Created using Java (the dumbest language on Earth, imo).

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages