Skip to content

Instantly share code, notes, and snippets.

@RubanDurai
Created March 27, 2024 06:09
Show Gist options
  • Save RubanDurai/5a83eac58918907f16b7e393e6efe110 to your computer and use it in GitHub Desktop.
Save RubanDurai/5a83eac58918907f16b7e393e6efe110 to your computer and use it in GitHub Desktop.
jw-player-video / 8.22.0
<script src="https://ssl.p.jwpcdn.com/player/v/8.22.0/jwplayer.js"></script>
<div id="player"></div>
<script>
var jwp = jwplayer('player');
jwp.setup({
width: "100%",
title: "Valerian ve Bin Gezegen İmparatorluğu",
height: "100%",
key: "cLGMn8T20tGvW+0eXPhq4NNmLB57TrscPjd1IyJF84o=",
sources: [
{file: "https://cdn.fluidplayer.com/videos/valerian-480p.mkv", type:"mp4",label:"480p", default: "true"},
{file: "https://cdn.fluidplayer.com/videos/valerian-720p.mkv", type:"mp4", label:"720p"},
{file: "https://cdn.fluidplayer.com/videos/valerian-1080p.mkv", type:"mp4", label:"1080p"}
],
image: "https://cdn-w1.netlify.com/cagatayldzz.com/2020/pbgRkz.jpg",
sharing: {
heading: "Paylas",
link: "link-url",
sites:["facebook","twitter","googleplus","tumblr","pinterest","reddit","linkedin","email"]
},
primary: "html5"
});
</script>
html,body{padding:0;margin:0;height:100%}
#player{width:100%;height:100%;overflow:hidden;background-color:#000}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment