Skip to content

likang7/Airplayer-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A video-on-demand platform on Linux and Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages