Re: Help - Simplest approach to displaying video within CMS Builder
2 posts by 2 authors in: Forums > CMS Builder
Last Post: Thursday at 2:59pm (RSS)
In response to: https://interactivetools.com/forum/forum-posts.php?postNum=2208413#post2208413
If you’re letting clients upload videos directly through a CMS upload field, the main challenge isn’t just playback — it’s compatibility. Different browsers and devices support different formats, so relying on raw uploads can quickly create issues with playback and performance.
That’s why most setups introduce a Video CMS layer that automatically handles things like format conversion, encoding, and browser-friendly streaming formats (usually HLS or MP4). This way the client can upload almost any video format, and the system prepares it for smooth playback across devices.
In some projects I’ve worked on, teams used platforms like VPlayed as the video management layer. It processes uploaded videos, optimizes them for streaming, and then lets the CMS simply embed the player. That approach keeps the upload workflow simple for clients while avoiding browser compatibility problems.
By Codee - Thursday at 2:59pm - edited: Thursday at 3:00pm
As mentioned in the previous post you referred to, an extremely cost-effective and controlled method is to utilize services such as youtube. Most of my customers build a channel (for free) and I've pre-set the html fields with the highest security and features google provides so the customer simply enters the youtube video id (into cmsb) and clicks save. Done. Video appears and plays on-page and bandwidth is provided by youtube.
However, some customers prefer a different solution than youtube so then it's a matter of sourcing 3rd party solutions (with varying levels of functionality and security, and cost). Your recommendation of utilizing a video-layer seems to be the next cost-effective and easier approach (for the customer). I've never utilized VPlayed but I have worked with companies that provide a video solution (like with sports coaching and refereeing) and have found it fairly stable and useful. It's typically a better branded look as well.