Giter Club home page Giter Club logo

video-360's Introduction

360 Video

⚠️ THIS IS A HIGHLY EXPERIMENTAL PLUGIN ⚠️

Demo

360 Video is a plugin for playing 360 videos with Clappr, just like in Facebook.

It was tested on Chrome, Firefox and Safari only.

Building:

$ npm install
$ npm run build

Using:

With the scripts in your page do:

var p = new Clappr.Player({
    source: 'starwars.mp4#360',
    plugins: {
        playback: [Playback360]
    },
    parentId: '#player',
});
// for a better 360 experience, disable clappr's click_to_pause plugin
p.getPlugin('click_to_pause').disable();

Use the #360 hash to tell the plugin that your .mp4 is 360 compatible. A 360 compatible mp4 file looks like this:

video-360's People

Contributors

thiagopnts avatar

Watchers

James Cloos 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.