Show Youtube video source into HTML5 video tag?
问题 I'm trying to put a YouTube video source into the HTML5 <video> tag, but it doesn't seem to work. After some Googling, I found out that HTML5 doesn't support YouTube video URLs as a source. Can you use HTML5 to embed YouTube videos? If not, is there any workaround? 回答1: Step 1: add &html5=True to your favorite youtube url Step 2: Find <video/> tag in source Step 3: Add controls="controls" to video tag: <video controls="controls"..../> Example: <video controls="controls" class="video-stream" x