Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 868 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 868 Bytes

Airplayer_server

A video-on-demand platform on Linux and Android
A project to help watch the PC’s video on phone via WIFI!
The needed information can be transferred through clients based on FFMPEG/Live555/RTSP,
and be converted to fit the Android device in the fly at the same time.

This the linux server. The Android client can be download at: https://github.com/likang7/Airplayer-cilent.git

Dependency Information

FFmpeg
git://source.ffmpeg.org/ffmpeg.git
enable-libx264 needed

Live555
http://www.live555.com/liveMedia

Installation

make

Usage

./apserver cp portNumber pathname ethname
cp : the path of the content file
portNumber : the port number of airPlayerServer
ethname : the eth of the shared network

default setting : ./apserver . 8188 /usr/bin eth0