Hi.
I'd like to play a HLS streaming on smart TV web application.
My code works correctly on the simulator or web browser but stops between 0~20 seconds on Smart TV.
I need help.
Thanks.
<script type="text/template" id="video-template">
<video id="video0" class="" width="496" height="280" controls autoplay>
<source src="{source-url}" type="video/mp4">
</video>
</script>