WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: bradmax-player (Used by 290 domains)

Bradmax Player

👤 kostalski 📦 v1.1.32 🔗 Plugin Homepage

Bradmax Player is a plugin, which supports video streams playback on desktops and mobile devices. If you have access to video streaming in formats:
– HLS
– MPEG-DASH
– MS Smooth Streaming
or simple mp4, webM, ogg files, then you can watch them on your site with Bradmax Player. It is even supporting HLS or MS Smooth Streaming playback on platforms / devices, which
usually not support them. In such cases video is “transconded” on-fly in your browser during playback.

Player support also:

  • poster image – Custom image from video, which is displayed on player before playback.
  • subtitles – Embedded in HLS, MPEG-DASH, MS Smooth Streaming video stream or from external files in SRT, VTT file formats.
  • basic video statistics for Google Analytics – Just paste your Google Analytics tracker id into player settings for collecting information about video views and watched time.
  • video chapters & time markers – Extending progressbar with additional information about video chapters or time markers.

Requirements

  • A self-hosted website running on WordPress CRM.

Bradmax Player Features

  • Embed video streams into a post/page or anywhere on your WordPress site (supported streaming formats HLS, MPEG-DASH, MS Smooth Streaming).
  • Embed video files (MP4, WebM, Ogg) into your page.
  • Embed responsive videos for a better user experience while viewing from a mobile device.
  • Embed videos with poster images.
  • Automatically play a video when the page is rendered.
  • Embed videos uploaded to your WordPress media library using direct links in the shortcode.
  • No setup required, simply install and start embedding videos.
  • Lightweight and compatible with the latest version of WordPress
  • Clean and sleek player with no watermark.
  • Player customisation is available (change skin, colors, logo, etc.). It requires only sign-up on https://bradmax.com/site/en/signup . It’s free and basic version of player is also free.
  • Embed video with subtitles (subtitles loaded from stream or from SRT, VTT files).
  • Collect basic statistics about video playback in your Google Analytics account.
  • Playback of DRM protected video (only in paid version for custom player downloaded from bradmax.com).

Bradmax Player Plugin Usage

In order to embed a video create a new post/page and use the following shortcode:

[bradmax_video url="https://bradmax.com/static/video/tos/big_buck_bunny.m3u8" duration="596" poster="https://bradmax.com/static/images/startsplash.jpg"]
  • “url” is the location of your streaming. You need to replace the sample URL with the actual URL of the video stream.
  • “duration” contain length in seconds of video, so it can be displayed on player before staring playback.
  • “poster” is location of poster image, which should be displayed on player. Replace sample URL with link of your image.

Video playback statistics with Google Analytics

Player can collect basic statistics for video playback. You just need to copy your “Tracking ID” from Google Analytics page into player settings.

For finding “Tracking ID” please open: Google Analytics > Admin > Tracking Info > Tracking Code .

“Tracker ID” is code having form “UA-XXXXXXXX-X”, where X is 0-9 digit and you have to copy it into ga_tracker_id video shortcode option (see section below).

Player collects video playback details as “Events” in your Google Analytics account. There are available in sections:

  • Google Analytics panel > Real-Time > Events
  • Google Analytics panel > Behaviour > Events

Player is sending events:

  • event category: view , event action: started (send on starting video playback)
  • event category: player event, event action: playing/paused (send on play/pause video)
  • event category: progress seconds, event action: progress seconds (send every 10 sec of playback)

For each media distinction in statistics you have to specify in video shortcode option “media_id”. Then each event got additionaly “Event Label” with data provided from media_id parameter. media_id can be any text, which you want to define, but it is recomended to keep it short.

Video Shortcode Options

The following options are supported in the shortcode.

Autoplay

Causes the video file to automatically play when the page loads.
Note: Currenlty this option is working only on desktop devices with muted sound (see “Mute” shortcode). On mobile devices (phones, tablets, etc.) this option is not working.
It is platform limitation and clicking on video is required for starting playback.

