Video and templates

Hi, I am trying to create web page that can play video from my server. what is the commonly use video player for this ?.. Is there also web page templates for this ?.

Thank you in advance.

I usually just store my videos in a folder in the root of my site and use the html5 video element in the webpage: https://developer.mozilla.org/en/docs/Web/HTML/Element/video

have you tried the video.js ?

Why add an extra layer of complexity when HTML will do the job without any add-ons?

3 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.