android / media-samples

Multiple samples showing the best practices in media APIs on Android (audio, video, etc.).
Apache License 2.0
1.27k stars 740 forks source link

No option for the set video from the url #12

Open niravtopsy opened 5 years ago

niravtopsy commented 5 years ago

I think PIP features come before 2 year. And this is google official sample code but this code is not updated from the last 2 year.

Second thing i found that This sample show PIP mode using raw folder video. Mostly now a day people work with live video url. So, as per that google need to update this demo app for both raw and url base PIP mode.

There is no any property to set video from url instead of raw folder.

Can you please update this, if this update then it very useful to so many people.

niravtopsy commented 5 years ago

I done this functionality with Exo Player. thanks.