Skip to content

wiplug/AndroidTransporterPlayer

 
 

Repository files navigation

The AndroidTransporterPlayer is a media player for the Raspberry Pi

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 https://github.com/esrlabs/Mindroid.git
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://:9000/test.sdp

VLC streaming server

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

Releases

No releases published

Packages

No packages published