Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

iband-player

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iband-player

IBand Player SDK for playing 360/VR streams.

latest
npmnpm
Version
0.2.0
Version published
Weekly downloads
10
-9.09%
Maintainers
1
Weekly downloads
 
Created
Source

iband-player

IBand JavaScript Player SDK for playing 360/VR streams.

npm

Install

Via NPM:

npm install iband-player

Via CDN:

Usage

<!DOCTYPE html>
<html lang="en">
<head>
  <link href="path-to/bundle.min.css" rel="stylesheet">
</head>
<body>
  <video id="my-video" width="640" height="264"></video>
  <script src="path-to/bundle.min.js"></script>
  <script>
    var sdk = new IBandSDK('YOUR_SDK_TOKEN');

    var stream = sdk.createStream('YOUR_STREAM_ID');
    
    var player = sdk.createPlayer('#my-video');
    player.setStream(stream);
  </script>
</body>
</html>

Demo Player

Please see here.

API Reference

https://doremeet.github.io/PlayerSDK-Web/

License

This library is unlicensed and created by IBand Ltd.

This library use the sub-libraries Video.js and videojs-panorama.

Keywords

player

FAQs

Package last updated on 26 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts