Pradyuman7 / LookAtMe

VideoView that plays video only when :eyes: are open and :boy: is detected with various other features
Apache License 2.0
205 stars 34 forks source link

How to Load video from internet url #6

Closed jagadishlakkur closed 5 years ago

jagadishlakkur commented 5 years ago

can i able to load video from url

Pradyuman7 commented 5 years ago

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