I have bought a dedicated server from DigitalOcean and built a website using WordPress. I have a video of 822Mb; I want to add this video to a page of my website such that visitors can directly watch this video on the page.
It seems that the steps to follow are:
- upload the video to the server, and get a URL
- add a video player plugin of WordPress, which permits of playing the video from the URL.
If this is the right approach, my question is about the first step:
- how to upload an 822Mb video
- where to put it (
/var/www/wordpress/html/wp-content/uploads/
?) - what will be its URL?