I want to play video in android. The video is downloaded from the ASP.NET server and is received as a String. How to play the received video in android using default player.
String img = wbsi.SoapAction(new String[] { "XXXX", "XXXX",
"XXXX" },
new String[] { pref.getString("XXXX", "n.a"),
"XXXX", XXXXXX });
The above code calls the webservice class and downloads the video file as a string of byte[].
I am successfully able to download the images and view it but facing issues with videos. Tried the solution of Android - Playing mp3 from byte[] and was able to play the audio but not the video