[bradmax_video url="http://example.com/hls_stream.m3u8" autoplay="true"]

Mute

Causes the video starts with muted sound. This option is usefull for starting video automatically with “autoplay” option.

[bradmax_video url="http://example.com/hls_stream.m3u8" autoplay="true" mute="true"]

Duration

Defines length of video stream in seconds. Can contain fraction of second. It is required for displaying duration of video before staring playback.

[bradmax_video url="http://example.com/hls_stream.m3u8" duration="100.1"]

Poster

Defines image to show as placeholder before the video plays.

[bradmax_video url="http://example.com/hls_stream.m3u8" poster="http://example.com/wp-content/uploads/poster.jpg"]

Pip

Enables additional button in player skin for enabling/disabling Picture-in-Picture mode. When PIP mode is enabled then player is detached from browser and user can watch video over other screens.
Note: This feature requires player at last v2.12.0 version. If you are using older customized player (changed colors, skin, etc.), then you have to generate new one on bradmax.com page.
PIP button appears after starting playback. Before it is blocked by browser.

[bradmax_video url="http://example.com/hls_stream.m3u8" pip="true"]

Chapters & Time markers

Defines additional info for video chapters. Such information will be presented on progress bar. Format for video chapters is similar to Youtube chapters in description.
Each chapter entry should be in separated line or separated from other entries using semicolon (;). Entry begins with start time of chapter and folowed by label for chapter.
Chapters use “chapters” attribute name and time markers “time_markers”.

