The free open source
HTML 5 video player

00:00 / 00:00
00:00 / 00:00
00:00 / 00:00
00:00 / 00:00
00:00 / 00:00

Overview

Compatible with video advertising
industry standards VAST and VPAID

Enables easy manipulation of a number
of properties after initialisation

Video streaming support for
MPEG-DASH and HLS streaming protocols

Support for dynamic frontend frameworks
including Vue.js, React and Angular

Player Builder

Use the builder to see how easy it is to customize Fluid Player while seeing your changes in real-time in the video player
on the left, cut and paste the code created in the code generator box below the player to insert into your website

Visit on Github
00:00 / 00:00

<script src="https://cdn.fluidplayer.com/v3/current/fluidplayer.min.js"></script>
<video id="video-id"><source src="video.mp4" type="video/mp4" />
<script>
    var myFP = fluidPlayer(
        'video-id',
</script>
Copy code

Articles

Fluid Player updated to Version 3

Fluid Player, the free, open-source, HTML5 video player has been updated to version 3. The player has undergone a major modernization of the codebase significantly improving code quality and improving the player stability.

Fluid Player adds vr and vpaid features

Fluid Player, the free, open-source, HTML5 video player has released two new features: VR (virtual reality) support and VPAID (video player ad-serving interface definition) support.

Fluid Player master class #1: how to use the builder

If you are not an expert in writing code, this Master Class will show you how to use the Fluid Player Builder, which allows you to edit some of its key features and automatically generate the code you need to add it to your website.