I am working on a app that host a video(.mp4) from a primary Android device.
Say in http://192.168.43.88:8080/*.mp4
and the secondary device
connected using wifi will be able to stream the video (with a MediaController
object and MediaPlayer)
I am have trouble finding any such example codes for selecting a video and hosting it from the Android device.
Here are some question I looked at