I have a video file. i open the file and reading it. how can i play that file in android by direct pushing the content. i can not give the file path or path URI.
we can assume that i am getting the video content by some protocol. that guy has opened the file and sending me the content in form of chunks. now i need to play those chunks.
as i dont have path and URI. how can i push the data to Android player.
i heared there is some way like we can store the data in some buf and than make that buf to URI by some way and can play.