Skip to content

RaphiaRa/instar-ws-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

INSTAR Websocket Stream Player

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>

Attributes

  • noaudio
    Disables audio completely.
  • insecure
    Disables SSL/TLS. When using this attribute, make sure to change the host port 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.

About

INSTAR Websocket Stream Player

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors