warren-bank / Android-WebCast

Android app to extract video (file/stream) URLs from websites and watch them elsewhere (internal/external video player, Google Chromecast, ExoAirPlayer).
GNU General Public License v2.0
94 stars 17 forks source link

player #4

Closed BreynerStand closed 3 years ago

BreynerStand commented 3 years ago

Any way to open the player without having to wait for the whole process to load the page?

warren-bank commented 3 years ago

The app allows you to (internally) save bookmarks for video URLs.. so you can rewatch them again later. Of course, this will only work if the video URL itself doesn't expire (ie: the video server will only serve the stream while the link is valid).

It also has an Intent filter to be able to use the internal ExoPlayer video player to play (and cast) video URLs that are shared from other apps. For example, this would allow to save video URL bookmarks in an external app, and watch them in this app (or any other video player app with an appropriate Intent filter).