MP3 Player


KWIKplayer can be set to only play sound instead of video.

This setting can be added to player with either video sources or music sources. activating this setting will disable video specific settings such as full screen.

In order to set the player as an mp3 player, "type" key value needs to be set on to the string "mp3".


 <script>
    kwikMotion("player", {
            sources: [              //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"}],
            type: "mp3",            //setting the player to be mp3 only
        });
 </script>