Sort of, although I&#39;m not totally sure exactly how the iPad app works at this point...<br><br>Youtube supports two types of video formats: Flash and HTML 5 but not all of their videos have HTML 5 versions.  My understanding of the available Youtube APIs is that HTML 5 for supported embedded videos only happens if a) You opt into the HTML5 trial at <a href="http://youtube.com/html5">youtube.com/html5</a> on your browser or b) don&#39;t have Flash at all.<br>
<br>In addition, MythNetvision needs to be patched to load the iframe API from youtube, otherwise only Flash video can load.  I have a patch to do that against this ticket:<br><a href="http://code.mythtv.org/trac/ticket/11092">http://code.mythtv.org/trac/ticket/11092</a><br>
<br>If you&#39;re willing to try it out and let me know what you see, here&#39;s what you have to do to enable HTML 5 youtube videos:<br>1) Patch the youtube.html file from ticket 11092.<br>2) Visit <a href="http://youtube.com/html5">youtube.com/html5</a> in Mythbrowser. Confirm it says that HTML 5 is supported for all formats and click the link to join the trial.  You need to do this every time you start mythfrontend since it doesn&#39;t seem to save the cookie permanently.<br>
3) Search for &#39;big buck bunny&#39; in Mythnetvision and start playing.  If you right click on it, you should see a different menu from the Flash one.<br><br>Caveats:<br>-There are some focus issues, although I think these exist with the normal Flash player as well in some circumstances.  If you click on a video with your mouse, the remote control keybindings won&#39;t work anymore.  I&#39;d recommend having a keyboard/mouse connected and disabling the &#39;hide mouse cursor&#39; setting in Myth&#39;s appearance menu for now.<br>
-The iframe player has a tiny red progress bar at the bottom to show the playback status that you can&#39;t seem to get rid of.  Might annoy some people.<br>-This tends to crash out mythfrontend, especially on trying to exit the video.  I think this is reduced most by *pausing* the video before trying to exit it.  Depending on how much Flash crashes for you, this may still be an improvement.<br>
-Video still has some tearing and is not as hardware accelerated as it could be.  This is because of how the QT library is drawing it using Cairo, I believe.  I hadn&#39;t looked too closely at what it would take to enable something like VDPAU here.  For my case, performance still seems better than unaccelerated Flash.<br>
-You either have to remove the Flash plugin permanently (and lose all Flash-only videos) or repeatedly opt into the HTML 5 trial for every time you restart mythfrontend.<br><br>-Alex<br>