Android Question show video stream live in panel

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
Top