[bradmax_video url="https://bradmax.com/static/video/tos/440272.mpd" duration="100.1" chapters="
0:00 - Intro
0:23 - 1. Preparations
3:18 - 2. Simulation
7:18 - 3. Defense
8:48 - 4. Forgiveness
9:38 - Credits
"
time_markers="
 1:40 - Decoy
 3:20 - Simulation start 
 5:30 - They are comming ...
 8:08 - Rope slide
11:14 - Credits rope slide
"]

Example for semicolons instead of new lines – all in one line. Sometimes wordpress can have problems with multiline in shortcodes. Using semicolons will solve it.

[bradmax_video url="https://bradmax.com/static/video/tos/440272.mpd" duration="100.1" chapters="0:00 - Intro ; 0:23 - 1. Preparations ; 3:18 - 2. Simulation ;7:18 - 3. Defense ; 8:48 - 4. Forgiveness ; 9:38 - Credits"]

Class

Defines CSS class, which should be added into player box on page (customizing view on WordPress page).

[bradmax_video url="http://example.com/hls_stream.m3u8" class="my-custom-player-css-class"]

Style

Defines CSS style string, which should be added into player for on page (customizing view on WordPress page).

[bradmax_video url="http://example.com/hls_stream.m3u8" style="width:400px;height:200px;border:solid 1px gray"]

Subtitles

Defines list of subtitles files (one file per language) for video. Subtitles files has to be in SRT or VTT format (file extension *.srt or *.vtt). Format for subtitles list subtitles=”LANG_CODE=FILE_LINK LANG_CODE=FILE_LINK …”, where LANG_CODE is two letter language code (ISO 639-1 standard – https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) for defining subtitles language. FILE_LINK is link to file stored on some HTTP server, which player will be able to download during playback.

Working example (subtitles in Czech language):

[bradmax_video url="https://bradmax.com/static/video/tos/tesla/tesla.m3u8" subtitles="cz=https://bradmax.com/static/video/tos/tesla/tesla_cz.srt"]

Example with multiple languages for video:

[bradmax_video url="http://example.com/hls_stream.m3u8" subtitles="en=https://example.com/subtitles_en.srt cz=https://example.com/subtitles_cz.srt sk=https://example.com/subtitles_sk.srt"]

ga_tracker_id

Defines Google Analytics tracker id. When defined video playback is tracked in your Google Analytics account in “Events” sections.

“Tracker ID” is code having form “UA-XXXXXXXX-X”, where X is 0-9 digit and is located in Google Analytics > Admin > Tracking Info > Tracking Code.

Example:

[bradmax_video url="http://example.com/hls_stream.m3u8" ga_tracker_id="UA-XXXXXXXX-X" media_id="my example stream"]

media_id

This parameter is used, when Google Analytics plugin is active (see ga_tracker_id video shortcode). It is used for each media distinction, so for each different video diferent value should be provided. It can be any text, but it is recomended to keep it short.

Alternative stream formats (url_2, url_3, url_4)

If you got video content (same title/media) in multiple formats eg. MPEG-DASH, HLS, MS Smooth Streaming you can provide them to player using shortcodes url_2, url_3, url_4 . Player automatically choses format with best support for device. You can put links in any order.

Example for video with many formats (MPEG-DASH and HLS):

[bradmax_video url="https://bradmax.com/static/video/tos/440272.mpd" url_2="https://bradmax.com/static/video/tos/440272.m3u8"]

live_

Player supports playback for live stream transmissions (HLS, MPEG-DASH, MS Smooth Streaming). For such transmissions are additonal parameters, which improve user experience.

  • live_end_date: Date time as ISO 8601 string (https://en.wikipedia.org/wiki/ISO_8601). Examples: “2020-06-10T20:00:00Z” (2020-06-10 20:00:00 UTC time zone), “2020-06-12T18:00:00+08:00” (2020-06-12 18:00:00 GMT+8 time zone). If defined, then player is able to detect end of live stream transmission. Without it player will be assume end of transmission and end splash screen will be presented.
  • live_thank_you_image_url: Link to custom end splash image, which should be shown after end of live stream transmission. If not defined then default start splash will be shown after end of transmission.
  • live_waiting_for_transmission_image_url: Link to custom waiting for transmission image, which should be shown when player is waiting for live stream transmission start. Requires live_end_date parameter for correct work – player is aware if it is before or after transmission.
  • live_low_latency_mode: Indicates if lowLatencyMode should be enabled. By default it is disabled. When live_low_latency_mode then latency optimization is used at the expense of quality (stream is in lower quality and can buffer more frequently, but with much lower latency). This mode is working only for HLS and MPEG-DASH streams. example configuration

Examples:

[bradmax_video url="http://example.com/hls_live_stream.m3u8" live_waiting_for_transmission_image_url="https://bradmax.com/static/images/waiting_for_transmission.jpg" live_thank_you_image_url="https://bradmax.com/static/images/thankyou_endsplash.jpg" live_end_date="2020-06-14T14:00:00+08:00"]

[bradmax_video url="http://example.com/hls_live_stream.m3u8" live_low_latency_mode="true"]

drm_

Player supports playback for DRM protected video – paid version of player downloaded from bradmax.com is required. Short codes for DRM configuration:

  • drm_prov: Type of provider. Mark “default” for enabling support DRMs for selected content. Available values: [‘default’, ‘ezdrm’, ‘keyos’]
  • drm_widevine_url: URL to Widevine DRM license server. It is required for decrypting Widevine protected videos.
  • drm_widevine_cust_data: Custom data in base64 encoded format for Widevine.
  • drm_playready_url: URL to MS PlayReady DRM license server. It is required for decrypting PlayReady protected videos.
  • drm_playready_cust_data: Custom data in base64 encoded format for MS PlayReady.
  • drm_fairplay_url: URL to FairPlay DRM license server. It is required for decrypting FairPlay protected videos.
  • drm_fairplay_cust_data: Custom data in base64 encoded format for FairPlay.
  • drm_fairplay_cert_url: URL to FairPlay certificate server.

Example:

[bradmax_video url="https://example.com/drm_protected_stream.mpd" drm_prov="default" drm_widevine_url="https://drm.example.com/license"]
DomainExposuresHeadersLast Checked
x*c*s*i*g.com (WP 6.8.3) 👤 F 2026-07-14 04:54:22
e*p*r*t*d*p*o*e*i*.com (WP 7.0.1) F 2026-07-13 19:25:02
e*p*r*n*a*t*.com (WP 7.0.1) F 2026-07-13 18:44:24
x*g*e*t*.co (WP 6.7.5) D 2026-07-13 11:02:20
s*i*t*.com (WP 7.0) B 2026-07-13 03:24:22
r*v*n*n*e*n*t*o*a*m*d*a*m*i*e.com (WP 7.0.1) F 2026-07-13 00:36:17
r*v*n*n*e*n*t*o*a*b*o*d*a*t*e*i*e*p*r*.com (WP 7.0.1) F 2026-07-13 00:36:17
b*o*i*s*a*l.com (WP 7.0.1) 👤 F 2026-07-12 22:26:36
d*p*o*e*s.com F 2026-07-12 18:39:48
j*y*v*.com (WP 6.9) 👤 F 2026-07-12 10:12:51
n*o*t*n*t*o*k.com 👤 F 2026-07-12 07:20:13
h*r*k*o*k*f*g*t*n*.com 👤 F 2026-07-12 04:58:01
s*i*l*-*t*d*o.com (WP 7.0.1) 👤 F 2026-07-12 04:38:59
t*n.am (WP 6.4.4) ⚠️ 👤 F 2026-07-12 01:58:12
p*k*o*.de F 2026-07-11 23:34:49
k*n*t*n*i*h*e*n*.de 👤 C 2026-07-11 21:21:31
b*a*k*i*l*e*i*h.com 👤 F 2026-07-11 21:21:03
b*a*k*e*d*m*o*d*s*.com F 2026-07-11 20:45:20
m*k*p*e*s*s*.de (WP 4.9.8) ⚠️ F 2026-07-11 18:45:05
s*b*o*n*.ro (WP 5.6.17) ⚠️ 👤 F 2026-07-11 18:28:41
t*p*g*n*m*.com (WP 5.0.25) ⚠️ 👤 F 2026-07-11 11:14:00
d*u*b*.c*.uk (WP 7.0.1) D 2026-07-11 09:19:16
u*t*6*.c*.uk (WP 6.6.5) 👤 F 2026-07-11 08:49:27
t*r*b*n.rs F 2026-07-11 08:25:11
o*d*c*a*m*.pl 🔓 F 2026-07-11 06:50:23
r*d*o*v*a*p*d*o*a*.com (WP 7.0.1) 👤 F 2026-07-11 02:03:23
r*d*o*e*t*n*l*.com F 2026-07-11 01:31:12
a*c*i.com F 2026-07-11 01:24:16
a*c*a*i*p*o*r*m*.com F 2026-07-11 01:21:13
a*c*a*i*n*t*o*k*.com F 2026-07-11 01:21:13
a*c*a*i*.com F 2026-07-11 01:21:13
a*c*r*d*c*i*n*i*r*r*e*.com F 2026-07-11 01:16:23
a*c*r*n*e*n*l.com F 2026-07-11 01:01:16
a*c*e*s*a*i*.com F 2026-07-11 01:01:16
a*c*e*s*o*c*s*s.com F 2026-07-11 01:01:16
a*c*e*s*o*c*s*.com F 2026-07-11 01:01:16
a*c*e*i*t*u*s.com F 2026-07-11 00:52:47
a*c*u*i*.com F 2026-07-10 23:55:40
h*m*o*t*n*o*d.com (WP 7.0.1) 👤 F 2026-07-10 21:36:45
l*o*i*.com F 2026-07-10 16:59:59
w*c*.tv 🔓 F 2026-07-10 15:25:56
a*l*i*h*i*g*e*w*r*.com F 2026-07-10 09:23:36
p*s*s*a*p*a*o*a.pl (WP 6.9.4) 👤 F 2026-07-10 08:22:20
3*t*.c*m.ua (WP 6.8.5) F 2026-07-10 06:41:00
a*e*l*o*b*e*i*y.sk (WP 7.0) 👤 F 2026-07-09 12:11:58
m*m*d*p*u*o*.com (WP 7.0) A 2026-07-09 10:38:30
c*n*a*g*l*e*.de (WP 6.4.8) ⚠️ F 2026-07-09 10:27:20
l*t*r*t*r*t*m*s.com (WP 7.0) 👤 F 2026-07-09 08:17:22
s*i*s*n*e*i*n.com D 2026-07-09 07:29:49
b*t*l*h*m*u*t*r*l*e*t*v*l.com F 2026-07-09 05:41:33
h*l*s*p*l*h*e.net (WP 7.0) F 2026-07-08 15:30:08
m*k*o*a*i*.com F 2026-07-08 14:00:15
r*d*o*n*v*r*i*a*i*8*5.com (WP 7.0) 👤 D 2026-07-08 13:12:19
n*m*a*r*t*.com (WP 7.0) 👤 F 2026-07-08 09:03:30
r*d*o*h*l*c*.pe (WP 6.9.4) F 2026-07-08 04:17:24
p*w*r*e*p*a*i*.com (WP 7.0) F 2026-07-08 01:16:33
v*l*y*t*v.org (WP 6.9.4) F 2026-07-07 21:44:13
4*t*h*.com 👤 F 2026-07-07 20:20:28
t*s*u*d.com F 2026-07-07 16:34:46
t*a*s*a*a*t*l.c*.id 👤 A 2026-07-07 14:39:07
a*c*n*e*i*o*.c*m.bo (WP 7.0) 👤 F 2026-07-07 14:25:54
s*c*i*i*e.tv (WP 5.8.1) ⚠️ 👤 F 2026-07-07 08:02:30
o*r*e*l*n*e*a*r*.nl F 2026-07-07 07:27:58
l*v*z*e*u*o*.cl (WP 6.8.3) F 2026-07-07 04:44:46
l*d*i*u*.com (WP 7.0) F 2026-07-07 03:29:37
c*u*a*x*r*m*.com (WP 6.9.4) F 2026-07-06 19:22:09
l*c*t*o*l*r*e*e*.com F 2026-07-06 12:59:31
a*r*u*i.com (WP 5.0.25) ⚠️ 👤 D 2026-07-06 08:51:33
a*r*u*i*o*f*c*e*.com (WP 5.0.25) ⚠️ 👤 D 2026-07-06 08:51:33
b*g*a*b*o.ca C 2026-07-06 07:31:12
t*t*e*a*c*n*t*o*k.com F 2026-07-06 02:58:21
v*s*e*t*d*o.nl C 2026-07-06 01:00:04
l*s*e*i*s*l*m*i*r*.com (WP 7.0) 👤 F 2026-07-05 04:44:01
b*a*t*i*s*o*t.com (WP 6.9.4) 👤 D 2026-07-05 00:35:12
e*e*r*.e*u.ps (WP 6.5.5) F 2026-07-04 21:02:40
e*e*e*e*t*.com (WP 7.0) 👤 F 2026-07-04 19:44:11
a*t*p*t*a*l*.com (WP 7.0) F 2026-07-04 18:41:41
p*s*a*e*b*r*a*a.com (WP 7.0) F 2026-07-04 16:18:46
a*l*k*d.com C 2026-07-04 14:42:15
s*p*r*e*e*i*i*a.com (WP 7.0) 👤 F 2026-07-04 12:43:17
b*-*n*i*e*r.com 👤 F 2026-07-04 10:06:35
c*m*u*i*a*i*n.camp (WP 6.4.8) ⚠️ 🔓 👤 F 2026-07-04 06:22:05
c*v*l*r*r*n*.org F 2026-07-04 01:44:31
w*u*v.net (WP 6.9.4) 👤 F 2026-07-04 01:28:17
a*t*u*a*t.it (WP 7.0) 👤 F 2026-07-04 00:35:58
a*m*s*a.iq (WP 6.9.4) 👤 F 2026-07-03 17:13:14
d*r*r*i*t*a*.de (WP 6.9.4) F 2026-07-03 16:31:04
l*a*n*l*n*.ir (WP 5.8.13) ⚠️ F 2026-07-03 12:08:13
t*i*a.n*t.br (WP 6.3.8) ⚠️ F 2026-07-03 05:47:25
r*v*j*s*l*o*d.nl (WP 7.0) 👤 F 2026-07-02 17:33:01
p*r*e*.com (WP 6.6.2) F 2026-07-02 17:18:56
p*r*c*n*d*.com (WP 6.6.2) F 2026-07-02 17:04:31
i*m*g*a*i*n*m.ca (WP 7.0) F 2026-07-02 07:20:35
h*a*l*m*0*.nl (WP 7.0) 👤 D 2026-07-02 06:48:02
m*a*h*a*d.com (WP 7.0) D 2026-07-01 20:09:54
h*s*n*a*v*l*b*l.org (WP 7.0) F 2026-07-01 16:39:29
b*w*s*r*a*.net 👤 F 2026-07-01 12:37:25
c*a*i*u*.net (WP 6.8.3) 👤 F 2026-07-01 11:51:38
h*f*m*n*n*t*t*t*.ca F 2026-07-01 10:09:39
a*v*n*o.com (WP 7.0) F 2026-07-01 09:33:11

Top 50 Plugins

Plugin Count
elementor 1,785,060
contact-form-7 1,769,562
elementor-pro 1,058,206
woocommerce 819,771
revslider 614,568
jetpack 460,717
js_composer 424,461
wp-rocket 341,988
essential-addons-for-elementor-lite 267,768
complianz-gdpr 260,954
gravityforms 258,025
google-site-kit 232,366
cookie-law-info 231,344
instagram-feed 227,249
sitepress-multilingual-cms 212,529
header-footer-elementor 209,451
google-analytics-for-wordpress 208,128
bluehost-wordpress-plugin 193,296
elementskit-lite 182,857
gutenberg 167,430
cookie-notice 151,062
litespeed-cache 142,724
gtranslate 126,629
wpforms-lite 126,201
the-events-calendar 123,516
gutenberg-core 121,761
astra-sites 115,393
popup-maker 111,022
woocommerce-payments 110,846
tablepress 102,699
honeypot 98,277
astra-addon 94,821
wp-smushit 91,887
duracelltomi-google-tag-manager 91,135
layerslider 90,368
all-in-one-seo-pack 90,325
coblocks 90,053
bb-plugin 86,911
akismet 85,544
premium-addons-for-elementor 85,431
cleantalk-spam-protect 83,524
ml-slider 83,069
mailchimp-for-wp 82,767
megamenu 81,059
woocommerce-gateway-stripe 80,305
fusion-builder 77,966
jet-engine 77,786
ewww-image-optimizer 77,287
wp-pagenavi 77,000
smart-slider-3 76,992

Top 50 Themes

Theme Count
hello-elementor 624,626
Divi 501,637
astra 419,486
flatsome 136,845
Avada 122,485
generatepress 115,808
pub 84,815
oceanwp 81,606
kadence 79,580
enfold 69,690
salient 65,787
twentyseventeen 54,790
bb-theme 53,022
betheme 52,693
twentytwentyfour 52,641
blocksy 51,410
cocoon-master 50,064
dt-the7 45,837
twentytwentyfive 45,047
h4 42,308
woodmart 41,010
neve 38,606
Avada-Child-Theme 37,195
gox 36,255
bridge 31,778
twentytwentyone 30,648
lightning 30,251
twentytwenty 29,019
swell 28,406
bricks 26,552
Impreza 26,292
Newspaper 24,354
twentytwentythree 22,363
epik-redesign 19,287
twentytwentytwo 19,003
uncode 18,731
twentysixteen 17,753
pro 17,600
sydney 16,725
storefront 16,504
Total 14,593
hello-theme-child-master 14,065
factory-templates-4 13,741
extendable 13,397
themify-ultra 13,074
hestia 12,721
yootheme 12,665
yith-wonder 12,547
porto 12,093
jupiter 11,716