CDN channel v1

redxplyr assets for production installs.

This page documents the stable v1 asset URLs and proves that the generated CSS, JavaScript and SVG sprite can load from the same channel.

Live player check

Copy setup

<link rel="stylesheet" href="https://redxplyr.flyingdarkdev.com/v1/redxplyr.css" />
<script src="https://redxplyr.flyingdarkdev.com/v1/redxplyr.js"></script>
<script>
  const player = new RedxPlyr('#player', {
    iconUrl: 'https://redxplyr.flyingdarkdev.com/v1/redxplyr.svg',
    captions: { active: true },
  });
</script>