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

Plugin: bradmax-player (Used by 321 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
u*t*r*t*b*e*.com (WP 6.6.5) F 2026-05-25 16:18:22
m*z*n*w*.jp (WP 6.3.8) ⚠️ F 2026-05-25 14:58:16
i*e*a*v*t*r*a.com (WP 5.5.18) ⚠️ F 2026-05-25 11:55:36
o*s*.de (WP 4.9.8) ⚠️ F 2026-05-25 10:44:04
s*n*e*u*g.n*t*o*a*t*e*t*r*w*i*a*.de (WP 7.0) 🔓 F 2026-05-25 08:07:08
u*a*l*b*.com (WP 6.7.5) F 2026-05-25 05:46:38
t*l*u*i*e*s*.it (WP 6.9.4) F 2026-05-25 05:23:23
u*i*e*.ro (WP 6.9.4) F 2026-05-25 02:05:39
w*b*a*s*n*a*d*r.es (WP 7.0) F 2026-05-24 22:06:28
b*k*t*.hu F 2026-05-24 19:58:19
h*m*s*e*d*e*k*y*a*k*t.com F 2026-05-24 19:50:07
l*v*w*r*d*s*.org (WP 7.0) F 2026-05-24 19:43:45
h*m*s*e*d*e*i*a*e.com F 2026-05-24 19:37:19
i*c*i*2*.org (WP 5.7.12) ⚠️ F 2026-05-24 18:35:10
p*i*j*u*e*s*.de (WP 7.0) F 2026-05-24 16:51:03
t*e*o*d*e*w*r*.org (WP 6.9.4) F 2026-05-24 07:30:36
g*e*s*c*n*m*.com (WP 7.0) F 2026-05-24 07:09:02
n*c*m*d*a.productions F 2026-05-24 03:29:05
2*2*.i*c*i.org (WP 7.0) F 2026-05-24 01:04:41
i*c*i*0.org (WP 5.7.12) ⚠️ F 2026-05-24 00:38:22
i*c*i*2*.org (WP 6.7.1) F 2026-05-24 00:38:22
r*m*n*a*u*i*t*c*.ro (WP 6.9.4) F 2026-05-24 00:08:07
p*c.ps F 2026-05-24 00:01:13
t*k*m*l*.com (WP 7.0) F 2026-05-23 21:11:01
j*a*i*g*h*n*h*o.com 🔓 F 2026-05-23 17:00:29
m*x*m*l*p*n*e*a*n*n*.it (WP 7.0) F 2026-05-23 15:51:10
r*a*t*d*y.com (WP 6.4.8) ⚠️ F 2026-05-23 15:21:52
b*e*z.lu (WP 7.0) F 2026-05-23 14:12:07
c*n*v.org F 2026-05-23 13:31:21
h*f*m*n*e*r*a*s*t*.com F 2026-05-23 13:08:08
h*f*m*n*e*r*a*c*n*e*.com F 2026-05-23 13:08:08
h*f*m*n*e*r*a*.com F 2026-05-23 13:08:08
h*f*m*n*n*t*t*t*g*o*p*.com F 2026-05-23 13:02:38
h*f*m*n*n*t*t*t*.com F 2026-05-23 13:02:38
h*f*m*n*r*u*s.com F 2026-05-23 13:02:37
s*o*a*e*e*l*h*e*i*s*l*.com F 2026-05-23 11:49:36
s*l*s*a*i*.com (WP 6.9) F 2026-05-23 10:00:12
m*l*o*r*c*.com F 2026-05-23 08:52:46
m*d*e*k*l*u*h*u*.at (WP 6.9.4) D 2026-05-23 03:34:56
b*o*.s*c*a*s*u*i*s.com F 2026-05-23 01:32:21
p*m*j*a*k*b*d*y*a*.id (WP 6.9.4) F 2026-05-23 00:55:39
p*v*t*l*l*m*n*s.com (WP 6.0.12) ⚠️ F 2026-05-22 23:04:49
w*b*a*t*r*n*o.es (WP 7.0) F 2026-05-22 22:11:11
s*u*.r*t*-*a*h*n.de F 2026-05-22 21:17:15
d*b*a*a*d*e*.com (WP 6.3.8) ⚠️ F 2026-05-22 16:34:02
t*l*a*a*i*m*x.tv F 2026-05-22 15:32:00
m*n*o*l*b*.tv F 2026-05-22 15:32:00
i*e*u.org (WP 6.8.5) 🔓 F 2026-05-22 00:39:47
t*c*a*e*.net (WP 6.7.5) F 2026-05-21 23:47:49
k*e*e*i.be (WP 6.9.4) D 2026-05-21 20:07:28
s*y*n*e*.com (WP 6.0.11) ⚠️ F 2026-05-21 20:05:12
d*a*o*d*r*e*a.com F 2026-05-21 19:22:25
m*t*r*i*i*n.de (WP 6.0.12) ⚠️ D 2026-05-21 17:34:03
m*e*t*a*.tv (WP 6.9.4) F 2026-05-21 15:10:51
r*a*s*d*t*d*y.com (WP 6.9.4) F 2026-05-21 03:32:36
t*u*g*u*g*e*i*.com (WP 6.8.2) F 2026-05-21 02:39:20
o*i*t*2*.com (WP 6.9.4) F 2026-05-21 02:37:30
k*r*p*t*r*r*j*c*s.com F 2026-05-20 19:32:35
o*r*e*t*l*u*g.nl (WP 6.8.3) 🔓 F 2026-05-20 16:12:56
t*u*t*e*d*g*t*o*o.net (WP 6.9.4) F 2026-05-20 15:29:01
t*i*n*o*v.com (WP 6.9.4) F 2026-05-20 08:29:18
b*d*y*o*p*n*.de (WP 6.9.4) F 2026-05-20 02:43:11
s*i*l*o*.de (WP 6.7.5) F 2026-05-20 02:43:11
d*p*o*e*s.de (WP 6.7.5) F 2026-05-20 02:43:11
c*-*u*i*a*e.it (WP 6.9.4) F 2026-05-20 02:27:02
r*d*o*i*t*1*5.it (WP 6.9.4) D 2026-05-20 02:27:02
o*b*e*a*n*c*.com (WP 6.9.4) D 2026-05-20 01:53:32
a*d*e*b*a*e*a*l*r*.com (WP 6.9.4) 🔓 F 2026-05-19 14:33:23
a*d*e*b*a*e.com (WP 6.9.4) 🔓 F 2026-05-19 14:33:23
n*u*m*.com (WP 6.9.4) 🔓 F 2026-05-19 10:40:40
o*c*n*-*e*a*j.ba (WP 5.7.2) ⚠️ F 2026-05-19 07:04:53
s*c*a*s*u*i*s.com F 2026-05-19 04:38:43
r*n*c*m*n*.com F 2026-05-19 00:14:31
r*n*c*m.com F 2026-05-19 00:14:31
r*e*9*6.com C 2026-05-18 22:49:12
r*e*9*6.com C 2026-05-18 22:49:12
s*c*a*i*t*h*n*.org (WP 6.9.4) F 2026-05-18 18:44:08
b*n*a*e*a*t*s*c*m*.com F 2026-05-18 16:00:32
n*m*r*p*e*s*.com 🔓 F 2026-05-18 08:54:17
k*-*a*p*r*v*.com F 2026-05-18 03:04:39
r*b*c*a*m*t*v*o*i*.com (WP 6.1.10) ⚠️ F 2026-05-17 20:01:20
x*c*s*i*g.com (WP 6.8.3) F 2026-05-17 11:39:38
v*d.k*t*a*o*a.cz (WP 6.9.4) F 2026-05-17 08:51:27
o*o*o*l*t*.com F 2026-05-17 01:39:32
x*g*e*t*.co (WP 6.7.5) D 2026-05-16 17:37:26
s*i*t*.com (WP 6.9.4) B 2026-05-16 09:43:46
r*v*n*n*e*n*t*o*a*m*d*a*m*i*e.com (WP 6.9.4) F 2026-05-16 06:27:53
r*v*n*n*e*n*t*o*a*b*o*d*a*t*e*i*e*p*r*.com (WP 6.9.4) F 2026-05-16 06:27:53
c*r*x*y.com (WP 6.4.8) ⚠️ F 2026-05-16 05:17:25
b*o*i*s*a*l.com (WP 6.9.4) F 2026-05-16 03:57:36
d*p*o*e*s.com F 2026-05-15 23:49:23
j*y*v*.com (WP 6.9) F 2026-05-15 14:45:02
c*o*d*e*s.t*c*m*t*i*.jp (WP 6.3.8) ⚠️ A 2026-05-15 12:49:04
n*o*t*n*t*o*k.com F 2026-05-15 11:45:28
h*r*k*o*k*f*g*t*n*.com F 2026-05-15 09:10:04
s*i*l*-*t*d*o.com (WP 6.9.4) F 2026-05-15 08:48:11
h*r*o*h*u*e*c.com F 2026-05-15 07:36:30
c*o*-*h*n*e*.com (WP 6.9.4) F 2026-05-15 03:46:54
p*k*o*.de F 2026-05-15 02:59:35
b*a*k*i*l*e*i*h.com F 2026-05-15 00:32:31

Top 50 Plugins

Plugin Count
elementor 1,796,741
contact-form-7 1,766,546
elementor-pro 1,047,260
woocommerce 815,042
revslider 616,486
jetpack 466,278
js_composer 431,474
wp-rocket 333,316
essential-addons-for-elementor-lite 293,145
gravityforms 266,592
complianz-gdpr 255,931
cookie-law-info 230,628
instagram-feed 227,636
google-site-kit 221,594
sitepress-multilingual-cms 220,708
google-analytics-for-wordpress 213,613
header-footer-elementor 209,754
elementskit-lite 206,554
bluehost-wordpress-plugin 190,677
gutenberg 162,083
gutenberg-core 159,164
cookie-notice 150,869
the-events-calendar 131,142
litespeed-cache 130,431
wpforms-lite 129,343
gtranslate 127,652
astra-sites 119,407
popup-maker 115,819
woocommerce-payments 112,815
tablepress 108,825
coblocks 99,308
honeypot 97,125
astra-addon 95,116
wp-smushit 93,343
duracelltomi-google-tag-manager 93,328
all-in-one-seo-pack 93,096
LayerSlider 91,463
bb-plugin 90,683
premium-addons-for-elementor 86,707
megamenu 86,279
akismet 85,938
cleantalk-spam-protect 83,757
mailchimp-for-wp 83,585
woocommerce-gateway-stripe 82,978
ml-slider 80,826
fusion-builder 79,481
borlabs-cookie 79,231
ewww-image-optimizer 78,903
wp-pagenavi 78,615
formidable 77,926

Top 50 Themes

Theme Count
hello-elementor 614,199
Divi 509,746
astra 422,824
flatsome 132,849
Avada 124,112
generatepress 119,667
pub 109,731
oceanwp 83,251
kadence 78,264
enfold 71,684
salient 66,622
twentytwentyfour 58,741
h4 56,268
twentyseventeen 56,055
bb-theme 55,201
cocoon-master 52,071
betheme 51,693
blocksy 50,524
dt-the7 46,049
twentytwentyfive 43,672
neve 39,246
Avada-Child-Theme 37,532
gox 33,400
woodmart 33,232
bridge 32,813
twentytwentyone 32,058
lightning 31,414
twentytwenty 29,980
swell 28,566
Impreza 26,363
bricks 25,959
twentytwentythree 23,984
Newspaper 23,408
sydney 23,318
voxel 22,439
twentytwentytwo 19,960
epik-redesign 19,270
uncode 19,069
kubio 18,843
sinatra 18,674
twentysixteen 18,163
storefront 17,841
pro 17,833
Total 14,695
extendable 14,576
yith-wonder 14,035
hello-theme-child-master 13,314
themify-ultra 12,964
factory-templates-4 12,913
yootheme 12,910