Hi,
I want to show videos in a Windows and OS desktop App. It works fine, when I store the videos locally. But I can’t manage to stream the videos by using OpenURL:
In the open event of the MoviePlayer I added:
MoviePlayer1.Movie = Movie.OpenURL(“https://youtu.be/xWQ8uV6FERA”)
But the movie doesn’t play when I hit the play button.
I’ve also tried:
MoviePlayer1.Movie = Movie.OpenURLMovie(“https://youtu.be/xWQ8uV6FERA”)
But then I get the error: “This item does not exist”
I’ve also tried to use videos from vimeo and from google drive. Same result.
What am I missing?