· 6 years ago · Dec 20, 2019, 02:10 PM
1
2Overview
3What is Fluid Player
4Quick Setup
5Features
6What is VAST
7Fluid Player CDN
8License
9Integration
10Builder
11Layout Configuration
12Ad Configuration
13Preview Configuration
14API
15Streaming
16Subtitles
17Wordpress
18Demo
19VR (experimental)
20Changelog
21Help
22Fluid Player¶
23What is Fluid Player¶
24Fluid Player is a free HTML5 video player. It is lightweight, easy to integrate and has advanced VAST capabilities.
25
26
27
2800:00 / 01:40
29Quick Setup¶
30<link rel="stylesheet" href="https://cdn.fluidplayer.com/v2/current/fluidplayer.min.css" type="text/css"/>
31<script src="https://cdn.fluidplayer.com/v2/current/fluidplayer.min.js"></script>
32
33<video id="video-id">
34 <source src="video.mp4" type="video/mp4"/>
35</video>
36
37<script>
38 fluidPlayer("video-id");
39</script>
40Features¶
41Supports the VAST standard
42Multiple VAST tags (pre-roll, mid-roll, post-roll)
43Linear (video) ads
44Non linear VAST tags (banner images (gif/jpg/png))
45VAST Wrappers
46VPAID Ads (Linear, Nonlinear, switch over from Nonlinear to Linear)
47Comes with its own design, which is easily customizable. Ability to use the browser default layout
48Timeline Preview
49Lightweight
50Responsive
51Compatible with modern web browsers
52Ability to have more than 1 player per page
53Keyboard Shortcuts by key
54Allows adding multiple video sources for user to switch between different video quality
55Autoplay control
56Allows adding a custom logo
57Subtitles
58Custom call to action text when playing a video ad
59Wordpress Plugin
60Scripts and resources available via CDN
61What is VAST¶
62The IAB Digital Video Ad Serving Template (VAST) specification is a universal XML schema for serving ads to digital video players, and describes expected video player behavior when executing VAST-formatted ad responses.
63
64In short, VAST makes it possible for an ad provider to serve ads to various video players using a universal way of communication which all these players understand.
65
66A thorough description of the overall idea behind VAST, as well as the full VAST specification, can be found here: VAST 4.0.
67
68Fluid Player CDN¶
69The Fluid Player code is found at https://github.com/fluid-player/ but is also available for direct linking at http://cdn.fluidplayer.com/
70
71Automatically use the most recent version (recommended):
72
73https://cdn.fluidplayer.com/v2/current/fluidplayer.min.js
74https://cdn.fluidplayer.com/v2/current/fluidplayer.min.css
75Or specify the version:
76
77https://cdn.fluidplayer.com/2.4.6/fluidplayer.min.js
78https://cdn.fluidplayer.com/2.4.6/fluidplayer.min.css
79License¶
80Fluid Player is licensed under the MIT License. View the License File.
81
82© 2018 Fluid Player. All Rights Reserved.