How to test HLS Playback on a web app?

Hey,
We are looking to build our app on LG, we couldn’t figure if we can test HLS in Simulator based on what we’ve seen here: https://webostv.developer.lge.com/develop/specifications/streaming-protocol-drm
When tested with the sample source you can see below, we can’t see video playing and can’t see errors on the console.
We then looked at the option to test it though Emulator (we currently don’t have a TV to test on), but when looking here (Emulator Introduction | webOS TV Developer) we can see Emulator is not supported and it’s recommended to use the Simulator.

I’m attaching the html of my project, hopefully someone can help:

<!DOCTYPE html>
<html>

<head>
	<title>new app</title>
</head>
<script src="webOSTVjs-1.2.10/webOSTV.js" charset="utf-8"></script>
<script src="webOSTVjs-1.2.10/webOSTV-dev.js" charset="utf-8"></script>
<body>
	<div>
		<video src="https://live-par-2-cdn-alt.livepush.io/live/bigbuckbunnyclip/index.m3u8" autoplay></video>
	</div>
</body>

</html>

Thanks :slight_smile:

Please refer to this FAQ. When specifying codec in CODECS attribute, only one codec should exist. Thank you.