|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
用web打不开视频,但是可以看到黑色的视频框,已经换了很多链接了
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Video</title>
- </head>
- <body>
- <h1>This page displays video through a web link</h1>
- <p>Video</p>
- <video width="600" controls>
- <source src="URL" type="video/mp4" />
- <strong>HTML5 video element not supported</strong>
- </video>
- </body>
- </html>
复制代码
- This XML file does not appear to have any style information associated with it. The document tree is shown below.
- <Error>
- <Code>AccessDenied</Code>
- <Message>Access denied.</Message>
- <Details>Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object. Permission 'storage.objects.get' denied on resource (or it may not exist).</Details>
- </Error>
复制代码
视频的问题
|
|