Example:
<body>
<h1>INSTAR WebSocket Player (fMP4 via MSE)</h1>
<video class="instar-ws" host="192.168.0.7:443" user="viewer" pass="viewer" venc="h264bp" substream="12"
controls autoplay muted></video>
<script src="./ws-player.js"></script>
</body>noaudio
Disables audio completely.insecure
Disables SSL/TLS. When using this attribute, make sure to change thehostport to the corresponding HTTP port.venc
Specifies the video encoding. Possible values:h264bp,h264mp,h264hp,h265a.substream
Specifies the substream or channel to be used.