<html>
<body>
<script src="https://player.live-video.net/1.1.2/amazon-ivs-player.min.js"></script>
<video id="video-player" playsinline></video>
<script>
if (IVSPlayer.isPlayerSupported) {
const player = IVSPlayer.create();
player.attachHTMLVideoElement(document.getElementById('video-player'));
player.load(https://69d2d8e9d252.us-east-1.playback.live-video.net/api/video/v1/us-east-1.698072222662.channel.2shw1V7zyA0Q.m3u8);
player.play();
}
</script>
<body>
<html>