PRACTICAL
(create a bucket -> permission everyone ->
upload a small video -> public)
Playing the video from s3 using WordPress
Launch an WordPress instance -> from syslog of
instance login to WordPress website with the help
of public ip (username: user, password: (get from
syslog) -> click on post ->add new post -> paste
the video link from s3
Playing the video from s3 using File
Create a file add the following content
<h1>From S3</h1>
<video width="320" height="240" controls>
<source src="https://s3.ap-south-
1.amazonaws.com/awscdncheck/videoplayback.mp4"
type="video/mp4">
</video>
Last updated
Was this helpful?