Android Open Source - Video Stream DASH-Streamer






Project Summary

Android video streaming application that uses Dynamic Adaptive Streaming over HTTP..

Web Site / Source Repository

DASH-Streamer is hosted in the following web site
https://github.com/rmcindoe3/DASH-Streamer

If you think the Android project DASH-Streamer listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of DASH-Streamer.

ItemValue
Java File Count23
Supported screen sizes[hdpi]
Target SDK Version19
Minimum SDK Version16
Activity Count2
Fragment Count3
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 11 image files in DASH-Streamer. The names of the image files are listed as follows.

action_bar_bg.9.png
activity_bg.9.png
navigation_button.9.png
navigation_button_pressed.9.png
pause_icon.png
play_button_bg.9.png
play_button_bg_pressed.9.png
play_icon.png
progress_bar_bg.9.png
video_background.9.png
video_button.9.png

The following screenshort is generated from the image listed above.

null




Java Source Files

DASH-Streamer has the following Java source files.

com.mcindoe.dashstreamer.controllers.DASHManager.java
com.mcindoe.dashstreamer.controllers.DASHStreamerApplication.java
com.mcindoe.dashstreamer.controllers.DeleteFileTask.java
com.mcindoe.dashstreamer.controllers.MPDParser.java
com.mcindoe.dashstreamer.controllers.MPIArrayAdapter.java
com.mcindoe.dashstreamer.controllers.MPIParser.java
com.mcindoe.dashstreamer.controllers.Utils.java
com.mcindoe.dashstreamer.controllers.XMLParser.java
com.mcindoe.dashstreamer.models.AdaptationSet.java
com.mcindoe.dashstreamer.models.ClipQueue.java
com.mcindoe.dashstreamer.models.ClipRequestListener.java
com.mcindoe.dashstreamer.models.MediaPresentation.java
com.mcindoe.dashstreamer.models.MediaPresentationIndex.java
com.mcindoe.dashstreamer.models.Period.java
com.mcindoe.dashstreamer.models.Representation.java
com.mcindoe.dashstreamer.models.Segment.java
com.mcindoe.dashstreamer.models.VideoClip.java
com.mcindoe.dashstreamer.models.VideoControlListener.java
com.mcindoe.dashstreamer.views.MainActivity.java
com.mcindoe.dashstreamer.views.MainActivityControlFragment.java
com.mcindoe.dashstreamer.views.PlayActivity.java
com.mcindoe.dashstreamer.views.VideoControlFragment.java
com.mcindoe.dashstreamer.views.VideoFragment.java