Video from URL
-
How might a play a video hosted at a url?
-
Download it first (e.g. via
requests
), then you can useconsole.quicklook()
to get a simple video player interface.
-
I’m needing to play it in a view without downloading
-
In that case, you can use a
ui.WebView
.