Hello i am trying to fetch the Video that is stored on my jwplayer account to jwplayer by Mediaid but i am not able to play that please help on this issue
here is the script that i implement
jwplayer("mediaplayer").setup({
key: '8oaqn/Y0IsuRx9kDwLh+KVJhcXgVS/cUm1/q6A==',
playlist: [
{
duration: 124, file: "http://content.jwplayer.com/videos/cpDCyir3.mp4", title: "sample-1"
}]
)};
please suggest how can i give jwplayer video url to my File Property ?
↧