Hello everyone, how are you, I hope you are well.
I have a problem and I can't find any solution. Which of all the existing players accepts integrating the user agent of the channels in m3u8 format, and if one exists, how do I execute it in html code for my website?
Here I have an example of the code that I use for a channel in that format with the jwplayer player,

<body bgcolor="#800000">
<script src="//jwpsrv.com/library/O4mPlqeTEeK_viIACpYGxA.js"></script>
<div id="my-video">
</div>
<script>// <![CDATA[
jwplayer('my-video').setup({ file: 'https://devstreaming-cdn.apple.com/videos/streaming/examples/img_bipbop_adv_example_fmp4/master.m3u8', width: '100%', height: '450', autostart: 'false', image: 'https://i.ibb.co/Cn6dFbL/animated-38.gif' , primary: 'html5', hlshtml: 'true' });
// ]]>
<!--goiptv.com-->
</script>
</body>


However, when I integrate another channel with the user agent it does not play because it supposedly has to be configured for that and I have no idea how to configure a player.

Thanks.