Android video player which plays real-time live video stream and on demand video stream, supporting HTTP/RTSP protocol.
##Notes:
-
(2015.09.13) Update: Basic features have finished developing in this version.
-
This is the Android client part of a complete online video serving system. This player fetches JSON-format data from the web server, parsing it and then playing the vod/real-time video stream from the retrieved stream url. It does NOT support playing local videos.
-
Server part of this online video system includes: a media server (Helix), a web api server (Tomcat 6) and a database server (MySQL). Deployments of all those servers are requisites to make this app work.
-
Deployment guides of the server part are coming soon (hopefully) ....
##Projects/Libraries used by this project: