Coder Social home page Coder Social logo

player-core's Introduction

What

This project offers a Java API to control mplayer and omxplayer. It was tested only on Linux.

How

Maven

<dependency>
  <groupId>io.neocdtv</groupId>
  <artifactId>player-core</artifactId>
  <version>0.7</version>
</dependency>

Ubuntu/Debian

# you always need to install mplayer, even if you want to use omxplayer
# the mplayer is used to get info about the multimedia file i.e. duration
sudo apt-get install mplayer

# omxplayer on raspberry pi 
sudo apt-get install omxplayer

Java

public static void main(String[] args) {
    final EventsHandler eventsHandler = new MPlayerEventsHandler();
    final Player player = new MPlayer(eventsHandler)
    //final Player player = new OmxPlayer(eventsHandler);
    final String url = "http://somedomain.eu/video.mp4";
    player.play(url);
}

EventsHandler

You can find a example of a EventsHandler implementation in my other project: https://github.com/neocdtv/leanplayer-renderer/blob/master/src/main/java/io/neocdtv/leanplayer/renderer/control/LeanPlayerEventsHandler.java

player-core's People

Contributors

neocdtv avatar tonilopezmr avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

player-core's Issues

Hi bro

Thank you for the help. I am researching your player_core. But when I run the error file. Can you give me an example demo to run mp4 file on raspberry pi? thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.