How to Load video from internet url
jagadishlakkur opened this issue · 1 comments
jagadishlakkur commented
can i able to load video from url
Pradyuman7 commented
It is similar to how you would do so for a VideoView. You can just load the video like this in VideoView.
videoView.setVideoPath("http://videocdn.bodybuilding.com/video/mp4/62000/62792m.mp4");
Exactly like this for LookAtMe:
lookAtMe.setVideoPath("http://videocdn.bodybuilding.com/video/mp4/62000/62792m.mp4");