在另一个网站上的 <video> 元素中使用 YouTube 视频 URL 是一种好的网页设计做法吗?

Is it a good web design practice to use a YouTube video URL on another website in a <video> element?

我目前正在制作一个网站,其中我需要一个视频。 我可以用传统的方式来做(见下文):

<html>
<head>
</head>
<body>
<video src='video/video.mp4' type='video/mp4'>
</body>
<html>

或者我可以在 youtube 上托管视频,并使用服务器的 mp4 URL,如下所示:

<html>
<head>
</head>
<body>
<video src='https://r8---sn-uxanug5-5qaz.googlevideo.com/videoplayback?ei=o7VZW_y0Kpi24QKPwrqACQ&itag=22&c=WEB&key=yt6&ratebypass=yes&ipbits=0&sparams=dur,ei,id,initcwndbps,ip,ipbits,itag,lmt,mime,mm,mn,ms,mv,pl,ratebypass,requiressl,source,expire&lmt=1507492245875618&id=o-AKYOyESA6jbC2iAoVVBgDKz1LfNySwouDQf8aG9frY3n&ms=au,rdu&mt=1532605714&mv=m&expire=1532627459&source=youtube&requiressl=yes&mime=video/mp4&ip=101.166.164.147&initcwndbps=753750&dur=169.784&fvip=2&mm=31,29&signature=7F387ED416BB909F7158F01B132A238B12C520B8.D3DE10E5AD366B8909BC9E8A3DA6B783BEDFCEDA&pl=18&mn=sn-uxanug5-5qaz,sn-ntqe7n7l' type='video/mp4'>
</body>
<html>
我只是一名初级 Web 开发人员(我不到 18 岁),我只需要向在该领域有更多经验的人了解这是否是个好主意。

您通常可以在博客中嵌入来自 YouTube 的任何视频,除非所有者已关闭嵌入。但您需要小心,因为有时人们会上传他们无权分享的视频

许可明确允许所有视频,而不仅仅是知识共享

"to each user of the Service, a worldwide, non-exclusive, royalty-free licence to access your Content through the Service, and to use, reproduce, distribute, prepare derivative works of, display and perform such Content to the extent permitted by the functionality of the Service and under these Terms."