Coder Social home page Coder Social logo

cnsuhao / androidtransporterplayer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from esrlabs/androidtransporterplayer

0.0 1.0 0.0 313 KB

MediaPlayer for the Raspberry Pi

Home Page: http://esrlabs.com/android-transporter-on-the-raspberry-pi/

License: Other

Emacs Lisp 0.18% C++ 97.71% Makefile 1.34% Ruby 0.77%

androidtransporterplayer's Introduction

The AndroidTransporterPlayer is a media player for the Raspberry Pi

Demo video

Android Transporter Player demo

Take a look at the Android Transporter blog post for more information.

Setup

sudo apt-get install git-core
cd /opt/vc/src/hello_pi/libs/ilclient
make
cd /home/pi
mkdir Projects
cd Projects
git clone https://github.com/esrlabs/AndroidTransporterPlayer.git
git clone -b android-transporter https://github.com/esrlabs/Mindroid.cpp.git Mindroid
git clone https://github.com/esrlabs/fdk-aac.git
cd Mindroid
make -f Makefile.RPi
sudo cp libmindroid.so /usr/lib/
cd ..
cd fdk-aac
make -f Makefile.RPi
sudo cp libaac.so /usr/lib/
cd ..
cd AndroidTransporterPlayer
make -f Makefile.RPi
./AndroidTransporterPlayer rtsp://<IP-Address>:9000/test.sdp

Usage

<IP-Address> is always the IP address of the VLC streaming server.

Raspberry Pi media player

/home/pi/AndroidTransporterPlayer/AndroidTransporterPlayer rtsp://<IP-Address>:9000/test.sdp

VLC streaming server

vlc <video>.mp4 --sout '#rtp{sdp=rtsp://<IP-Address>:9000/test.sdp}' --rtsp-timeout=-1

androidtransporterplayer's People

Contributors

gizmomogwai avatar himmele avatar marcmo avatar

Watchers

 avatar

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.