Giter VIP home page Giter VIP logo

3q.js's Introduction

3q.js player documentation

Player documentation and embedding examples from 3Q.

Table of contents

General embedding

Integrate Library at <head> or before last </body>

<script type="text/javascript" async src="https://playout.3qsdn.com/player/js/sdnplayer.js"></script>

Place player container

<div id="player1"></div>

Javascript (async)

<script type="text/javascript">
   var js3qVideoPlayer;
    (function () {
        var _js3qi = setInterval(function () {
            if (typeof js3q != 'undefined') {
                clearInterval(_js3qi);
                js3qVideoPlayer = new js3q({
                    'data-id': '5c3b0910-8850-11e7-9273-002590c750be',
                    'container': 'player1',
                    'sticky': true,
                    'playlistbar' : true
                });
                js3qVideoPlayer.init();
            }
        }, 10);
    })();
</script>

Release Notes

  • 2018-07-27 (v4.1.1) - @deployment pipe, not yet released

    • Added events: subtitleChange, audioChange
    • Added methods: getAudioTracks, setAudioTrack
    • Code clean up
    • Cast Support: Removed google's media library from code-base; Added subtitle and alternative audio support
  • 2018-07-20

    • Improved handling on manifest load timeouts
  • 2018-07-18

    • Sticky feature improvement
    • Fixed thumbnail aspect ratio on IE11
  • 2018-07-11

    • Settings menu UI improvement for mobile
    • Improved handling for streams with alternative audio on ios and safari
  • 2018-07-09 (v4.1.0)

    • getLiveDelayInSeconds() added for live streams
    • locale config param added
  • 2018-06-20

    • Added new audio player UI including visualizer
    • Code clean up
  • 2018-06-18

    • Added view port and env to debug info
    • Hide cast button while playing ads
    • Hide volume slider after muting/unmuting on mobile
    • Hide ads countdown when remaining time is not available by api
    • Improved ready callback
    • Added poster frame preload before displaying
  • 2018-06-15

    • Fixed unrecognized jscallback Parameter (audio on-demand)
    • Added custom SkipButton UI for Google IMA
  • 2018-06-14

    • Fixed player-ui issues on IE 10
    • Code clean up
    • Fixed player-ui issue regarding buffering spinner after postroll
    • Fixed missing ready call for audio streams

(c) 2009 - 2018 3Q GmbH, All rights reserved

3q.js's People

Contributors

juliusthms avatar

Watchers

Michelle Tran avatar James Cloos avatar Przemysław Suliga avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.