Android Question show video stream live in panel

hi
i need show my video live from tcp c# to my app android panel and tested (videoview,exoplayer..) and no work from this link(http://192.168.43.23:8080) but i test from km player or mx player or web browser good worked this live stream video.
 
This means that the server doesn't implement any of the supported streaming protocols. My guess is that the other player, downloads the data and then plays it locally. Something that you can do with OkHttpUtils2.
Can you give an example with a code? How can you take a video with http and display it in a panel?
 
Upvote 0

josejad

Expert
Licensed User
Longtime User
As Erel said, I think the first thing you have to check, is what is the streaming protocol of the server. (rtmp, hls, rtsp, mp4, mpeg)?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…