On the backend of a site I am making for my client, I have an input for my client to put a Dropbox URL to an mp4
file to play on the frontend (he doesn't want to host the files on the server itself).
But, with VideoJS, it looks like I may need a WebM for some browsers and MP4 for others.
Is there a way to make MP4 work with VideoJS in all browsers?
My client doesn't want to have to use 2 or 3 different file types for each video, and wants to just use one mp4
file.
Is this possible?