Develop a YouTube module to help users add YouTube videos to their layouts. As it is right now, users have to download video from YouTube, or get RTSP link.
Workarounds
There are workarounds to this issue.
General
You can download videos from YouTube using KeepVid. What is really important here you absolutely MUST have permissions to do so from the original author, otherwise it’s illegal.
Windows
On windows player you can add YouTube videos as Embedded HTML Code. You can get Embed code by right clicking on YouTube Video and clicking “get embed code”.
example <iframe width="1920" height="1080" src="https://www.youtube.com/embed/Ndpryp2OlUQ" frameborder="0" allowfullscreen></iframe>
Android
In the meantime, we have a work around solution for this issue, which might help you. You can find it here:
Solution
GitHub
The GitHub issue can be found here: