360/VR Videos


KWIKplayer has full 360 (VR) video support. It includes looking around as well as zoom into the video.

On mobile devices both touch and motion sensors would activate movement. On computers, moving the mouse inside the browser would activate the movement.

In order to allow the player to reconise a video as a 360 video a "stereomode" key needs to be added with the value of "monoscopic".


 <script>
    kwikMotion("player", {
            sources: [              //the video sources
                {file: "https://clvod.itworkscdn.net/itwvod/smil:itwfcdn/admin/515002-R204MDrB22W6kG8.smil/playlist.m3u8"},
                {file: "https://clvod.itworkscdn.net/itwvod/smil:itwfcdn/admin/515002-R204MDrB22W6kG8.smil/manifest.mpd"},
                {file: "https://clvod.itworkscdn.net/itwvod/smil:itwfcdn/admin/515002-R204MDrB22W6kG8.smil/Manifest"}],
            stereomode: 'monoscopic',   //added in order for the player to recognise the video as a 360 video. 
        });
 </script>