Pradyuman7/LookAtMe

How to Load video from internet url

jagadishlakkur opened this issue · 1 comments

can i able to load video from url

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");