Android video streaming application that uses Dynamic Adaptive Streaming over HTTP..
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.
The following table is the detailed list of DASH-Streamer.
Item | Value |
---|---|
Java File Count | 23 |
Supported screen sizes | [hdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 16 |
Activity Count | 2 |
Fragment Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
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.
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