Is there a way to retrieve a particular configuration value from the jwplayer? I am specifically interested in obtaining the file of the video being shown in the player as a JavaScript variable.
jwplayer("mediaplayer").setup({
file: "video.mp4", });
Could anyone assist me with accomplishing this?