android - How to play videos from the web like youtube in kivy -


I really want to create a Kiwi app that lets me watch videos from some web links. How can I go about doing this, as if it is a link to the video, run it in Kiwi? I have already read the documentation and I do not get it. help please.

Both widgets and widgets are capable of playing streaming video from the web. Here is a simple example of running a video from the web:

Import from kivy.app import from kivy.app import (). Load_string ('' Video Player: Source: 'http://www.debone.com/VivVilConGminorRV578.mpg' '' ') Class Testup (App): Def Build (Auto): Return route if __name__ ==' __main__ ': TestApp () Run ()

This will work for any supported streaming media type. However, note that YouTube does not provide streaming URLs to see the answer to a question that was specifically asking about YouTube.


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

Powerbuilder 12.1 and DataWindow in Design vs Debug and Executable/Runtime -

css3 - HTML Block Anchor element only half clickable in Chrome -